Searched defs:__pmd_to_swp_entry (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpgtable_64.h240 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val((pmd)) }) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h289 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h848 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h1270 #define __pmd_to_swp_entry(pmd) ((swp_entry_t) { pmd_val(pmd) }) macro
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h661 #define __pmd_to_swp_entry(pmd) (__pte_to_swp_entry(pmd_pte(pmd))) macro

Completed in 111 milliseconds