Home
last modified time | relevance | path

Searched defs:pte_none (Results 1 – 14 of 14) sorted by relevance

/linux/arch/arc/include/asm/
H A Dpgtable-levels.h172 #define pte_none(x) (!pte_val(x)) macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h95 static inline int pte_none (pte_t pte) { return !pte_val (pte); } in pte_none() function
H A Dmotorola_pgtable.h105 #define pte_none(pte) (!pte_val(pte)) macro
H A Dmcf_pgtable.h115 static inline int pte_none(pte_t pte) in pte_none() function
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h200 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
/linux/arch/sh/include/asm/
H A Dpgtable_32.h322 #define pte_none(x) (!pte_val(x)) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h398 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
/linux/arch/parisc/include/asm/
H A Dpgtable.h265 #define pte_none(x) (pte_val(x) == 0) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h360 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h355 static inline int pte_none(pte_t pte) in pte_none() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h740 static inline int pte_none(pte_t pte) in pte_none() function
/linux/arch/x86/include/asm/
H A Dpgtable.h940 static inline int pte_none(pte_t pte) in pte_none() function
/linux/arch/s390/include/asm/
H A Dpgtable.h821 static inline int pte_none(pte_t pte) in pte_none() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h140 #define pte_none(pte) (!pte_val(pte)) macro