Lines Matching defs:VA
96 * physical memory in the VA range:
124 * In other words, there is a 'VA hole' at 0x0000800000000000 -
157 * PTE_BASE: the base VA of the linear PTE mappings
158 * PDP_PDE: the VA of the PDE that points back to the PDP
205 * pl*_pi: index in the ptp page for a pde mapping a VA.
208 #define pl1_pi(VA) (((VA_SIGN_POS(VA)) & L1_MASK) >> L1_SHIFT)
209 #define pl2_pi(VA) (((VA_SIGN_POS(VA)) & L2_MASK) >> L2_SHIFT)
210 #define pl3_pi(VA) (((VA_SIGN_POS(VA)) & L3_MASK) >> L3_SHIFT)
211 #define pl4_pi(VA) (((VA_SIGN_POS(VA)) & L4_MASK) >> L4_SHIFT)
216 #define pl1_i(VA) (((VA_SIGN_POS(VA)) & L1_FRAME) >> L1_SHIFT)
217 #define pl2_i(VA) (((VA_SIGN_POS(VA)) & L2_FRAME) >> L2_SHIFT)
218 #define pl3_i(VA) (((VA_SIGN_POS(VA)) & L3_FRAME) >> L3_SHIFT)
219 #define pl4_i(VA) (((VA_SIGN_POS(VA)) & L4_FRAME) >> L4_SHIFT)
236 * a PTP's VA is the first VA mapped by that PTP
303 * pm_pdir : VA of page table to be used when executing in
307 * pm_pdir_intel : VA of special page table to be used when executing
341 * for each managed physical page we maintain a list of <PMAP,VA>'s
491 * vtopte: return a pointer to the PTE mapping a VA, works only for
494 * kvtopte: return a pointer to the PTE mapping a kernel VA