/linux-2.6.39/arch/m68k/include/asm/ |
D | pgtable_no.h | 21 #define pgd_clear(pgdp) macro
|
D | sun3_pgtable.h | 152 static inline void pgd_clear (pgd_t *pgdp) {} in pgd_clear() function
|
D | motorola_pgtable.h | 152 #define pgd_clear(pgdp) ({ pgd_val(*pgdp) = 0; }) macro
|
/linux-2.6.39/include/asm-generic/ |
D | 4level-fixup.h | 23 #define pud_clear(pud) pgd_clear(pud)
|
D | pgtable-nopud.h | 28 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
|
/linux-2.6.39/arch/h8300/include/asm/ |
D | pgtable.h | 14 #define pgd_clear(pgdp) macro
|
/linux-2.6.39/arch/arm/include/asm/ |
D | pgtable-nommu.h | 26 #define pgd_clear(pgdp) macro
|
D | pgtable.h | 302 #define pgd_clear(pgdp) do { } while (0) macro
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | pgtable-ppc64-4k.h | 58 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0) macro
|
/linux-2.6.39/arch/m68k/mm/ |
D | kmap_mm.c | 258 pgd_clear(pgd_dir); in __iounmap() 336 pgd_clear(pgd_dir); in kernel_set_cachemode()
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | pgtable_32.h | 172 BTFIXUPDEF_CALL(void, pgd_clear, pgd_t *) 177 #define pgd_clear(pgd) BTFIXUP_CALL(pgd_clear)(pgd) macro
|
/linux-2.6.39/arch/x86/kernel/ |
D | head64.c | 33 pgd_clear(pgd); in zap_identity_mappings()
|
D | machine_kexec_64.c | 131 pgd_clear(level4p++); in init_level4_page()
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | pgtable-2level.h | 36 #define pgd_clear(xp) do { } while (0) macro
|
/linux-2.6.39/arch/arm/mm/ |
D | pgd.c | 111 pgd_clear(pgd); in pgd_free()
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | pgtable.h | 22 #define pgd_clear(pgdp) macro
|
/linux-2.6.39/arch/microblaze/include/asm/ |
D | pgtable.h | 28 #define pgd_clear(pgdp) macro 337 #define pgd_clear(xp) do { } while (0) macro
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | pgtable.h | 301 static inline void pgd_clear(pgd_t *pgd) { in pgd_clear() function 319 static inline void pgd_clear(pgd_t * pgdp) { } in pgd_clear() function
|
/linux-2.6.39/arch/frv/include/asm/ |
D | pgtable.h | 49 #define pgd_clear(pgdp) macro 201 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
|
/linux-2.6.39/arch/s390/include/asm/ |
D | pgtable.h | 652 #define pgd_clear(pgd) do { } while (0) macro 663 static inline void pgd_clear(pgd_t * pgd) in pgd_clear() function
|
/linux-2.6.39/arch/score/include/asm/ |
D | pgtable.h | 127 #define pgd_clear(pgdp) do { } while (0) macro
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | pgtable.h | 261 extern inline void pgd_clear(pgd_t * pgdp) { pgd_val(*pgdp) = 0; } in pgd_clear() function
|
/linux-2.6.39/arch/sparc/mm/ |
D | srmmu.c | 1488 BTFIXUPSET_CALL(pgd_clear, srmmu_pgd_clear, BTFIXUPCALL_NORM); in init_hypersparc() 1554 BTFIXUPSET_CALL(pgd_clear, srmmu_pgd_clear, BTFIXUPCALL_NORM); in init_cypress_common() 1938 BTFIXUPSET_CALL(pgd_clear, srmmu_pgd_clear, BTFIXUPCALL_NORM); in init_viking() 2230 BTFIXUPSET_CALL(pgd_clear, srmmu_pgd_clear, BTFIXUPCALL_SWAPO0G0); in ld_mmu_srmmu()
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | pgtable.h | 298 #define pgd_clear(xp) do { } while (0) macro
|
/linux-2.6.39/arch/powerpc/mm/ |
D | hugetlbpage.c | 301 pgd_clear(pgd); in hugetlb_free_pud_range()
|