Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dpgtable_64.h236 #define __swp_entry_to_pmd(x) ((pmd_t) { .pmd = (x).val }) macro
/Linux-v5.4/include/linux/
Dswapops.h268 return __swp_entry_to_pmd(arch_entry); in swp_entry_to_pmd()
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h745 #define __swp_entry_to_pmd(x) (pte_pmd(__swp_entry_to_pte(x))) macro