Home | History | Annotate | Download | only in x86_pte_tester

Lines Matching defs:is_flag

77 #define is_flag(__ent, __flag)	(((__ent) & __flag) != 0)
78 #define is_valid(__ent) is_flag(__ent, PTE_P)
123 if (is_flag(pd[i], PTE_PS))
150 if (is_flag(pd[i], PTE_PS))
177 if (is_flag(pd[i], PTE_PS))
204 if (is_flag(pde, PTE_NX) || !is_flag(pde, PTE_W)) {
207 if (lvl != 1 && !is_flag(pde, PTE_PS)) {
234 if (is_flag(pde, PTE_PS) || lvl == 1) {
235 if (!is_flag(pde, PTE_W) && is_flag(pde, PTE_D)) {
249 if (!is_flag(pde, PTE_W)) {
286 if (is_flag(pde, PTE_U)) {
301 if (!is_flag(pde, PTE_U)) {
320 if (is_flag(pde, PTE_U)) {
336 if (is_flag(pde, PTE_G)) {