Home
last modified time | relevance | path

Searched refs:protection_codes (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/platform/pc64/include/
H A Dpmap.h286 uint64_t protection_codes[PROTECTION_CODES_SIZE]; member
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c158 (m->protection_codes[p & (VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE)])
159 static uint64_t protection_codes[PROTECTION_CODES_SIZE]; variable
2263 bcopy(protection_codes, pmap->protection_codes, in pmap_pinit_defaults()
2264 sizeof(protection_codes)); in pmap_pinit_defaults()
2556 bcopy(protection_codes_ept, pmap->protection_codes, in pmap_ept_transform()
2604 bcopy(protection_codes_npt, pmap->protection_codes, in pmap_npt_transform()
5980 kp = protection_codes; in x86_64_protection_init()
/dragonfly/sys/platform/vkernel64/platform/
H A Dpmap.c128 (protection_codes[p & (VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE)])
129 static uint64_t protection_codes[8]; variable
3077 kp = protection_codes; in x86_64_protection_init()