Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/arch/alpha/mm/
Dfault.c250 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
/linux-2.4.37.9/arch/m68k/mm/
Dmotorola.c77 if (!pgd_present(kernel_pg_dir[i])) in kernel_ptr_table()
139 if (!pgd_present(*pgd_dir)) { in map_chunk()
Dinit.c174 if (pgd_present(kernel_pg_dir[i])) in mem_init()
/linux-2.4.37.9/include/asm-sh/
Dpgtable-2level.h35 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-2.4.37.9/include/asm-i386/
Dpgtable-2level.h34 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
Dpgtable-3level.h38 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-2.4.37.9/include/asm-sparc/
Dpgtable.h229 BTFIXUPDEF_CALL_CONST(int, pgd_present, pgd_t)
234 #define pgd_present(pgd) BTFIXUP_CALL(pgd_present)(pgd) macro
/linux-2.4.37.9/arch/x86_64/mm/
Dfault.c80 if (!pgd_present(*pgd)) goto ret; in dump_pagetable()
434 if (!pgd_present(*pgd)) in do_page_fault()
/linux-2.4.37.9/include/asm-parisc/
Dpgtable.h239 #define pgd_present(x) (pgd_val(x) & _PAGE_PRESENT) macro
249 extern inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-2.4.37.9/arch/sh64/mm/
Dtlbmiss.c158 if (!pgd_present(*dir)) { in handle_tlbmiss()
/linux-2.4.37.9/arch/sparc/mm/
Dfault.c401 if (!pgd_present(*pgd)) { in do_sparc_fault()
402 if (!pgd_present(*pgd_k)) in do_sparc_fault()
/linux-2.4.37.9/include/asm-arm/
Dpgtable.h115 #define pgd_present(pgd) (1) macro
/linux-2.4.37.9/arch/mips/mm/
Dfault.c261 if (!pgd_present(*pgd_k)) in do_page_fault()
/linux-2.4.37.9/include/asm-sh64/
Dpgtable.h219 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
223 #define pgd_present(pgd_entry) (1) macro
/linux-2.4.37.9/include/asm-m68k/
Dsun3_pgtable.h146 static inline int pgd_present (pgd_t pgd) { return 1; } in pgd_present() function
Dmotorola_pgtable.h161 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
/linux-2.4.37.9/arch/i386/mm/
Dfault.c386 if (!pgd_present(*pgd_k)) in do_page_fault()
/linux-2.4.37.9/include/asm-mips/
Dpgtable.h199 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-2.4.37.9/arch/arm/mm/
Dfault-common.c383 if (!pgd_present(*pgd)) in do_translation_fault()
/linux-2.4.37.9/include/asm-s390/
Dpgtable.h240 extern inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-2.4.37.9/include/asm-cris/
Dpgtable.h316 extern inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
/linux-2.4.37.9/include/asm-s390x/
Dpgtable.h251 #define pgd_present(pgd) __pgd_present(&(pgd)) macro
/linux-2.4.37.9/include/asm-sparc64/
Dpgtable.h246 #define pgd_present(pgd) (pgd_val(pgd) != 0U) macro
/linux-2.4.37.9/include/asm-alpha/
Dpgtable.h268 extern inline int pgd_present(pgd_t pgd) { return pgd_val(pgd) & _PAGE_VALID; } in pgd_present() function
/linux-2.4.37.9/include/asm-ppc64/
Dpgtable.h212 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro

12