Searched refs:__swp_type (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h45 #define __swp_type(x) ((((x).val >> 2) & 0xf) | \ macro
/linux-master/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h45 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro
/linux-master/arch/mips/include/asm/
H A Dpgtable-32.h211 #define __swp_type(x) (((x).val >> 10) & 0x1f) macro
239 #define __swp_type(x) (((x).val >> 4) & 0x1f) macro
268 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro
292 #define __swp_type(x) (((x).val >> 8) & 0x1f) macro
H A Dpgtable-64.h341 #define __swp_type(x) (((x).val >> 16) & 0x7f) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable-3level.h173 #define __swp_type(x) (((x).val) & _SWP_TYPE_MASK) macro
191 __swp_pteval_entry(__swp_type(x), __swp_offset(x)) })
196 * __swp_type() and __swp_offset().
H A Dpgtable-2level.h102 #define __swp_type(x) (((x).val >> _SWP_TYPE_SHIFT) \ macro
H A Dpgtable_64.h225 #define __swp_type(x) ((x).val >> (64 - SWP_TYPE_BITS)) macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h127 #define __swp_type(pte_lookalike) (((pte_lookalike).val) & 0x1f) macro
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h195 #define __swp_type(entry) ((entry).val & 0x1f) macro
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h188 #define __swp_type(x) (((x).val >> 2) \ macro
/linux-master/include/linux/
H A Dswapops.h139 return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry));
548 return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry));
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h454 #define __swp_type(x) ((x).val & 0x1f) macro
470 #define __swp_type(x) ((x).val & 0x1f) macro
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h188 #define __swp_type(x) (((x).val >> 4) & 0x7f) macro
H A Dmcf_pgtable.h270 #define __swp_type(x) ((x).val & 0x7f) macro
H A Dsun3_pgtable.h171 #define __swp_type(x) ((x).val & 0x3f) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h383 #define __swp_type(swp_pte) (((swp_pte).val >> 1) & 0x1f) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h304 #define __swp_type(x) (((x).val >> 5) & 0x1f) macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h258 #define __swp_type(swp) (((swp).val >> 26) & 0x1f) macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h409 #define __swp_type(x) (((x).val >> 5) & 0x3f) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h336 static inline unsigned long __swp_type(swp_entry_t entry) function
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h350 #define __swp_type(entry) (((entry).val >> 6) & 0x1f) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h331 #define __swp_type(x) (((x).val >> 32) & 0x7f) macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h402 #define __swp_type(entry) ((entry).val & 0x1f) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable.h298 #define __swp_type(x) (((x).val >> __SWP_TYPE_SHIFT) & __SWP_TYPE_MASK) macro
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h424 #define __swp_type(x) ((x).val & 0x1f) macro

Completed in 261 milliseconds

12