Home
last modified time | relevance | path

Searched defs:__swp_offset (Results 51 - 67 of 67) sorted by relevance

123

/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h384 #define __swp_offset(entry) ((entry).val >> 5) macro
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dpgtable.h332 #define __swp_offset(x) ((x).val >> 40) macro
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dpgtable.h410 #define __swp_offset(x) ((x).val >> 12) macro
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dpgtable.h351 #define __swp_offset(entry) ((entry).val >> 11) macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dpgtable.h453 #define __swp_offset(entry) (((entry).val << 1) >> 9) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpgtable.h908 #define __swp_offset(x) (((x).val >> __SWP_OFFSET_SHIFT) & __SWP_OFFSET_MASK) macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dpgtable.h426 #define __swp_offset(x) ( (((x).val >> 6) & 0x7) | \ macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dpgtable_64.h988 #define __swp_offset(entry) ((entry).val >> (PAGE_SHIFT + 8UL)) macro
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dpgtable.h421 #define __swp_offset(entry) (((entry).val << 1) >> 9) macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dpgtable.h425 #define __swp_offset(x) ( (((x).val >> 5) & 0x7) | \ macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dpgtable.h831 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgtable_64.h1015 #define __swp_offset(entry) ((entry).val >> (PAGE_SHIFT + 8UL)) macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpgtable.h1017 #define __swp_offset(x) (((x).val >> __SWP_OFFSET_SHIFT) & __SWP_OFFSET_MASK) macro
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpgtable.h1709 static inline unsigned long __swp_offset(swp_entry_t entry) in __swp_offset() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h740 #define __swp_offset(x) (((x).val & PTE_RPN_MASK) >> PAGE_SHIFT) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h677 #define __swp_offset(x) (((x).val & PTE_RPN_MASK) >> PAGE_SHIFT) macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpgtable.h1842 static inline unsigned long __swp_offset(swp_entry_t entry) in __swp_offset() function

Completed in 29 milliseconds

123