Searched refs:DOMAIN_CLIENT (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/arm/arm/
H A Dswtch-v4.S105 #define DOMAIN_CLIENT 0x01 define
278 mov r2, #DOMAIN_CLIENT
H A Dlocore-v4.S220 mov r0, #((DOMAIN_CLIENT << (PMAP_DOMAIN_KERNEL*2)) | DOMAIN_CLIENT)
H A Delf_trampoline.c456 int domain = (DOMAIN_CLIENT << (PMAP_DOMAIN_KERNEL * 2)) | DOMAIN_CLIENT;
H A Dmachdep.c1005 cpu_domains((DOMAIN_CLIENT << (PMAP_DOMAIN_KERNEL * 2)) | DOMAIN_CLIENT);
1009 cpu_domains(DOMAIN_CLIENT << (PMAP_DOMAIN_KERNEL * 2));
H A Dlocore-v6.S291 mov r0, #DOMAIN_CLIENT /* Only domain #0 is used */
H A Dpmap-v4.c1808 pcb->pcb_dacr = (DOMAIN_CLIENT << (PMAP_DOMAIN_KERNEL * 2)) |
1809 (DOMAIN_CLIENT << (pm->pm_domain * 2));
/freebsd-12-stable/sys/arm/include/
H A Dpte-v4.h267 #define DOMAIN_CLIENT 0x01 /* client */ macro
H A Dpte-v6.h37 #define DOMAIN_CLIENT 0x01 /* client */ macro

Completed in 97 milliseconds