Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dpgtable_64.h241 #define __swp_entry_to_pmd(x) (__pmd((x).val)) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dpgtable.h290 #define __swp_entry_to_pmd(x) ((pmd_t) { (x).val | _PAGE_HUGE }) macro
/linux-6.6.21/arch/riscv/include/asm/
Dpgtable.h854 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro
/linux-6.6.21/arch/arm64/include/asm/
Dpgtable.h1025 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dpgtable.h689 #define __swp_entry_to_pmd(x) (pte_pmd(__swp_entry_to_pte(x))) macro