Searched refs:p4d_set_huge (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/mm/ |
H A D | pgtable.c | 9 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pgtable.h | 1292 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot); 1295 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function 1313 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pgtable.h | 1434 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot); 1437 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function 1452 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | ioremap.c | 195 return p4d_set_huge(p4d, phys_addr, prot); in ioremap_try_huge_p4d()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | pgtable.c | 665 * p4d_set_huge - setup kernel P4D mapping 669 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | pgtable.c | 691 * p4d_set_huge - setup kernel P4D mapping 695 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmalloc.c | 249 return p4d_set_huge(p4d, phys_addr, prot); in vmap_try_huge_p4d()
|
Completed in 14 milliseconds