Searched defs:__swp_offset (Results 1 - 25 of 31) sorted by last modified time

12

/linux-master/arch/x86/include/asm/
H A Dpgtable_64.h228 #define __swp_offset(x) (~(x).val << SWP_TYPE_BITS >> SWP_OFFSET_SHIFT) macro
H A Dpgtable-3level.h174 #define __swp_offset(x) ((x).val >> SWP_TYPE_BITS) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h1019 #define __swp_offset(entry) ((entry).val >> (PAGE_SHIFT + 8UL)) macro
H A Dpgtable_32.h341 static inline unsigned long __swp_offset(swp_entry_t entry) function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1865 static inline unsigned long __swp_offset(swp_entry_t entry) function
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h828 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h662 #define __swp_offset(x) (((x).val & PTE_RPN_MASK) >> PAGE_SHIFT) macro
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h342 #define __swp_offset(x) ((x).val >> 24) macro
H A Dpgtable-32.h212 #define __swp_offset(x) ((x).val >> 15) macro
240 #define __swp_offset(x) ((x).val >> 9) macro
269 #define __swp_offset(x) ((x).val >> 7) macro
293 #define __swp_offset(x) ((x).val >> 13) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h1357 #define __swp_offset(x) (((x).val >> __SWP_OFFSET_SHIFT) & __SWP_OFFSET_MASK) macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h262 #define __swp_offset(swp) ((swp).val & 0xfffff) macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h128 #define __swp_offset(pte_lookalike) ((pte_lookalike).val >> 13) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h285 #define __swp_offset(x) ((x).val >> 24) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable.h299 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h403 #define __swp_offset(entry) ((entry).val >> 6) macro
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h190 #define __swp_offset(x) ((x).val >> PTE_RPN_SHIFT) macro
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h196 #define __swp_offset(entry) ((entry).val >> 5) macro
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h362 #define __swp_offset(entry) ((entry).val >> 5) macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h351 #define __swp_offset(entry) ((entry).val >> 11) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h305 #define __swp_offset(x) ((x).val >> 11) macro
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h455 #define __swp_offset(x) ((x).val >> 5) macro
471 #define __swp_offset(x) ((x).val >> 10) macro
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h425 #define __swp_offset(x) ( (((x).val >> 5) & 0x7) | \ macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h410 #define __swp_offset(x) ((x).val >> 12) macro
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h189 #define __swp_offset(x) ((x).val >> 12) macro
H A Dmcf_pgtable.h271 #define __swp_offset(x) ((x).val >> 11) macro

Completed in 465 milliseconds

12