Searched refs:p4d_set_huge (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/riscv/mm/ |
| H A D | pgtable.c | 63 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 D | pgtable.h | 1698 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 D | pgtable.c | 671 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 D | vmalloc.c | 257 return p4d_set_huge(p4d, phys_addr, prot); in vmap_try_huge_p4d()
|