Searched defs:__swp_type (Results 26 - 31 of 31) sorted by relevance

12

/linux-master/arch/parisc/include/asm/
H A Dpgtable.h424 #define __swp_type(x) ((x).val & 0x1f) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h1017 #define __swp_type(entry) (((entry).val >> PAGE_SHIFT) & 0x7fUL) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h823 #define __swp_type(x) (((x).val >> __SWP_TYPE_SHIFT) & __SWP_TYPE_MASK) macro
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h649 #define __swp_type(x) ((x).val & SWP_TYPE_MASK) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1857 static inline unsigned long __swp_type(swp_entry_t entry) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h1320 #define __swp_type(x) (((x).val >> __SWP_TYPE_SHIFT) & __SWP_TYPE_MASK) macro

Completed in 167 milliseconds

12