Searched refs:p4d_set_huge (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | pgtable.h | 1480 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot); 1483 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function 1498 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|
| /Linux-v6.1/arch/x86/mm/ |
| D | pgtable.c | 682 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|
| /Linux-v6.1/mm/ |
| D | vmalloc.c | 257 return p4d_set_huge(p4d, phys_addr, prot); in vmap_try_huge_p4d()
|