/linux-4.1.27/arch/unicore32/mm/ |
D | pgd.c | 93 pmd_clear(pmd); in free_pgd_slow() 98 pmd_clear(pmd); in free_pgd_slow()
|
D | mmu.c | 309 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 312 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 327 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 361 pmd_clear(pmd_off_k(addr)); in devicemaps_init()
|
D | ioremap.c | 85 pmd_clear(pmdp); in unmap_area_sections()
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | pgtable.h | 35 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) macro
|
/linux-4.1.27/arch/m68k/mm/ |
D | kmap.c | 278 pmd_clear(pmd_dir); in __iounmap() 355 pmd_clear(pmd_dir); in kernel_set_cachemode()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | pgtable.h | 28 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) macro
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pgtable-2level.h | 175 #define pmd_clear(pmdp) \ macro
|
D | pgtable-3level.h | 183 #define pmd_clear(pmdp) \ macro
|
/linux-4.1.27/arch/arm/mm/ |
D | pgd.c | 132 pmd_clear(pmd); in pgd_free()
|
D | mmu.c | 1161 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 1168 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 1183 pmd_clear(pmd_off_k(addr)); in prepare_page_table() 1235 pmd_clear(pmd_off_k(addr)); in devicemaps_init()
|
D | ioremap.c | 161 pmd_clear(pmdp); in unmap_area_sections()
|
D | dma-mapping.c | 440 pmd_clear(pmd_off_k(addr)); in dma_contiguous_remap()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable-32.h | 101 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function
|
D | pgtable-64.h | 195 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function
|
D | pgtable.h | 627 pmd_clear(pmdp); in pmdp_get_and_clear()
|
/linux-4.1.27/mm/ |
D | pgtable-generic.c | 34 pmd_clear(pmd); in pmd_clear_bad()
|
D | memory.c | 395 pmd_clear(pmd); in free_pte_range()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | paravirt.h | 658 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function 660 PVOP_VCALL1(pv_mmu_ops.pmd_clear, pmdp); in pmd_clear() 674 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function
|
D | paravirt_types.h | 302 void (*pmd_clear)(pmd_t *pmdp); member
|
D | pgtable.h | 62 #define pmd_clear(pmd) native_pmd_clear(pmd) macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 133 #define pmd_clear(pmdp) do { pmd_val(*(pmdp)) = 0; } while (0) macro
|
D | pgtable-ppc64.h | 168 #define pmd_clear(pmdp) (pmd_val(*(pmdp)) = 0) macro
|
/linux-4.1.27/arch/cris/include/asm/ |
D | pgtable.h | 105 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) macro
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | pgtable.h | 192 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 145 static inline void pmd_clear (pmd_t *pmdp) { pmd_val (*pmdp) = 0; } in pmd_clear() function
|
D | motorola_pgtable.h | 140 #define pmd_clear(pmdp) ({ \ macro
|
D | mcf_pgtable.h | 198 static inline void pmd_clear(pmd_t *pmdp) { pmd_val(*pmdp) = 0; } in pmd_clear() function
|
/linux-4.1.27/arch/metag/include/asm/ |
D | pgtable.h | 116 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) macro
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | pgtable.h | 217 #define pmd_clear(pmdp) \ macro
|
/linux-4.1.27/arch/arc/include/asm/ |
D | pgtable.h | 257 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | pgtable.h | 182 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) macro
|
/linux-4.1.27/arch/score/include/asm/ |
D | pgtable.h | 60 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | pgtable.h | 212 static inline void pmd_clear(pmd_t *pmd_entry_ptr) in pmd_clear() function
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | pgtable.h | 248 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function
|
/linux-4.1.27/arch/sh/include/asm/ |
D | pgtable_64.h | 67 #define pmd_clear(pmd_entry_p) (set_pmd((pmd_entry_p), __pmd(_PMD_EMPTY))) macro
|
D | pgtable_32.h | 329 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) macro
|
/linux-4.1.27/arch/arm/kvm/ |
D | mmu.c | 120 pmd_clear(pmd); in stage2_dissolve_pmd() 180 pmd_clear(pmd); in clear_pmd_entry() 245 pmd_clear(pmd); in unmap_pmds() 890 pmd_clear(pmd); in stage2_set_pmd_huge()
|
/linux-4.1.27/arch/um/include/asm/ |
D | pgtable.h | 103 #define pmd_clear(xp) do { pmd_val(*(xp)) = _PAGE_NEWPAGE; } while (0) macro
|
/linux-4.1.27/arch/x86/mm/ |
D | init_64.c | 747 pmd_clear(pmd); in free_pte_table() 886 pmd_clear(pmd); in remove_pmd_table() 900 pmd_clear(pmd); in remove_pmd_table()
|
D | pgtable.c | 621 pmd_clear(pmd); in pmd_clear_huge()
|
D | pageattr.c | 747 pmd_clear(pmd); in unmap_pte_range() 783 pmd_clear(pmd); in unmap_pmd_range()
|
/linux-4.1.27/arch/x86/kernel/ |
D | paravirt.c | 458 .pmd_clear = native_pmd_clear,
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | pgtable.h | 254 #define pmd_clear(pmdp) do { set_pmd(pmdp, __pmd(0)); } while (0) macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_32.h | 179 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function
|
D | pgtable_64.h | 811 #define pmd_clear(pmdp) (pmd_val(*(pmdp)) = 0UL) macro
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | pgtable.h | 230 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | pgtable.h | 256 extern inline void pmd_clear(pmd_t * pmdp) { pmd_val(*pmdp) = 0; } in pmd_clear() function
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pgtable.h | 822 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function 1508 pmd_clear(pmdp); in pmdp_get_and_clear() 1521 pmd_clear(pmdp); in pmdp_get_and_clear_full()
|
/linux-4.1.27/arch/s390/mm/ |
D | vmem.c | 179 pmd_clear(pm_dir); in vmem_remove_range()
|
/linux-4.1.27/include/asm-generic/ |
D | pgtable.h | 106 pmd_clear(pmdp); in pmdp_get_and_clear()
|
/linux-4.1.27/arch/tile/include/asm/ |
D | pgtable.h | 463 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | pgtable.h | 304 #define pmd_clear(pmdp) do { pmd_val(*(pmdp)) = 0; } while (0) macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | pgtable.h | 360 #define pmd_clear(xp) do { __set_pmd(xp, 0); } while(0) macro
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | pgtable.h | 226 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | pgtable.h | 305 static inline void pmd_clear(pmd_t *pmd) { in pmd_clear() function
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgtable.h | 273 #define pmd_clear(pmdp) (pmd_val(*(pmdp)) = 0UL) macro
|
/linux-4.1.27/arch/parisc/kernel/ |
D | pci-dma.c | 165 pmd_clear(pmd); in unmap_uncached_pte()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgtable.h | 361 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function
|
/linux-4.1.27/arch/powerpc/mm/ |
D | pgtable_64.c | 570 pmd_clear(pmdp); in pmdp_clear_flush()
|
/linux-4.1.27/arch/x86/lguest/ |
D | boot.c | 1471 pv_mmu_ops.pmd_clear = lguest_pmd_clear; in lguest_init()
|
/linux-4.1.27/arch/x86/xen/ |
D | mmu.c | 2118 .pmd_clear = xen_pmd_clear,
|