Home
last modified time | relevance | path

Searched refs:pmd_present (Results 1 – 25 of 32) sorted by relevance

12

/linux-2.4.37.9/arch/ppc/mm/
Dfault.c332 if (pmd && pmd_present(*pmd)) { in va_to_pte()
369 if (pmd && pmd_present(*pmd)) { in print_8xx_pte()
410 if (pmd && pmd_present(*pmd)) { in get_8xx_pte()
Dpgtable.c372 if (pmd_present(*pmd)) { in get_pteptr()
/linux-2.4.37.9/include/asm-sparc/
Dpgtable.h215 BTFIXUPDEF_CALL_CONST(int, pmd_present, pmd_t) in BTFIXUPDEF_CALL_CONST()
224 #define pmd_present(pmd) BTFIXUP_CALL(pmd_present)(pmd) macro
/linux-2.4.37.9/arch/x86_64/mm/
Dfault.c85 if (!pmd_present(*pmd)) goto ret; in dump_pagetable()
437 if (!pmd_present(*pmd)) in do_page_fault()
/linux-2.4.37.9/arch/sh64/mm/
Dtlbmiss.c166 if (!pmd_present(*pmd)) { in handle_tlbmiss()
/linux-2.4.37.9/arch/sparc/mm/
Dfault.c411 if (pmd_present(*pmd) || !pmd_present(*pmd_k)) in do_sparc_fault()
/linux-2.4.37.9/include/asm-arm/
Dpgtable.h87 #define pmd_present(pmd) (pmd_val(pmd)) macro
/linux-2.4.37.9/arch/mips/mm/
Dfault.c267 if (!pmd_present(*pmd_k)) in do_page_fault()
/linux-2.4.37.9/arch/m68k/mm/
Dmotorola.c172 if (!pmd_present(*pmd_dir)) { in map_chunk()
/linux-2.4.37.9/arch/cris/mm/
Dfault.c502 if (!pmd_present(*pmd_k)) in do_page_fault()
/linux-2.4.37.9/include/asm-m68k/
Dsun3_pgtable.h141 #define pmd_present(pmd) (!pmd_none2(&(pmd))) macro
Dmotorola_pgtable.h150 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) macro
/linux-2.4.37.9/arch/i386/mm/
Dfault.c392 if (!pmd_present(*pmd_k)) in do_page_fault()
/linux-2.4.37.9/include/asm-mips/
Dpgtable.h182 static inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-2.4.37.9/include/asm-s390/
Dpgtable.h244 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _SEG_PRESENT; } in pmd_present() function
/linux-2.4.37.9/include/asm-sh/
Dpgtable.h208 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-2.4.37.9/include/asm-i386/
Dpgtable.h271 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-2.4.37.9/include/asm-cris/
Dpgtable.h306 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-2.4.37.9/include/asm-s390x/
Dpgtable.h269 extern inline int pmd_present(pmd_t pmd) in pmd_present() function
/linux-2.4.37.9/include/asm-sparc64/
Dpgtable.h242 #define pmd_present(pmd) (pmd_val(pmd) != 0U) macro
/linux-2.4.37.9/include/asm-alpha/
Dpgtable.h263 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() function
/linux-2.4.37.9/include/asm-ppc64/
Dpgtable.h206 #define pmd_present(pmd) ((pmd_val(pmd)) != 0) macro
/linux-2.4.37.9/include/asm-ia64/
Dpgtable.h233 #define pmd_present(pmd) (pmd_val(pmd) != 0UL) macro
/linux-2.4.37.9/include/asm-parisc/
Dpgtable.h227 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT) macro
/linux-2.4.37.9/include/asm-mips64/
Dpgtable.h266 static inline int pmd_present(pmd_t pmd) in pmd_present() function

12