Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dpgtable.h92 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
128 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/arch/x86/include/asm/
Dpgtable_32.h88 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
Dpgtable_64.h175 #define pte_present(x) (pte_val((x)) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/arch/cris/include/asm/
Dpgtable.h96 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/arch/um/include/asm/
Dpgtable.h115 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/arch/m68k/include/asm/
Dsun3_pgtable.h125 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
Dmotorola_pgtable.h130 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/arch/sh/include/asm/
Dpgtable_64.h226 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
Dpgtable_32.h311 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/arch/avr32/include/asm/
Dpgtable.h185 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/arch/xtensa/include/asm/
Dpgtable.h198 #define pte_present(pte) \ macro
/arch/arm/include/asm/
Dpgtable.h282 #define pte_present(pte) (pte_val(pte) & L_PTE_PRESENT) macro
/arch/alpha/include/asm/
Dpgtable.h247 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
/arch/sparc/include/asm/
Dpgtable_32.h154 #define pte_present(pte) BTFIXUP_CALL(pte_present)(pte) macro
Dpgtable_64.h594 static inline unsigned long pte_present(pte_t pte) in pte_present() function
/arch/powerpc/include/asm/
Dpgtable-ppc64.h184 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
Dpgtable-ppc32.h540 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/arch/parisc/include/asm/
Dpgtable.h258 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/arch/ia64/include/asm/
Dpgtable.h269 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
/arch/s390/include/asm/
Dpgtable.h528 static inline int pte_present(pte_t pte) in pte_present() function