Searched refs:p4d_set_huge (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/riscv/mm/ |
H A D | pgtable.c | 50 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|
/openbmc/linux/include/linux/ |
H A D | pgtable.h | 1455 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot); 1458 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function 1473 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|
/openbmc/linux/arch/x86/mm/ |
H A D | pgtable.c | 697 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|
/openbmc/linux/mm/ |
H A D | vmalloc.c | 249 return p4d_set_huge(p4d, phys_addr, prot); in vmap_try_huge_p4d()
|