Searched refs:I386_PG_FRAME (Results 1 – 3 of 3) sorted by relevance
60 #define I386_PG_FRAME (0xfffff000) macro75 _Static_assert((u_int)PG_FRAME_NOPAE == I386_PG_FRAME, "PG_FRAME mismatch");
213 a = pte & I386_PG_FRAME; in _i386_minidump_vatop()310 *pa = pte32 & I386_PG_FRAME; in _i386_iterator_next()
269 pte_pa = (pde & I386_PG_FRAME) + (pteindex * sizeof(pte)); in _i386_vatop()288 a = (pte & I386_PG_FRAME) + offset; in _i386_vatop()