Searched defs:pte_not_present (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dpgtable.h223 static inline int pte_not_present(pte_t pte){ return !(pte_val(pte) & _PAGE_PRESENT); } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dpgtable.h223 static inline int pte_not_present(pte_t pte){ return !(pte_val(pte) & _PAGE_PRESENT); } function

Completed in 91 milliseconds