Home
last modified time | relevance | path

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

12

/Linux-v6.1/arch/mips/include/asm/
Dpgtable-32.h198 #define __swp_offset(x) ((x).val >> 15) macro
209 #define __swp_offset(x) ((x).val >> 9) macro
218 #define __swp_offset(x) ((x).val >> 7) macro
232 #define __swp_offset(x) ((x).val >> 13) macro
Dpgtable-64.h330 #define __swp_offset(x) ((x).val >> 24) macro
/Linux-v6.1/arch/csky/abiv2/inc/abi/
Dpgtable-bits.h41 #define __swp_offset(x) ((((x).val >> 7) & 0x3) | \ macro
/Linux-v6.1/arch/csky/abiv1/inc/abi/
Dpgtable-bits.h42 #define __swp_offset(x) ((x).val >> 9) macro
/Linux-v6.1/arch/m68k/include/asm/
Dpgtable_no.h36 #define __swp_offset(x) (0) macro
Dsun3_pgtable.h157 #define __swp_offset(x) (((x).val) >> 7) macro
Dmotorola_pgtable.h174 #define __swp_offset(x) ((x).val >> 12) macro
Dmcf_pgtable.h260 #define __swp_offset(x) ((x).val >> 11) macro
/Linux-v6.1/arch/x86/include/asm/
Dpgtable-3level.h261 #define __swp_offset(x) ((x).val >> SWP_TYPE_BITS) macro
277 __swp_pteval_entry(__swp_type(x), __swp_offset(x)) })
Dpgtable-2level.h91 #define __swp_offset(x) ((x).val >> SWP_OFFSET_SHIFT) macro
Dpgtable_64.h227 #define __swp_offset(x) (~(x).val << SWP_TYPE_BITS >> SWP_OFFSET_SHIFT) macro
/Linux-v6.1/arch/arc/include/asm/
Dpgtable-bits-arcv2.h118 #define __swp_offset(pte_lookalike) ((pte_lookalike).val >> 13) macro
/Linux-v6.1/arch/sh/include/asm/
Dpgtable_32.h447 #define __swp_offset(x) ((x).val >> 5) macro
454 #define __swp_offset(x) ((x).val >> 10) macro
/Linux-v6.1/include/linux/
Dswapops.h139 return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry)); in pte_to_swp_entry()
538 return swp_entry(__swp_type(arch_entry), __swp_offset(arch_entry)); in pmd_to_swp_entry()
/Linux-v6.1/arch/nios2/include/asm/
Dpgtable.h246 #define __swp_offset(swp) ((swp).val & 0xfffff) macro
/Linux-v6.1/arch/hexagon/include/asm/
Dpgtable.h385 #define __swp_offset(swp_pte) \ macro
/Linux-v6.1/arch/powerpc/include/asm/nohash/32/
Dpgtable.h364 #define __swp_offset(entry) ((entry).val >> 5) macro
/Linux-v6.1/arch/powerpc/include/asm/nohash/64/
Dpgtable.h287 #define __swp_offset(x) ((x).val >> PTE_RPN_SHIFT) macro
/Linux-v6.1/arch/um/include/asm/
Dpgtable.h293 #define __swp_offset(x) ((x).val >> 11) macro
/Linux-v6.1/arch/openrisc/include/asm/
Dpgtable.h392 #define __swp_offset(x) ((x).val >> 12) macro
/Linux-v6.1/arch/alpha/include/asm/
Dpgtable.h311 #define __swp_offset(x) ((x).val >> 40) macro
/Linux-v6.1/arch/xtensa/include/asm/
Dpgtable.h352 #define __swp_offset(entry) ((entry).val >> 11) macro
/Linux-v6.1/arch/arm/include/asm/
Dpgtable.h290 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/Linux-v6.1/arch/sparc/include/asm/
Dpgtable_32.h332 static inline unsigned long __swp_offset(swp_entry_t entry) in __swp_offset() function
/Linux-v6.1/arch/microblaze/include/asm/
Dpgtable.h402 #define __swp_offset(entry) ((entry).val >> 6) macro

12