Home
last modified time | relevance | path

Searched refs:__swp_offset (Results 1 – 20 of 20) sorted by relevance

/linux/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)) })
H A Dpgtable-2level.h104 #define __swp_offset(x) ((x).val >> SWP_OFFSET_SHIFT) macro
/linux/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h46 #define __swp_offset(x) ((((x).val >> 8) & 0x1) | \ macro
/linux/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h47 #define __swp_offset(x) ((x).val >> 10) macro
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h194 #define __swp_offset(entry) ((entry).val >> 5) macro
/linux/include/linux/
H A Dswapops.h139 return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry)); in pte_to_swp_entry()
548 return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry)); in pmd_to_swp_entry()
/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h128 #define __swp_offset(pte_lookalike) ((pte_lookalike).val >> 13) macro
/linux/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/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h190 #define __swp_offset(x) ((x).val >> PTE_RPN_SHIFT) macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h172 #define __swp_offset(x) (((x).val) >> 7) macro
H A Dmcf_pgtable.h271 #define __swp_offset(x) ((x).val >> 11) macro
H A Dmotorola_pgtable.h189 #define __swp_offset(x) ((x).val >> 12) macro
/linux/arch/hexagon/include/asm/
H A Dpgtable.h385 #define __swp_offset(swp_pte) \ macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h262 #define __swp_offset(swp) ((swp).val & 0xfffff) macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h332 #define __swp_offset(x) ((x).val >> 40) macro
/linux/arch/arm/include/asm/
H A Dpgtable.h299 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h403 #define __swp_offset(entry) ((entry).val >> 6) macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h410 #define __swp_offset(x) ((x).val >> 12) macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h341 static inline unsigned long __swp_offset(swp_entry_t entry) in __swp_offset() function
/linux/arch/xtensa/include/asm/
H A Dpgtable.h351 #define __swp_offset(entry) ((entry).val >> 11) macro