Home
last modified time | relevance | path

Searched refs:pte_not_present (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/sh/mm/
Dtlbex_32.c58 if (unlikely(pte_none(entry) || pte_not_present(entry))) in handle_tlbmiss()
/linux-6.12.1/arch/sh/include/asm/
Dpgtable_32.h339 #define pte_not_present(pte) (!((pte).pte_low & _PAGE_PRESENT)) macro