/openbmc/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 237 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro 239 # define pte_present(pte) \ macro
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_mmu.c | 27 #define pte_present(pte) (pte & PT_PRESENT) macro
|
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 55 static inline int pte_present(pte_t pte) in pte_present() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 116 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro 163 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 174 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 107 static inline int pte_present(pte_t pte) \ in pte_present() function
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 102 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
|
H A D | motorola_pgtable.h | 112 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
H A D | mcf_pgtable.h | 126 static inline int pte_present(pte_t pte) in pte_present() function
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 236 static inline int pte_present(pte_t pte) in pte_present() function
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 37 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/openbmc/linux/arch/um/include/asm/ |
H A D | pgtable.h | 103 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 181 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 204 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 222 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 148 static inline int pte_present(pte_t pte) in pte_present() function
|
H A D | pgtable_64.h | 656 static inline unsigned long pte_present(pte_t pte) in pte_present() function
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 232 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | pgtable_32.h | 323 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 413 static inline int pte_present(pte_t pte) in pte_present() function
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pgtable.h | 230 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | pgtable.h | 277 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 312 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 350 static inline int pte_present(pte_t pte) in pte_present() function
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 102 #define pte_present(pte) (!!(pte_val(pte) & (PTE_VALID | PTE_PROT_NONE))) macro
|