Searched defs:pte_present (Results 1 - 25 of 28) sorted by relevance

12

/arch/powerpc/include/asm/
H A Dpgtable.h36 static inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_PRESENT; } function
/arch/cris/include/asm/
H A Dpgtable.h96 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
110 * The following only work if pte_present() is true.
278 /* Encode and de-code a swap entry (must be !pte_none(e) && !pte_present(e)) */
/arch/mips/include/asm/
H A Dpgtable.h103 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
139 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
200 * The following only work if pte_present() is true.
/arch/arm/include/asm/
H A Dpgtable.h218 #define pte_present(pte) (pte_val(pte) & L_PTE_PRESENT) macro
/arch/hexagon/include/asm/
H A Dpgtable.h308 * pte_present - check if page is present
310 static inline int pte_present(pte_t pte) function
/arch/m68k/include/asm/
H A Dsun3_pgtable.h125 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } function
164 * The following only work if pte_present() is true.
H A Dmcf_pgtable.h180 static inline int pte_present(pte_t pte) function
217 * The following only work if pte_present() is true.
408 * Encode and de-code a swap entry (must be !pte_none(e) && !pte_present(e))
H A Dmotorola_pgtable.h131 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
165 * The following only work if pte_present() is true.
282 /* Encode and de-code a swap entry (must be !pte_none(e) && !pte_present(e)) */
/arch/score/include/asm/
H A Dpgtable.h133 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
255 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/arch/sh/include/asm/
H A Dpgtable_32.h327 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
340 * The following only work if pte_present() is true.
H A Dpgtable_64.h233 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
262 * The following have defined behavior only work if pte_present() is true.
/arch/um/include/asm/
H A Dpgtable.h23 pte_present gives true */
122 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
136 * The following only work if pte_present() is true.
157 * The following only works if pte_present() is not true.
181 return(pte_present(pte) && (pte_get_bits(pte, _PAGE_NEWPROT)));
246 if(pte_present(pte))
272 if(pte_present(*pteptr)) *pteptr = pte_mknewprot(*pteptr);
296 if (pte_present(pte)) \
/arch/unicore32/include/asm/
H A Dpgtable.h174 * The following only work if pte_present() is true.
177 #define pte_present(pte) (pte_val(pte) & PTE_PRESENT) macro
/arch/alpha/include/asm/
H A Dpgtable.h248 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } function
265 * The following only work if pte_present() is true.
/arch/avr32/include/asm/
H A Dpgtable.h185 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
193 * The following only work if pte_present() is true.
214 * The following only work if pte_present() is not true.
/arch/m32r/include/asm/
H A Dpgtable.h180 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
191 * The following only work if pte_present() is true.
210 * The following only works if pte_present() is not true.
/arch/microblaze/include/asm/
H A Dpgtable.h86 * The following only work if pte_present() is true.
309 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
341 * The following only work if pte_present() is true.
/arch/openrisc/include/asm/
H A Dpgtable.h225 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
234 * The following only work if pte_present() is true.
431 /* Encode and de-code a swap entry (must be !pte_none(e) && !pte_present(e)) */
/arch/sparc/include/asm/
H A Dpgtable_32.h147 BTFIXUPDEF_CALL_CONST(int, pte_present, pte_t)
155 #define pte_present(pte) BTFIXUP_CALL(pte_present)(pte) macro
182 * The following only work if pte_present() is true.
208 * The following only work if pte_present() is not true.
/arch/tile/include/asm/
H A Dpgtable.h186 * The following only work if pte_present() is true.
189 #define pte_present hv_pte_get_present macro
/arch/xtensa/include/asm/
H A Dpgtable.h206 #define pte_present(pte) \ macro
/arch/frv/include/asm/
H A Dpgtable.h357 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
375 * The following only work if pte_present() is true.
/arch/ia64/include/asm/
H A Dpgtable.h268 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
297 * The following have defined behavior only work if pte_present() is true.
340 (!pte_present(*ptep) ||
/arch/mn10300/include/asm/
H A Dpgtable.h217 #define pte_present(x) (pte_val(x) & _PAGE_VALID) macro
234 * The following only work if pte_present() is true.
245 * The following only works if pte_present() is not true.
/arch/parisc/include/asm/
H A Dpgtable.h269 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
330 * The following only work if pte_present() is true.

Completed in 435 milliseconds

12