Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dpgtable_64.h239 #define __swp_entry_to_pmd(x) ((pmd_t) { .pmd = (x).val }) macro
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h774 #define __swp_entry_to_pmd(x) (pte_pmd(__swp_entry_to_pte(x))) macro
/linux/arch/arm64/include/asm/
A Dpgtable.h932 #define __swp_entry_to_pmd(swp) __pmd((swp).val) macro

Completed in 11 milliseconds