/linux-2.4.37.9/arch/s390x/mm/ |
D | init.c | 131 pmd_clear(pmd + i); in pgd_populate() 132 pmd_clear(pmd2 + i); in pgd_populate() 267 pmd_clear(pm_dir); in paging_init()
|
/linux-2.4.37.9/arch/arm/mm/ |
D | mm-armv.c | 153 pmd_clear(pmd); in free_pgd_slow() 158 pmd_clear(pmd); in free_pgd_slow() 215 pmd_clear(pmd_offset(pgd_offset_k(virt), virt)); in clear_mapping()
|
D | fault-armv.c | 174 pmd_clear(pmd); in adjust_pte()
|
/linux-2.4.37.9/arch/m68k/mm/ |
D | kmap.c | 276 pmd_clear(pmd_dir); in __iounmap() 353 pmd_clear(pmd_dir); in kernel_set_cachemode()
|
/linux-2.4.37.9/include/asm-sparc/ |
D | pgtable.h | 216 BTFIXUPDEF_CALL(void, pmd_clear, pmd_t *) in BTFIXUPDEF_CALL_CONST() 225 #define pmd_clear(pmd) BTFIXUP_CALL(pmd_clear)(pmd) macro
|
/linux-2.4.37.9/arch/sh64/mm/ |
D | tlbmiss.c | 112 pmd_clear(pmd); in handle_vmalloc_fault()
|
/linux-2.4.37.9/include/asm-arm/ |
D | pgtable.h | 88 #define pmd_clear(pmdp) set_pmd(pmdp, __pmd(0)) macro
|
/linux-2.4.37.9/arch/s390/mm/ |
D | init.c | 137 pmd_clear((pmd_t*)pg_dir++); in paging_init()
|
/linux-2.4.37.9/include/asm-s390/ |
D | pgalloc.h | 41 pmd_clear(pmd_offset(ret + i, i*PGDIR_SIZE)); in get_pgd_slow()
|
D | pgtable.h | 292 extern inline void pmd_clear(pmd_t * pmdp) in pmd_clear() function
|
/linux-2.4.37.9/mm/ |
D | memory.c | 101 pmd_clear(dir); in free_one_pmd() 105 pmd_clear(dir); in free_one_pmd() 219 pmd_clear(src_pmd); in copy_page_range() 304 pmd_clear(pmd); in zap_pte_range()
|
D | vmalloc.c | 31 pmd_clear(pmd); in free_area_pte()
|
/linux-2.4.37.9/include/asm-s390x/ |
D | pgalloc.h | 98 pmd_clear(pmd+i); in pmd_alloc_one()
|
D | pgtable.h | 352 extern inline void pmd_clear(pmd_t * pmdp) in pmd_clear() function
|
/linux-2.4.37.9/arch/cris/mm/ |
D | fault.c | 193 pmd_clear(pmd); in handle_mmu_bus_fault()
|
/linux-2.4.37.9/include/asm-m68k/ |
D | sun3_pgtable.h | 142 static inline void pmd_clear (pmd_t *pmdp) { pmd_val (*pmdp) = 0; } in pmd_clear() function
|
D | motorola_pgtable.h | 151 #define pmd_clear(pmdp) ({ \ macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | pgtable.h | 187 static inline void pmd_clear(pmd_t *pmdp) in pmd_clear() function
|
/linux-2.4.37.9/include/asm-sh/ |
D | pgtable.h | 209 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | pgtable.h | 272 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | pgtable.h | 307 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) macro
|
/linux-2.4.37.9/arch/sh/mm/ |
D | fault.c | 273 pmd_clear(pmd); in __do_page_fault()
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pgtable.h | 243 #define pmd_clear(pmdp) (pmd_val(*(pmdp)) = 0U) macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | pgtable.h | 264 extern inline void pmd_clear(pmd_t * pmdp) { pmd_val(*pmdp) = 0; } in pmd_clear() function
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | srmmu.c | 1378 BTFIXUPSET_CALL(pmd_clear, srmmu_pmd_clear, BTFIXUPCALL_NORM); in init_hypersparc() 1444 BTFIXUPSET_CALL(pmd_clear, srmmu_pmd_clear, BTFIXUPCALL_NORM); in init_cypress_common() 1840 BTFIXUPSET_CALL(pmd_clear, srmmu_pmd_clear, BTFIXUPCALL_NORM); in init_viking() 2074 BTFIXUPSET_CALL(pmd_clear, srmmu_pmd_clear, BTFIXUPCALL_SWAPO0G0); in ld_mmu_srmmu()
|