Home
last modified time | relevance | path

Searched refs:PROTECTION_CODES_SIZE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/platform/pc64/include/
H A Dpmap.h260 #define PROTECTION_CODES_SIZE 8 macro
286 uint64_t protection_codes[PROTECTION_CODES_SIZE];
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c159 static uint64_t protection_codes[PROTECTION_CODES_SIZE];
2530 uint64_t protection_codes_ept[PROTECTION_CODES_SIZE] = { in pmap_ept_transform()
2583 uint64_t protection_codes_npt[PROTECTION_CODES_SIZE] = { in pmap_npt_transform()
5981 for (prot = 0; prot < PROTECTION_CODES_SIZE; prot++) { in x86_64_protection_init()