Home
last modified time | relevance | path

Searched refs:__swp_entry_to_pmd (Results 1 – 5 of 5) 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/include/linux/
A Dswapops.h302 return __swp_entry_to_pmd(arch_entry); in swp_entry_to_pmd()
/linux/arch/arm64/include/asm/
A Dpgtable.h932 #define __swp_entry_to_pmd(swp) __pmd((swp).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/mm/
A Ddebug_vm_pgtable.c862 pmd = __swp_entry_to_pmd(swp); in pmd_swap_tests()

Completed in 15 milliseconds