Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dpgtable_64.h241 #define __swp_entry_to_pmd(x) ((pmd_t) { .pmd = (x).val }) macro
/linux-6.1.9/include/linux/
Dswapops.h546 return __swp_entry_to_pmd(arch_entry); in swp_entry_to_pmd()
/linux-6.1.9/arch/loongarch/include/asm/
Dpgtable.h259 #define __swp_entry_to_pmd(x) ((pmd_t) { (x).val | _PAGE_HUGE }) macro
/linux-6.1.9/arch/riscv/include/asm/
Dpgtable.h751 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro
/linux-6.1.9/arch/arm64/include/asm/
Dpgtable.h1015 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgtable.h759 #define __swp_entry_to_pmd(x) (pte_pmd(__swp_entry_to_pte(x))) macro
/linux-6.1.9/mm/
Ddebug_vm_pgtable.c877 pmd = __swp_entry_to_pmd(swp); in pmd_swap_tests()