/linux-2.4.37.9/arch/sh64/mm/ |
D | tlbmiss.c | 117 if (pte_none(entry) || !pte_present(entry)) { in handle_vmalloc_fault() 174 if (!pte_present(entry)) { in handle_tlbmiss()
|
D | cache.c | 566 if (pte_none(entry) || !pte_present(entry)) in sh64_dcache_purge_virt_page() 594 if (pte_none(entry) || !pte_present(entry)) return; in sh64_dcache_purge_user_page()
|
/linux-2.4.37.9/arch/cris/mm/ |
D | fault.c | 197 if (!pte_present(pte)) in handle_mmu_bus_fault() 514 if (!pte_present(*pte_k)) in do_page_fault()
|
/linux-2.4.37.9/include/asm-sparc/ |
D | pgtable.h | 203 BTFIXUPDEF_CALL_CONST(int, pte_present, pte_t) in BTFIXUPDEF_CALL_CONST() 211 #define pte_present(pte) BTFIXUP_CALL(pte_present)(pte) macro
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | generic.c | 21 if (pte_present(page)) { in forget_pte()
|
/linux-2.4.37.9/include/asm-arm/proc-armo/ |
D | pgtable.h | 73 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
|
/linux-2.4.37.9/include/asm-arm/proc-armv/ |
D | pgtable.h | 140 #define pte_present(pte) (pte_val(pte) & L_PTE_PRESENT) macro
|
/linux-2.4.37.9/mm/ |
D | memory.c | 240 if (!pte_present(pte)) { in copy_page_range() 316 if (pte_present(pte)) { in zap_pte_range() 424 if (pte_present(pte)) { in follow_page() 1346 if (!pte_present(entry)) { in handle_pte_fault() 1500 if (pte_present(*pte)) { in vmalloc_to_page()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | setup.c | 165 if (!pte_present(*ptep)) in prom_callback() 215 if (!pte_present(*ptep)) in prom_callback()
|
/linux-2.4.37.9/arch/sparc64/mm/ |
D | generic.c | 21 if (pte_present(page)) { in forget_pte()
|
/linux-2.4.37.9/arch/mips/mm/ |
D | fault.c | 272 if (!pte_present(*pte_k)) in do_page_fault()
|
/linux-2.4.37.9/arch/arm/mm/ |
D | fault-armv.c | 159 if (pte_present(entry) && pte_val(entry) & L_PTE_CACHEABLE) { in adjust_pte()
|
/linux-2.4.37.9/arch/ia64/mm/ |
D | fault.c | 70 return pte_present(pte); in mapped_kernel_page_is_present()
|
/linux-2.4.37.9/arch/m68k/mm/ |
D | motorola.c | 182 if (!pte_present(*pte_dir)) in map_chunk()
|
/linux-2.4.37.9/drivers/char/drm/ |
D | savage_drv.c | 174 if (!pte_present(*pte)) in savage_get_physics_address()
|
/linux-2.4.37.9/arch/ppc/mm/ |
D | fault.c | 334 if (pte && pte_present(*pte)) { in va_to_pte()
|
/linux-2.4.37.9/include/asm-m68k/ |
D | sun3_pgtable.h | 126 static inline int pte_present(pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
|
D | motorola_pgtable.h | 144 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/linux-2.4.37.9/arch/i386/mm/ |
D | fault.c | 397 if (!pte_present(*pte_k)) in do_page_fault()
|
/linux-2.4.37.9/include/asm-mips/ |
D | pgtable.h | 159 static inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_PRESENT; } in pte_present() function
|
/linux-2.4.37.9/arch/x86_64/mm/ |
D | fault.c | 440 if (!pte_present(*pte)) in do_page_fault()
|
/linux-2.4.37.9/include/asm-s390/ |
D | pgtable.h | 251 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_PRESENT; } in pte_present() function
|
/linux-2.4.37.9/include/asm-sh/ |
D | pgtable.h | 204 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | pgtable.h | 267 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | pgtable.h | 298 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
|