Searched refs:pgd_clear (Results 1 – 23 of 23) sorted by relevance
/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
|
/arch/h8300/include/asm/ |
D | pgtable.h | 14 #define pgd_clear(pgdp) macro
|
/arch/arm/include/asm/ |
D | pgtable-nommu.h | 26 #define pgd_clear(pgdp) macro
|
D | pgtable.h | 361 #define pgd_clear(pgdp) do { } while (0) macro
|
/arch/m68k/mm/ |
D | kmap.c | 259 pgd_clear(pgd_dir); in __iounmap() 337 pgd_clear(pgd_dir); in kernel_set_cachemode()
|
/arch/x86/kernel/ |
D | head64.c | 53 pgd_clear(pgd); in zap_identity_mappings()
|
D | machine_kexec_64.c | 103 pgd_clear(level4p++); in init_level4_page()
|
/arch/blackfin/include/asm/ |
D | pgtable.h | 16 #define pgd_clear(pgdp) macro
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 173 BTFIXUPDEF_CALL(void, pgd_clear, pgd_t *) 178 #define pgd_clear(pgd) BTFIXUP_CALL(pgd_clear)(pgd) macro
|
/arch/powerpc/include/asm/ |
D | pgtable-4k.h | 104 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0) macro
|
/arch/arm/mm/ |
D | fault-armv.c | 83 pgd_clear(pgd); in adjust_pte()
|
/arch/parisc/include/asm/ |
D | pgtable.h | 297 static inline void pgd_clear(pgd_t *pgd) { in pgd_clear() function 315 static inline void pgd_clear(pgd_t * pgdp) { } in pgd_clear() function
|
/arch/s390/include/asm/ |
D | pgtable.h | 629 #define pgd_clear(pgd) do { } while (0) macro 640 static inline void pgd_clear(pgd_t * pgd) in pgd_clear() function
|
/arch/alpha/include/asm/ |
D | pgtable.h | 261 extern inline void pgd_clear(pgd_t * pgdp) { pgd_val(*pgdp) = 0; } in pgd_clear() function
|
/arch/sparc/mm/ |
D | srmmu.c | 1481 BTFIXUPSET_CALL(pgd_clear, srmmu_pgd_clear, BTFIXUPCALL_NORM); in init_hypersparc() 1547 BTFIXUPSET_CALL(pgd_clear, srmmu_pgd_clear, BTFIXUPCALL_NORM); in init_cypress_common() 1931 BTFIXUPSET_CALL(pgd_clear, srmmu_pgd_clear, BTFIXUPCALL_NORM); in init_viking() 2180 BTFIXUPSET_CALL(pgd_clear, srmmu_pgd_clear, BTFIXUPCALL_SWAPO0G0); in ld_mmu_srmmu()
|
D | sun4c.c | 2118 BTFIXUPSET_CALL(pgd_clear, sun4c_pgd_clear, BTFIXUPCALL_NOP); in ld_mmu_sun4c()
|
/arch/x86/include/asm/ |
D | pgtable.h | 418 #define pgd_clear(pgd) native_pgd_clear(pgd) macro
|
D | paravirt.h | 1266 static inline void pgd_clear(pgd_t *pgdp) in pgd_clear() function
|
/arch/ia64/include/asm/ |
D | pgtable.h | 292 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0UL) macro
|
/arch/parisc/kernel/ |
D | pci-dma.c | 196 pgd_clear(dir); in unmap_uncached_pmd()
|
/arch/powerpc/mm/ |
D | hugetlbpage.c | 350 pgd_clear(pgd); in hugetlb_free_pud_range()
|