Home
last modified time | relevance | path

Searched refs:pte_present (Results 1 – 25 of 57) sorted by relevance

123

/linux-2.4.37.9/arch/sh64/mm/
Dtlbmiss.c117 if (pte_none(entry) || !pte_present(entry)) { in handle_vmalloc_fault()
174 if (!pte_present(entry)) { in handle_tlbmiss()
Dcache.c566 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/
Dfault.c197 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/
Dpgtable.h203 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/
Dgeneric.c21 if (pte_present(page)) { in forget_pte()
/linux-2.4.37.9/include/asm-arm/proc-armo/
Dpgtable.h73 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/linux-2.4.37.9/include/asm-arm/proc-armv/
Dpgtable.h140 #define pte_present(pte) (pte_val(pte) & L_PTE_PRESENT) macro
/linux-2.4.37.9/mm/
Dmemory.c240 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/
Dsetup.c165 if (!pte_present(*ptep)) in prom_callback()
215 if (!pte_present(*ptep)) in prom_callback()
/linux-2.4.37.9/arch/sparc64/mm/
Dgeneric.c21 if (pte_present(page)) { in forget_pte()
/linux-2.4.37.9/arch/mips/mm/
Dfault.c272 if (!pte_present(*pte_k)) in do_page_fault()
/linux-2.4.37.9/arch/arm/mm/
Dfault-armv.c159 if (pte_present(entry) && pte_val(entry) & L_PTE_CACHEABLE) { in adjust_pte()
/linux-2.4.37.9/arch/ia64/mm/
Dfault.c70 return pte_present(pte); in mapped_kernel_page_is_present()
/linux-2.4.37.9/arch/m68k/mm/
Dmotorola.c182 if (!pte_present(*pte_dir)) in map_chunk()
/linux-2.4.37.9/drivers/char/drm/
Dsavage_drv.c174 if (!pte_present(*pte)) in savage_get_physics_address()
/linux-2.4.37.9/arch/ppc/mm/
Dfault.c334 if (pte && pte_present(*pte)) { in va_to_pte()
/linux-2.4.37.9/include/asm-m68k/
Dsun3_pgtable.h126 static inline int pte_present(pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
Dmotorola_pgtable.h144 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux-2.4.37.9/arch/i386/mm/
Dfault.c397 if (!pte_present(*pte_k)) in do_page_fault()
/linux-2.4.37.9/include/asm-mips/
Dpgtable.h159 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/
Dfault.c440 if (!pte_present(*pte)) in do_page_fault()
/linux-2.4.37.9/include/asm-s390/
Dpgtable.h251 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/
Dpgtable.h204 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux-2.4.37.9/include/asm-i386/
Dpgtable.h267 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux-2.4.37.9/include/asm-cris/
Dpgtable.h298 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro

123