Home
last modified time | relevance | path

Searched refs:pgd_clear (Results 1 – 25 of 31) sorted by relevance

12

/linux-2.6.39/arch/m68k/include/asm/
Dpgtable_no.h21 #define pgd_clear(pgdp) macro
Dsun3_pgtable.h152 static inline void pgd_clear (pgd_t *pgdp) {} in pgd_clear() function
Dmotorola_pgtable.h152 #define pgd_clear(pgdp) ({ pgd_val(*pgdp) = 0; }) macro
/linux-2.6.39/include/asm-generic/
D4level-fixup.h23 #define pud_clear(pud) pgd_clear(pud)
Dpgtable-nopud.h28 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
/linux-2.6.39/arch/h8300/include/asm/
Dpgtable.h14 #define pgd_clear(pgdp) macro
/linux-2.6.39/arch/arm/include/asm/
Dpgtable-nommu.h26 #define pgd_clear(pgdp) macro
Dpgtable.h302 #define pgd_clear(pgdp) do { } while (0) macro
/linux-2.6.39/arch/powerpc/include/asm/
Dpgtable-ppc64-4k.h58 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0) macro
/linux-2.6.39/arch/m68k/mm/
Dkmap_mm.c258 pgd_clear(pgd_dir); in __iounmap()
336 pgd_clear(pgd_dir); in kernel_set_cachemode()
/linux-2.6.39/arch/sparc/include/asm/
Dpgtable_32.h172 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/
Dhead64.c33 pgd_clear(pgd); in zap_identity_mappings()
Dmachine_kexec_64.c131 pgd_clear(level4p++); in init_level4_page()
/linux-2.6.39/arch/m32r/include/asm/
Dpgtable-2level.h36 #define pgd_clear(xp) do { } while (0) macro
/linux-2.6.39/arch/arm/mm/
Dpgd.c111 pgd_clear(pgd); in pgd_free()
/linux-2.6.39/arch/blackfin/include/asm/
Dpgtable.h22 #define pgd_clear(pgdp) macro
/linux-2.6.39/arch/microblaze/include/asm/
Dpgtable.h28 #define pgd_clear(pgdp) macro
337 #define pgd_clear(xp) do { } while (0) macro
/linux-2.6.39/arch/parisc/include/asm/
Dpgtable.h301 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/
Dpgtable.h49 #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/
Dpgtable.h652 #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/
Dpgtable.h127 #define pgd_clear(pgdp) do { } while (0) macro
/linux-2.6.39/arch/alpha/include/asm/
Dpgtable.h261 extern inline void pgd_clear(pgd_t * pgdp) { pgd_val(*pgdp) = 0; } in pgd_clear() function
/linux-2.6.39/arch/sparc/mm/
Dsrmmu.c1488 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/
Dpgtable.h298 #define pgd_clear(xp) do { } while (0) macro
/linux-2.6.39/arch/powerpc/mm/
Dhugetlbpage.c301 pgd_clear(pgd); in hugetlb_free_pud_range()

12