Lines Matching refs:domain
2 * linux/include/asm-arm/domain.h
14 * Domain numbers
16 * DOMAIN_IO - domain 2 includes all IO only
17 * DOMAIN_USER - domain 1 includes all user memory only
18 * DOMAIN_KERNEL - domain 0 includes all kernel memory only
20 * The domain numbering depends on whether we support 36 physical
23 * be set for domain 0. We could just default to DOMAIN_IO as zero,
44 * Domain types
58 "mcr p15, 0, %0, c3, c0 @ set domain" \
65 unsigned int domain = thread->cpu_domain; \
66 domain &= ~domain_val(dom, DOMAIN_MANAGER); \
67 thread->cpu_domain = domain | domain_val(dom, type); \