Searched refs:pte32 (Results 1 – 2 of 2) sorted by relevance
3124 uint32_t *ptpbase32, pte32; in _vm_gla2gpa() local3142 pte32 = ptpbase32[ptpindex]; in _vm_gla2gpa()3144 if ((pte32 & PG_V) == 0 || in _vm_gla2gpa()3145 (usermode && (pte32 & PG_U) == 0) || in _vm_gla2gpa()3146 (writable && (pte32 & PG_RW) == 0)) { in _vm_gla2gpa()3149 0, pte32); in _vm_gla2gpa()3165 if (!check_only && (pte32 & PG_A) == 0) { in _vm_gla2gpa()3167 pte32, pte32 | PG_A) == 0) { in _vm_gla2gpa()3173 if (nlevels > 0 && (pte32 & PG_PS) != 0) in _vm_gla2gpa()3176 ptpphys = pte32; in _vm_gla2gpa()[all …]
46 typedef struct pte32 { struct