Home
last modified time | relevance | path

Searched defs:__swp_entry_to_pmd (Results 1 – 5 of 5) 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/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/arch/arm64/include/asm/
Dpgtable.h1448 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro