Searched refs:pte_present (Results 1 – 4 of 4) sorted by relevance
34 if (pte_present(pte)) { in uvirt_to_kva()
92 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro128 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
240 #define pte_present(pte) (pte_val(pte) & L_PTE_PRESENT) macro
204 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro