Searched defs:pmd_set_huge (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/riscv/mm/ |
A D | pgtable.c | 56 int pmd_set_huge(pmd_t *pmd, phys_addr_t phys, pgprot_t prot) in pmd_set_huge() function
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | pgtable.c | 746 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | radix_pgtable.c | 1147 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
|
/linux-6.3-rc2/arch/arm64/mm/ |
A D | mmu.c | 1353 int pmd_set_huge(pmd_t *pmdp, phys_addr_t phys, pgprot_t prot) in pmd_set_huge() function
|
/linux-6.3-rc2/include/linux/ |
A D | pgtable.h | 1471 static inline int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
|
Completed in 23 milliseconds