Searched defs:pte_none (Results 1 - 25 of 31) sorted by relevance

12

/arch/m32r/include/asm/
H A Dpgtable-2level.h68 #define pte_none(x) (!pte_val(x)) macro
/arch/powerpc/include/asm/
H A Dpgtable.h38 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } function
/arch/cris/include/asm/
H A Dpgtable.h95 #define pte_none(x) (!pte_val(x)) macro
275 /* Encode and de-code a swap entry (must be !pte_none(e) && !pte_present(e)) */
/arch/arc/include/asm/
H A Dpgtable.h252 #define pte_none(x) (!pte_val(x)) macro
/arch/hexagon/include/asm/
H A Dpgtable.h299 * pte_none - check if pte is mapped
302 static inline int pte_none(pte_t pte) function
/arch/m68k/include/asm/
H A Dsun3_pgtable.h124 static inline int pte_none (pte_t pte) { return !pte_val (pte); } function
H A Dmcf_pgtable.h175 static inline int pte_none(pte_t pte) function
408 * Encode and de-code a swap entry (must be !pte_none(e) && !pte_present(e))
H A Dmotorola_pgtable.h130 #define pte_none(pte) (!pte_val(pte)) macro
282 /* Encode and de-code a swap entry (must be !pte_none(e) && !pte_present(e)) */
/arch/mips/include/asm/
H A Dpgtable.h130 #define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) macro
145 if (pte_none(*buddy)) {
165 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
183 if (pte_none(*buddy))
/arch/score/include/asm/
H A Dpgtable.h129 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/arch/sh/include/asm/
H A Dpgtable_32.h326 #define pte_none(x) (!pte_val(x)) macro
H A Dpgtable_64.h232 #define pte_none(x) (pte_val(x) == _PTE_EMPTY) macro
/arch/um/include/asm/
H A Dpgtable.h128 static inline int pte_none(pte_t pte) function
/arch/unicore32/include/asm/
H A Dpgtable.h156 #define pte_none(pte) (!pte_val(pte)) macro
/arch/alpha/include/asm/
H A Dpgtable.h247 extern inline int pte_none(pte_t pte) { return !pte_val(pte); } function
/arch/arm/include/asm/
H A Dpgtable.h221 #define pte_none(pte) (!pte_val(pte)) macro
/arch/avr32/include/asm/
H A Dpgtable.h184 #define pte_none(x) (!pte_val(x)) macro
/arch/metag/include/asm/
H A Dpgtable.h202 #define pte_none(x) (!pte_val(x)) macro
320 * Encode and decode a swap entry (must be !pte_none(e) && !pte_present(e))
/arch/microblaze/include/asm/
H A Dpgtable.h299 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0) macro
/arch/openrisc/include/asm/
H A Dpgtable.h224 #define pte_none(x) (!pte_val(x)) macro
431 /* Encode and de-code a swap entry (must be !pte_none(e) && !pte_present(e)) */
/arch/sparc/include/asm/
H A Dpgtable_32.h148 static inline int pte_none(pte_t pte) function
/arch/xtensa/include/asm/
H A Dpgtable.h85 * pte_none | MBZ | 01 | 11 | 00 |
243 # define pte_none(pte) (pte_val(pte) == (_PAGE_CA_INVALID | _PAGE_USER)) macro
/arch/arm64/include/asm/
H A Dpgtable.h123 #define pte_none(pte) (!pte_val(pte)) macro
/arch/frv/include/asm/
H A Dpgtable.h271 #define pte_none(x) (!(x).pte) macro
/arch/ia64/include/asm/
H A Dpgtable.h267 #define pte_none(pte) (!pte_val(pte)) macro

Completed in 805 milliseconds

12