Searched defs:new_pmd (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/arch/unicore32/mm/ |
H A D | pgd.c | 30 pmd_t *new_pmd, *init_pmd; get_pgd_slow() local
|
/linux-4.1.27/arch/arm/mm/ |
H A D | pgd.c | 37 pmd_t *new_pmd, *init_pmd; pgd_alloc() local
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | hugepage-hash64.c | 28 unsigned long old_pmd, new_pmd; __hash_page_thp() local
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | kvm_mmu.h | 72 static inline void kvm_set_pmd(pmd_t *pmd, pmd_t new_pmd) kvm_set_pmd() argument
|
/linux-4.1.27/mm/ |
H A D | mremap.c | 168 pmd_t *old_pmd, *new_pmd; move_page_tables() local 88 move_ptes(struct vm_area_struct *vma, pmd_t *old_pmd, unsigned long old_addr, unsigned long old_end, struct vm_area_struct *new_vma, pmd_t *new_pmd, unsigned long new_addr, bool need_rmap_locks) move_ptes() argument
|
H A D | huge_memory.c | 1427 move_huge_pmd(struct vm_area_struct *vma, struct vm_area_struct *new_vma, unsigned long old_addr, unsigned long new_addr, unsigned long old_end, pmd_t *old_pmd, pmd_t *new_pmd) move_huge_pmd() argument
|
/linux-4.1.27/arch/arm/kvm/ |
H A D | mmu.c | 1317 pmd_t new_pmd = pfn_pmd(pfn, mem_type); user_mem_abort() local 869 stage2_set_pmd_huge(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, phys_addr_t addr, const pmd_t *new_pmd) stage2_set_pmd_huge() argument
|
Completed in 493 milliseconds