Searched refs:huge_pte_alloc (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/mips/mm/
H A Dhugetlbpage.c24 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, function
/linux-master/arch/sh/mm/
H A Dhugetlbpage.c24 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, function
/linux-master/arch/loongarch/mm/
H A Dhugetlbpage.c16 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, function
/linux-master/arch/parisc/mm/
H A Dhugetlbpage.c47 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, function
/linux-master/arch/s390/mm/
H A Dhugetlbpage.c191 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, function
/linux-master/arch/sparc/mm/
H A Dhugetlbpage.c281 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, function
/linux-master/arch/riscv/mm/
H A Dhugetlbpage.c30 pte_t *huge_pte_alloc(struct mm_struct *mm, function
/linux-master/arch/powerpc/mm/
H A Dhugetlbpage.c110 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, function
470 * (huge_pte_alloc(), above). Everything else works out the
/linux-master/arch/arm64/mm/
H A Dhugetlbpage.c269 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, function
/linux-master/include/linux/
H A Dhugetlb.h189 * huge_pte_alloc(): to avoid reliance on pte_offset_map() without pte_unmap().
202 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma,
/linux-master/mm/
H A Dhugetlb.c5423 dst_pte = huge_pte_alloc(dst, dst_vma, addr, sz);
5645 dst_pte = huge_pte_alloc(mm, new_vma, new_addr, sz);
6479 * Acquire vma lock before calling huge_pte_alloc and hold
6484 ptep = huge_pte_alloc(mm, vma, haddr, huge_page_size(h));
7001 ptep = huge_pte_alloc(mm, vma, address, psize);
7494 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, function
H A Duserfaultfd.c550 dst_pte = huge_pte_alloc(dst_mm, dst_vma, dst_addr, vma_hpagesize);

Completed in 230 milliseconds