Searched defs:__swp_entry_to_pte (Results 26 - 30 of 30) sorted by relevance

12

/linux-master/arch/riscv/include/asm/
H A Dpgtable.h834 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h1027 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h1361 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1876 #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) macro
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h672 #define __swp_entry_to_pte(x) __pte((x).val | _PAGE_PTE) macro

Completed in 129 milliseconds

12