Home
last modified time | relevance | path

Searched defs:pte_present (Results 1 – 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dpgtable.h252 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro
254 # define pte_present(pte) \ macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dpgtable.h142 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
189 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h73 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-5.10/arch/nios2/include/asm/
Dpgtable.h128 static inline int pte_present(pte_t pte) \ in pte_present() function
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dsun3_pgtable.h122 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
Dmotorola_pgtable.h136 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
Dmcf_pgtable.h180 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dpgtable.h259 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dpgtable.h39 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dpgtable.h263 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/kernel/linux/linux-5.10/arch/um/include/asm/
Dpgtable.h116 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable.h192 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Dpgtable.h248 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dpgtable_32.h165 static inline int pte_present(pte_t pte) in pte_present() function
Dpgtable_64.h659 static inline unsigned long pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
Dpgtable.h220 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/kernel/linux/linux-5.10/arch/sh/include/asm/
Dpgtable_32.h324 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dpgtable.h205 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dpgtable.h238 #define pte_present(pte) (pte_val(pte) & _PAGE_V) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h359 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dpgtable.h279 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dpgtable.h319 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dpgtable.h266 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dpgtable.h97 #define pte_present(pte) (!!(pte_val(pte) & (PTE_VALID | PTE_PROT_NONE))) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable.h765 static inline int pte_present(pte_t a) in pte_present() function

12