Searched refs:L3_SHIFT (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/arch/riscv64/include/
H A Dpte.h63 #define L3_SHIFT 12 macro
64 #define L3_SIZE (1UL << L3_SHIFT)
/openbsd-current/sys/arch/amd64/include/
H A Dpte.h83 #define L3_SHIFT 30 macro
87 #define NBPD_L3 (1ULL << L3_SHIFT) /* # bytes mapped by L3 ent (1G) */
H A Dpmap.h210 #define pl3_pi(VA) (((VA_SIGN_POS(VA)) & L3_MASK) >> L3_SHIFT)
218 #define pl3_i(VA) (((VA_SIGN_POS(VA)) & L3_FRAME) >> L3_SHIFT)
224 #define PTP_SHIFT_INITIALIZER { L1_SHIFT, L2_SHIFT, L3_SHIFT, L4_SHIFT }
/openbsd-current/regress/sys/arch/amd64/dump_tables/
H A Ddump_tables.c95 [3] = L3_SHIFT,
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Dexec_i386.c263 idx = (addr & L3_MASK) >> L3_SHIFT;
/openbsd-current/sys/arch/amd64/stand/libsa/
H A Dexec_i386.c330 kern_pml3 = (entry & L3_MASK) >> L3_SHIFT;
/openbsd-current/sys/arch/amd64/amd64/
H A Dpmap.c606 va = (vaddr_t)((PDIR_SLOT_EARLY * 512ULL) << L3_SHIFT) + off;
774 ndmpdp = (max_pa + NBPD_L3 - 1) >> L3_SHIFT;
824 p = ((max_pa - start_cur) >> L3_SHIFT);
844 cur_pa = start_cur + (i << L3_SHIFT);
2290 l3idx = (va & L3_MASK) >> L3_SHIFT; /* PDPTE idx */
2443 l3idx = (gpa & L3_MASK) >> L3_SHIFT; /* PDPTE idx */
2525 l3idx = (gpa & L3_MASK) >> L3_SHIFT; /* PDPTE idx */
H A Dvmm_machdep.c884 l3idx = (addr & L3_MASK) >> L3_SHIFT; /* PDPTE idx */
3793 shift = L3_SHIFT;
/openbsd-current/usr.sbin/vmd/
H A Dvm.c2391 shift = L3_SHIFT;

Completed in 2408 milliseconds