/linux-2.4.37.9/include/asm-sh/ |
D | pgtable-2level.h | 33 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-2.4.37.9/arch/arm/mm/ |
D | fault-common.c | 75 if (pgd_none(pg)) in show_pte() 379 if (pgd_none(*pgd_k)) in do_translation_fault()
|
D | fault-armv.c | 141 if (pgd_none(*pgd)) in adjust_pte()
|
/linux-2.4.37.9/include/asm-i386/ |
D | pgtable-2level.h | 32 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
D | pgtable-3level.h | 36 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-2.4.37.9/include/asm-sparc/ |
D | pgtable.h | 227 BTFIXUPDEF_CALL_CONST(int, pgd_none, pgd_t) 232 #define pgd_none(pgd) BTFIXUP_CALL(pgd_none)(pgd) macro
|
/linux-2.4.37.9/mm/ |
D | memory.c | 114 if (pgd_none(*dir)) in free_one_pgd() 194 if (pgd_none(*src_pgd)) in copy_page_range() 337 if (pgd_none(*dir)) in zap_pmd_range() 412 if (pgd_none(*pgd) || pgd_bad(*pgd)) in follow_page() 1423 if (!pgd_none(*pgd)) { in __pmd_alloc() 1496 if (!pgd_none(*pgd)) { in vmalloc_to_page()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | setup.c | 159 if (pgd_none(*pgdp)) in prom_callback() 209 if (pgd_none(*pgdp)) in prom_callback()
|
/linux-2.4.37.9/arch/x86_64/mm/ |
D | init.c | 133 if (pgd_none(*pgd)) { in set_pte_phys() 434 if (!pgd || pgd_none(*pgd)) in clear_kernel_mapping()
|
/linux-2.4.37.9/include/asm-parisc/ |
D | pgtable.h | 237 #define pgd_none(x) (!pgd_val(x)) macro 247 extern inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-2.4.37.9/arch/sh64/mm/ |
D | tlbmiss.c | 155 if (pgd_none(*dir)) { in handle_tlbmiss()
|
/linux-2.4.37.9/include/asm-arm/ |
D | pgtable.h | 113 #define pgd_none(pgd) (0) macro
|
/linux-2.4.37.9/arch/i386/mm/ |
D | pageattr.c | 23 if (pgd_none(*pgd)) in lookup_address()
|
D | init.c | 136 if (pgd_none(*pgd)) { in set_pte_phys() 182 if (pgd_none(*pgd)) { in fixrange_init()
|
/linux-2.4.37.9/arch/ia64/mm/ |
D | fault.c | 58 if (pgd_none(*pgd) || pgd_bad(*pgd)) in mapped_kernel_page_is_present()
|
/linux-2.4.37.9/include/asm-sh64/ |
D | pgtable.h | 217 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function 224 #define pgd_none(pgd_entry) (pgd_val((pgd_entry)) == _PGD_EMPTY) macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | pgtable.h | 116 #define pgd_none(x) (!pgd_val(x)) macro 119 extern inline int pgd_present(pgd_t pgd) { return !pgd_none(pgd); } in pgd_present()
|
/linux-2.4.37.9/include/asm-m68k/ |
D | sun3_pgtable.h | 144 static inline int pgd_none (pgd_t pgd) { return 0; } in pgd_none() function
|
D | motorola_pgtable.h | 159 #define pgd_none(pgd) (!pgd_val(pgd)) macro
|
/linux-2.4.37.9/arch/ppc64/mm/ |
D | init.c | 331 if (!pgd_none(*pgd)) { in local_flush_tlb_page() 379 if ( !pgd_none( *pgd ) ) { in local_flush_tlb_range()
|
/linux-2.4.37.9/include/asm-mips/ |
D | pgtable.h | 197 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-2.4.37.9/arch/s390x/mm/ |
D | init.c | 91 if (!pgd_none(*pgd)) { in pgd_populate()
|
/linux-2.4.37.9/include/asm-s390/ |
D | pgtable.h | 241 extern inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-2.4.37.9/include/asm-cris/ |
D | pgtable.h | 314 extern inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
|
/linux-2.4.37.9/include/asm-s390x/ |
D | pgtable.h | 257 #define pgd_none(pgd) __pgd_none(&(pgd)) macro
|