Home
last modified time | relevance | path

Searched refs:__swp_entry_to_pmd (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/arch/x86/include/asm/
Dpgtable_64.h242 #define __swp_entry_to_pmd(x) (__pmd((x).val)) macro
/linux-6.14.4/include/linux/
Dswapops.h578 return __swp_entry_to_pmd(arch_entry); in swp_entry_to_pmd()
/linux-6.14.4/arch/loongarch/include/asm/
Dpgtable.h303 #define __swp_entry_to_pmd(x) ((pmd_t) { (x).val | _PAGE_HUGE }) macro
/linux-6.14.4/arch/riscv/include/asm/
Dpgtable.h900 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro
/linux-6.14.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h664 #define __swp_entry_to_pmd(x) (pte_pmd(__swp_entry_to_pte(x))) macro
/linux-6.14.4/mm/
Ddebug_vm_pgtable.c863 pmd = __swp_entry_to_pmd(swp); in pmd_swap_tests()
/linux-6.14.4/arch/arm64/include/asm/
Dpgtable.h1448 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro