Home
last modified time | relevance | path

Searched refs:pud_set_huge (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/lib/
Dioremap.c123 if (pud_set_huge(pud, phys_addr + addr, prot)) in ioremap_pud_range()
/Linux-v4.19/include/asm-generic/
Dpgtable.h1018 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot);
1029 static inline int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
/Linux-v4.19/arch/x86/mm/
Dkasan_init_64.c87 if (p && pud_set_huge(pud, __pa(p), PAGE_KERNEL)) in kasan_populate_pud()
Dpgtable.c713 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
/Linux-v4.19/arch/arm64/mm/
Dmmu.c303 pud_set_huge(pudp, phys, prot); in alloc_init_pud()
933 int pud_set_huge(pud_t *pudp, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function