Searched refs:pte_present (Results 1 – 2 of 2) sorted by relevance
62 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
140 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro