Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sh/mm/
H A Dtlbex_32.c57 if (unlikely(pte_none(entry) || pte_not_present(entry))) in handle_tlbmiss()
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dtlbex_32.c57 if (unlikely(pte_none(entry) || pte_not_present(entry))) in handle_tlbmiss()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dpgtable_32.h340 #define pte_not_present(pte) (!((pte).pte_low & _PAGE_PRESENT)) macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dpgtable_32.h339 #define pte_not_present(pte) (!((pte).pte_low & _PAGE_PRESENT)) macro

Completed in 4 milliseconds