Searched refs:I386_PG_PS_FRAME (Results 1 – 2 of 2) sorted by relevance
61 #define I386_PG_PS_FRAME (0xffc00000) macro76 _Static_assert(PG_PS_FRAME_NOPAE == I386_PG_PS_FRAME, "PG_PS_FRAME mismatch");
258 a = (pde & I386_PG_PS_FRAME) + offset; in _i386_vatop()