Searched refs:pte_not_present (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dpg-sh4.c96 if (!pte_not_present(pte)) {
H A Dpg-sh7705.c125 if (!pte_not_present(pte)) {
H A Dfault.c287 if (unlikely(pte_none(entry) || pte_not_present(entry)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dpgtable.h362 #define pte_not_present(pte) (!(pte_val(pte) & _PAGE_PRESENT)) macro

Completed in 39 milliseconds