Home
last modified time | relevance | path

Searched refs:pud_mkyoung (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/mm/
H A Ddebug_vm_pgtable.c306 WARN_ON(!pud_young(pud_mkyoung(pud_mkold(pud)))); in pud_basic_tests()
311 WARN_ON(pud_young(pud_mkold(pud_mkyoung(pud)))); in pud_basic_tests()
387 pud = pud_mkyoung(pud); in pud_advanced_tests()
H A Dhuge_memory.c942 entry = pud_mkyoung(*pud); in insert_pfn_pud()
954 entry = pud_mkyoung(pud_mkdirty(entry)); in insert_pfn_pud()
1162 _pud = pud_mkyoung(*pud); in touch_pud()
/openbmc/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst188 | pud_mkyoung | Creates a young PUD |
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h524 #define pud_mkyoung(pud) pte_pud(pte_mkyoung(pud_pte(pud))) macro
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h933 #define pud_mkyoung(pud) pte_pud(pte_mkyoung(pud_pte(pud))) macro
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h656 static inline pud_t pud_mkyoung(pud_t pud) in pud_mkyoung() function