Searched refs:p4d_set_huge (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | pgtable.h | 1005 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot); 1008 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function 1025 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|
/Linux-v4.19/lib/ |
D | ioremap.c | 149 if (p4d_set_huge(p4d, phys_addr + addr, prot)) in ioremap_p4d_range()
|
/Linux-v4.19/arch/x86/mm/ |
D | pgtable.c | 679 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|