/linux-2.4.37.9/arch/alpha/mm/ |
D | fault.c | 250 if (!pgd_present(*pgd) && pgd_present(*pgd_k)) { in do_page_fault()
|
/linux-2.4.37.9/arch/m68k/mm/ |
D | motorola.c | 77 if (!pgd_present(kernel_pg_dir[i])) in kernel_ptr_table() 139 if (!pgd_present(*pgd_dir)) { in map_chunk()
|
D | init.c | 174 if (pgd_present(kernel_pg_dir[i])) in mem_init()
|
/linux-2.4.37.9/include/asm-sh/ |
D | pgtable-2level.h | 35 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-2.4.37.9/include/asm-i386/ |
D | pgtable-2level.h | 34 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
D | pgtable-3level.h | 38 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-2.4.37.9/include/asm-sparc/ |
D | pgtable.h | 229 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/ |
D | fault.c | 80 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/ |
D | pgtable.h | 239 #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/ |
D | tlbmiss.c | 158 if (!pgd_present(*dir)) { in handle_tlbmiss()
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | fault.c | 401 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/ |
D | pgtable.h | 115 #define pgd_present(pgd) (1) macro
|
/linux-2.4.37.9/arch/mips/mm/ |
D | fault.c | 261 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-2.4.37.9/include/asm-sh64/ |
D | pgtable.h | 219 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/ |
D | sun3_pgtable.h | 146 static inline int pgd_present (pgd_t pgd) { return 1; } in pgd_present() function
|
D | motorola_pgtable.h | 161 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
|
/linux-2.4.37.9/arch/i386/mm/ |
D | fault.c | 386 if (!pgd_present(*pgd_k)) in do_page_fault()
|
/linux-2.4.37.9/include/asm-mips/ |
D | pgtable.h | 199 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-2.4.37.9/arch/arm/mm/ |
D | fault-common.c | 383 if (!pgd_present(*pgd)) in do_translation_fault()
|
/linux-2.4.37.9/include/asm-s390/ |
D | pgtable.h | 240 extern inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-2.4.37.9/include/asm-cris/ |
D | pgtable.h | 316 extern inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
|
/linux-2.4.37.9/include/asm-s390x/ |
D | pgtable.h | 251 #define pgd_present(pgd) __pgd_present(&(pgd)) macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pgtable.h | 246 #define pgd_present(pgd) (pgd_val(pgd) != 0U) macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | pgtable.h | 268 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/ |
D | pgtable.h | 212 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
|