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

12

/linux-master/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h47 #define __swp_offset(x) ((x).val >> 10) macro
/linux-master/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h46 #define __swp_offset(x) ((((x).val >> 8) & 0x1) | \ macro
/linux-master/arch/mips/include/asm/
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
H A Dpgtable-64.h342 #define __swp_offset(x) ((x).val >> 24) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable-3level.h174 #define __swp_offset(x) ((x).val >> SWP_TYPE_BITS) macro
191 __swp_pteval_entry(__swp_type(x), __swp_offset(x)) })
196 * __swp_type() and __swp_offset().
H A Dpgtable-2level.h104 #define __swp_offset(x) ((x).val >> SWP_OFFSET_SHIFT) macro
H A Dpgtable_64.h228 #define __swp_offset(x) (~(x).val << SWP_TYPE_BITS >> SWP_OFFSET_SHIFT) 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/powerpc/include/asm/nohash/32/
H A Dpgtable.h196 #define __swp_offset(entry) ((entry).val >> 5) 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/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.h455 #define __swp_offset(x) ((x).val >> 5) macro
471 #define __swp_offset(x) ((x).val >> 10) 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
H A Dsun3_pgtable.h172 #define __swp_offset(x) (((x).val) >> 7) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h385 #define __swp_offset(swp_pte) \ macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h305 #define __swp_offset(x) ((x).val >> 11) macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h259 #define __swp_offset(swp) ((swp).val & 0xfffff) macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h410 #define __swp_offset(x) ((x).val >> 12) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h341 static inline unsigned long __swp_offset(swp_entry_t entry) function
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h351 #define __swp_offset(entry) ((entry).val >> 11) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h332 #define __swp_offset(x) ((x).val >> 40) macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h403 #define __swp_offset(entry) ((entry).val >> 6) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable.h299 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h425 #define __swp_offset(x) ( (((x).val >> 5) & 0x7) | \ macro

Completed in 202 milliseconds

12