Home
last modified time | relevance | path

Searched refs:pud_clear_huge (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/riscv/mm/
H A Dpgtable.c67 int pud_clear_huge(pud_t *pud) in pud_clear_huge() function
/openbmc/linux/arch/powerpc/mm/nohash/
H A D8xx.c204 int pud_clear_huge(pud_t *pud) in pud_clear_huge() function
/openbmc/linux/include/linux/
H A Dpgtable.h1467 int pud_clear_huge(pud_t *pud);
1486 static inline int pud_clear_huge(pud_t *pud) in pud_clear_huge() function
/openbmc/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst207 | pud_clear_huge | Clears a PUD huge mapping |
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c777 int pud_clear_huge(pud_t *pud) in pud_clear_huge() function
/openbmc/linux/arch/arm64/mm/
H A Dmmu.c1199 int pud_clear_huge(pud_t *pudp) in pud_clear_huge() function
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c1555 int pud_clear_huge(pud_t *pud) in pud_clear_huge() function
/openbmc/linux/mm/
H A Ddebug_vm_pgtable.c462 WARN_ON(!pud_clear_huge(args->pudp)); in pud_huge_tests()
H A Dvmalloc.c370 cleared = pud_clear_huge(pud); in vunmap_pud_range()