/linux-2.6.39/include/linux/ |
D | swapops.h | 49 return !pte_none(pte) && !pte_present(pte) && !pte_file(pte); in is_swap_pte() 61 BUG_ON(pte_file(pte)); in pte_to_swp_entry() 75 BUG_ON(pte_file(__swp_entry_to_pte(arch_entry))); in swp_entry_to_pte()
|
/linux-2.6.39/arch/m68k/include/asm/ |
D | pgtable_no.h | 40 static inline int pte_file(pte_t pte) { return 0; } in pte_file() function
|
D | sun3_pgtable.h | 171 static inline int pte_file(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_file() function
|
D | motorola_pgtable.h | 170 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() function
|
/linux-2.6.39/arch/h8300/include/asm/ |
D | pgtable.h | 36 static inline int pte_file(pte_t pte) { return 0; } in pte_file() function
|
/linux-2.6.39/arch/arm/include/asm/ |
D | pgtable-nommu.h | 57 static inline int pte_file(pte_t pte) { return 0; } in pte_file() function
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | pgtable.h | 48 static inline int pte_file(pte_t pte) in pte_file() function
|
/linux-2.6.39/arch/mips/include/asm/ |
D | pgtable.h | 207 static inline int pte_file(pte_t pte) { return pte.pte_low & _PAGE_FILE; } in pte_file() function 263 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() function
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | pgtable_32.h | 210 static int pte_file(pte_t pte) __attribute_const__; 211 static inline int pte_file(pte_t pte) in pte_file() function
|
D | pgtable_64.h | 578 static inline unsigned long pte_file(pte_t pte) in pte_file() function 722 extern unsigned long pte_file(pte_t);
|
/linux-2.6.39/arch/microblaze/include/asm/ |
D | pgtable.h | 47 static inline int pte_file(pte_t pte) { return 0; } in pte_file() function 350 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() function
|
/linux-2.6.39/arch/frv/include/asm/ |
D | pgtable.h | 66 static inline int pte_file(pte_t pte) { return 0; } in pte_file() function 477 static inline int pte_file(pte_t pte) in pte_file() function
|
/linux-2.6.39/mm/ |
D | fremap.c | 46 if (!pte_file(pte)) in zap_pte()
|
D | mincore.c | 123 else if (pte_file(pte)) { in mincore_pte_range()
|
D | mprotect.c | 63 } else if (PAGE_MIGRATION && !pte_file(oldpte)) { in change_pte_range()
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | pgtable.h | 34 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() function
|
/linux-2.6.39/arch/cris/include/asm/ |
D | pgtable.h | 117 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() function
|
/linux-2.6.39/arch/unicore32/include/asm/ |
D | pgtable.h | 294 #define pte_file(pte) (pte_val(pte) & PTE_FILE) macro
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | pgtable.h | 212 static inline int pte_file(pte_t pte) in pte_file() function
|
/linux-2.6.39/arch/avr32/include/asm/ |
D | pgtable.h | 216 static inline int pte_file(pte_t pte) in pte_file() function
|
/linux-2.6.39/arch/score/include/asm/ |
D | pgtable.h | 204 static inline int pte_file(pte_t pte) in pte_file() function
|
/linux-2.6.39/arch/sh/include/asm/ |
D | pgtable_64.h | 266 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() function
|
/linux-2.6.39/arch/um/include/asm/ |
D | pgtable.h | 157 static inline int pte_file(pte_t pte) in pte_file() function
|
/linux-2.6.39/arch/xtensa/include/asm/ |
D | pgtable.h | 220 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() function
|
/linux-2.6.39/arch/tile/include/asm/ |
D | pgtable.h | 288 #define pte_file(pte) (hv_pte_get_client1(pte) && !hv_pte_get_client0(pte)) macro
|