Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable_64.h242 #define __swp_entry_to_pmd(x) (__pmd((x).val)) macro
/linux/include/linux/
H A Dswapops.h556 return __swp_entry_to_pmd(arch_entry); in swp_entry_to_pmd()
/linux/arch/loongarch/include/asm/
H A Dpgtable.h299 #define __swp_entry_to_pmd(x) ((pmd_t) { (x).val | _PAGE_HUGE }) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h883 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro
/linux/mm/
H A Ddebug_vm_pgtable.c863 pmd = __swp_entry_to_pmd(swp); in pte_swap_tests()
/linux/arch/arm64/include/asm/
H A Dpgtable.h1411 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro