Home
last modified time | relevance | path

Searched refs:L3_MASK (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/arch/i386/include/
H A Dpte.h118 #define L3_MASK 0xc0000000 macro
120 #define L2_MASK (L2_REALMASK | L3_MASK)
123 #define L3_FRAME (L3_MASK)
/netbsd/sys/arch/amd64/stand/prekern/
H A Dpdir.h61 #define L3_MASK 0x0000007fc0000000 macro
66 #define L3_FRAME (L4_FRAME|L3_MASK)
/netbsd/sys/arch/amd64/include/
H A Dpte.h97 #define L3_MASK 0x0000007fc0000000 macro
102 #define L3_FRAME (L4_FRAME|L3_MASK)
H A Dpmap_private.h160 #define PTP_MASK_INITIALIZER { L1_MASK, L2_MASK, L3_MASK, L4_MASK }
/netbsd/sys/arch/x86/include/
H A Dpte.h62 #define pl3_pi(VA) (((VA_SIGN_POS(VA)) & L3_MASK) >> L3_SHIFT)