Searched defs:__swp_entry_to_pmd (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpgtable_64.h242 #define __swp_entry_to_pmd(x) (__pmd((x).val)) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h290 #define __swp_entry_to_pmd(x) ((pmd_t) { (x).val | _PAGE_HUGE }) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h849 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h1271 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h662 #define __swp_entry_to_pmd(x) (pte_pmd(__swp_entry_to_pte(x))) macro

Completed in 248 milliseconds