Home
last modified time | relevance | path

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

12

/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/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.h447 #define __swp_offset(x) ((x).val >> 5) macro
463 #define __swp_offset(x) ((x).val >> 10) macro
/linux/arch/x86/include/asm/
H A Dpgtable-2level.h104 #define __swp_offset(x) ((x).val >> SWP_OFFSET_SHIFT) macro
H A Dpgtable-3level.h174 #define __swp_offset(x) ((x).val >> SWP_TYPE_BITS) macro
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h194 #define __swp_offset(entry) ((entry).val >> 5) macro
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h190 #define __swp_offset(x) ((x).val >> PTE_RPN_SHIFT) macro
/linux/arch/hexagon/include/asm/
H A Dpgtable.h382 #define __swp_offset(swp_pte) \ macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h166 #define __swp_offset(x) (((x).val) >> 7) macro
H A Dmotorola_pgtable.h183 #define __swp_offset(x) ((x).val >> 12) macro
H A Dmcf_pgtable.h265 #define __swp_offset(x) ((x).val >> 11) macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h256 #define __swp_offset(swp) ((swp).val & 0xfffff) macro
/linux/arch/um/include/asm/
H A Dpgtable.h309 #define __swp_offset(x) ((x).val >> 11) macro
/linux/arch/arm/include/asm/
H A Dpgtable.h297 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h302 #define __swp_offset(x) ((x).val >> 40) macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h394 #define __swp_offset(entry) ((entry).val >> 6) macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h344 #define __swp_offset(entry) ((entry).val >> 11) macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h391 #define __swp_offset(x) ((x).val >> 12) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h363 #define __swp_offset(entry) ((entry).val >> 5) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h297 #define __swp_offset(x) ((x).val >> 24) macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h420 #define __swp_offset(x) ( (((x).val >> 5) & 0x7) | \ macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h1021 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h633 #define __swp_offset(x) (((x).val & PTE_RPN_MASK) >> PAGE_SHIFT) macro
/linux/arch/s390/include/asm/
H A Dpgtable.h1926 static inline unsigned long __swp_offset(swp_entry_t entry) in __swp_offset() function

12