Searched defs:new_pud (Results 1 – 6 of 6) sorted by relevance
/linux/mm/ |
H A D | mremap.c | 412 pud_t *old_pud, pud_t *new_pud) in move_normal_pud() argument 462 pud_t *old_pud, pud_t *new_pud) in move_normal_pud() argument 470 pud_t *old_pud, pud_t *new_pud) in move_huge_pud() argument 511 move_huge_pud(struct pagetable_move_control * pmc,pud_t * old_pud,pud_t * new_pud) move_huge_pud() argument 791 pud_t *old_pud, *new_pud; move_page_tables() local [all...] |
/linux/arch/arm/mm/ |
H A D | pgd.c | 34 pud_t *new_pud, *init_pud; in pgd_alloc() local
|
/linux/arch/riscv/mm/ |
H A D | pgtable.c | 74 pud_t new_pud = pfn_pud(__phys_to_pfn(phys), prot); in pud_set_huge() local
|
/linux/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_radix.c | 622 pud_t *pud, *new_pud = NULL; in kvmppc_create_pte() local
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | radix_pgtable.c | 1615 pte_t new_pud = pfn_pte(__phys_to_pfn(addr), prot); in pud_set_huge() local
|
/linux/arch/arm64/mm/ |
H A D | mmu.c | 1223 pud_t new_pud = pfn_pud(__phys_to_pfn(phys), mk_pud_sect_prot(prot)); in pud_set_huge() local
|