Searched refs:AMD64_PG_PS (Results 1 – 3 of 3) sorted by relevance
58 #define AMD64_PG_PS 0x080 macro80 _Static_assert(PG_PS == AMD64_PG_PS, "PG_PS mismatch");
226 if (pdpe & AMD64_PG_PS) { in _amd64_vatop()258 if (pde & AMD64_PG_PS) { in _amd64_vatop()
265 if ((pde & AMD64_PG_PS) == 0) { in _amd64_minidump_vatop()368 if ((pde & AMD64_PG_PS) != 0) { in _amd64_minidump_walk_pages()