Searched refs:p4d_set_huge (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pgtable.h | 1303 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot); 1306 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function 1324 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | ioremap.c | 195 return p4d_set_huge(p4d, phys_addr, prot); in ioremap_try_huge_p4d()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | pgtable.c | 669 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() function
|