Searched defs:pud_set_huge (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/arch/riscv/mm/ |
D | pgtable.c | 18 int pud_set_huge(pud_t *pud, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function
|
/Linux-v6.6/arch/x86/mm/ |
D | pgtable.c | 722 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
/Linux-v6.6/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 1542 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
/Linux-v6.6/arch/arm64/mm/ |
D | mmu.c | 1171 int pud_set_huge(pud_t *pudp, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function
|
/Linux-v6.6/include/linux/ |
D | pgtable.h | 1456 static inline int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|