/linux-4.4.14/arch/arm/mm/ |
D | pgd.c | 150 pgd_clear(pgd); in pgd_free() 169 pgd_clear(pgd); in pgd_free()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | pgtable_no.h | 21 #define pgd_clear(pgdp) macro
|
D | sun3_pgtable.h | 150 static inline void pgd_clear (pgd_t *pgdp) {} in pgd_clear() function
|
D | mcf_pgtable.h | 203 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-4.4.14/include/asm-generic/ |
D | pgtable-nopud.h | 28 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
|
D | 4level-fixup.h | 24 #define pud_clear(pud) pgd_clear(pud)
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-nommu.h | 26 #define pgd_clear(pgdp) macro
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | pgtable.h | 29 #define pgd_clear(pgdp) macro
|
/linux-4.4.14/arch/m68k/mm/ |
D | kmap.c | 258 pgd_clear(pgd_dir); in __iounmap() 336 pgd_clear(pgd_dir); in kernel_set_cachemode()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc64-4k.h | 58 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0) macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable-2level.h | 37 #define pgd_clear(xp) do { } while (0) macro
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pgtable.h | 22 #define pgd_clear(pgdp) macro
|
/linux-4.4.14/arch/x86/mm/ |
D | kasan_init_64.c | 35 pgd_clear(pgd_offset_k(start)); in clear_pgds()
|
D | init_64.c | 198 pgd_clear(pgd); in sync_global_pgds() 784 pgd_clear(pgd); in free_pud_table()
|
D | pageattr.c | 882 pgd_clear(pgd_entry); in unmap_pgd_range()
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 25 #define pgd_clear(pgdp) macro 324 #define pgd_clear(xp) do { } while (0) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 49 #define pgd_clear(pgdp) macro 199 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
|
/linux-4.4.14/mm/ |
D | pgtable-generic.c | 22 pgd_clear(pgd); in pgd_clear_bad()
|
D | memory.c | 464 pgd_clear(pgd); in free_pud_range()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 332 static inline void pgd_clear(pgd_t *pgd) { in pgd_clear() function 350 static inline void pgd_clear(pgd_t * pgdp) { } in pgd_clear() function
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 115 #define pgd_clear(pgdp) do { } while (0) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 201 static inline void pgd_clear(pgd_t *pgdp) in pgd_clear() function
|
D | pgtable_64.h | 833 #define pgd_clear(pgdp) (pgd_val(*(pgd)) = 0UL) macro
|
/linux-4.4.14/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-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 294 #define pgd_clear(xp) do { } while (0) macro
|
/linux-4.4.14/arch/parisc/kernel/ |
D | pci-dma.c | 201 pgd_clear(dir); in unmap_uncached_pmd()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 288 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0UL) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 57 #define pgd_clear(pgd) native_pgd_clear(pgd) macro
|
D | paravirt.h | 605 static inline void pgd_clear(pgd_t *pgdp) in pgd_clear() function
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 492 static inline void pgd_clear(pgd_t *pgdp) in pgd_clear() function
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hugetlbpage.c | 645 pgd_clear(pgd); in hugetlb_free_pud_range()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 872 static inline void pgd_clear(pgd_t *pgd) in pgd_clear() function
|
/linux-4.4.14/arch/arm/kvm/ |
D | mmu.c | 160 pgd_clear(pgd); in clear_pgd_entry()
|