Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dpgtable_64.h242 #define __swp_entry_to_pmd(x) (__pmd((x).val)) macro
/linux-6.12.1/arch/loongarch/include/asm/
Dpgtable.h300 #define __swp_entry_to_pmd(x) ((pmd_t) { (x).val | _PAGE_HUGE }) macro
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable.h889 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h664 #define __swp_entry_to_pmd(x) (pte_pmd(__swp_entry_to_pte(x))) macro
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h1441 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro