Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable_64.h239 #define __swp_entry_to_pmd(x) ((pmd_t) { .pmd = (x).val }) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dpgtable.h911 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h753 #define __swp_entry_to_pmd(x) (pte_pmd(__swp_entry_to_pte(x))) macro