Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm/arm/
H A Dswtch-v4.S105 #define DOMAIN_CLIENT 0x01 macro
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; in setup_pagetables()
H A Dmachdep.c999 cpu_domains((DOMAIN_CLIENT << (PMAP_DOMAIN_KERNEL * 2)) | DOMAIN_CLIENT); in initarm()
1003 cpu_domains(DOMAIN_CLIENT << (PMAP_DOMAIN_KERNEL * 2)); in initarm()
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)) | in pmap_set_pcb_pagedir()
1809 (DOMAIN_CLIENT << (pm->pm_domain * 2)); in pmap_set_pcb_pagedir()
/freebsd-12.1/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