Home
last modified time | relevance | path

Searched refs:p4d_set_huge (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/riscv/mm/
H A Dpgtable.c63 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
/linux-6.15/include/linux/
H A Dpgtable.h1698 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot);
1701 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
1716 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
/linux-6.15/arch/x86/mm/
H A Dpgtable.c671 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
/linux-6.15/mm/
H A Dvmalloc.c257 return p4d_set_huge(p4d, phys_addr, prot); in vmap_try_huge_p4d()