Home
last modified time | relevance | path

Searched defs:__swp_offset (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.3-rc2/arch/mips/include/asm/
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
A Dpgtable-64.h342 #define __swp_offset(x) ((x).val >> 24) macro
/linux-6.3-rc2/arch/csky/abiv2/inc/abi/
A Dpgtable-bits.h46 #define __swp_offset(x) ((((x).val >> 8) & 0x1) | \ macro
/linux-6.3-rc2/arch/csky/abiv1/inc/abi/
A Dpgtable-bits.h47 #define __swp_offset(x) ((x).val >> 10) macro
/linux-6.3-rc2/arch/arc/include/asm/
A Dpgtable-bits-arcv2.h130 #define __swp_offset(pte_lookalike) ((pte_lookalike).val >> 13) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable-2level.h104 #define __swp_offset(x) ((x).val >> SWP_OFFSET_SHIFT) macro
A Dpgtable-3level.h174 #define __swp_offset(x) ((x).val >> SWP_TYPE_BITS) macro
A Dpgtable_64.h227 #define __swp_offset(x) (~(x).val << SWP_TYPE_BITS >> SWP_OFFSET_SHIFT) macro
/linux-6.3-rc2/arch/sh/include/asm/
A Dpgtable_32.h456 #define __swp_offset(x) ((x).val >> 5) macro
472 #define __swp_offset(x) ((x).val >> 10) macro
/linux-6.3-rc2/arch/m68k/include/asm/
A Dsun3_pgtable.h171 #define __swp_offset(x) (((x).val) >> 7) macro
A Dmotorola_pgtable.h188 #define __swp_offset(x) ((x).val >> 12) macro
A Dmcf_pgtable.h272 #define __swp_offset(x) ((x).val >> 11) macro
/linux-6.3-rc2/arch/nios2/include/asm/
A Dpgtable.h250 #define __swp_offset(swp) ((swp).val & 0xfffff) macro
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dpgtable.h392 #define __swp_offset(swp_pte) \ macro
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h379 #define __swp_offset(entry) ((entry).val >> 5) macro
/linux-6.3-rc2/arch/um/include/asm/
A Dpgtable.h308 #define __swp_offset(x) ((x).val >> 11) macro
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h302 #define __swp_offset(x) ((x).val >> PTE_RPN_SHIFT) macro
/linux-6.3-rc2/arch/arm/include/asm/
A Dpgtable.h294 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/linux-6.3-rc2/arch/sparc/include/asm/
A Dpgtable_32.h341 static inline unsigned long __swp_offset(swp_entry_t entry) in __swp_offset() function
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dpgtable.h405 #define __swp_offset(x) ((x).val >> 12) macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dpgtable.h326 #define __swp_offset(x) ((x).val >> 40) macro
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dpgtable.h356 #define __swp_offset(entry) ((entry).val >> 11) macro
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dpgtable.h409 #define __swp_offset(entry) ((entry).val >> 6) macro
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h384 #define __swp_offset(entry) ((entry).val >> 5) macro
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dpgtable.h272 #define __swp_offset(x) ((x).val >> 24) macro

Completed in 32 milliseconds

12