Home
last modified time | relevance | path

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

12

/linux-5.19.10/arch/mips/include/asm/
Dpgtable-32.h204 #define __swp_offset(x) ((x).val >> 15) macro
215 #define __swp_offset(x) ((x).val >> 9) macro
224 #define __swp_offset(x) ((x).val >> 7) macro
238 #define __swp_offset(x) ((x).val >> 13) macro
Dpgtable-64.h340 #define __swp_offset(x) ((x).val >> 24) macro
/linux-5.19.10/arch/csky/abiv2/inc/abi/
Dpgtable-bits.h41 #define __swp_offset(x) ((((x).val >> 7) & 0x3) | \ macro
/linux-5.19.10/arch/csky/abiv1/inc/abi/
Dpgtable-bits.h42 #define __swp_offset(x) ((x).val >> 9) macro
/linux-5.19.10/arch/m68k/include/asm/
Dpgtable_no.h36 #define __swp_offset(x) (0) macro
Dsun3_pgtable.h180 #define __swp_offset(x) (((x).val) >> 7) macro
Dmotorola_pgtable.h203 #define __swp_offset(x) ((x).val >> 12) macro
Dmcf_pgtable.h319 #define __swp_offset(x) ((x).val >> 11) macro
/linux-5.19.10/arch/x86/include/asm/
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
Dpgtable-3level.h261 #define __swp_offset(x) ((x).val >> 5) macro
/linux-5.19.10/arch/arc/include/asm/
Dpgtable-bits-arcv2.h136 #define __swp_offset(pte_lookalike) ((pte_lookalike).val >> 13) macro
/linux-5.19.10/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-5.19.10/arch/nios2/include/asm/
Dpgtable.h265 #define __swp_offset(swp) ((swp).val & 0xfffff) macro
/linux-5.19.10/arch/hexagon/include/asm/
Dpgtable.h412 #define __swp_offset(swp_pte) \ macro
/linux-5.19.10/arch/powerpc/include/asm/nohash/32/
Dpgtable.h364 #define __swp_offset(entry) ((entry).val >> 5) macro
/linux-5.19.10/arch/um/include/asm/
Dpgtable.h310 #define __swp_offset(x) ((x).val >> 11) macro
/linux-5.19.10/arch/powerpc/include/asm/nohash/64/
Dpgtable.h300 #define __swp_offset(x) ((x).val >> PTE_RPN_SHIFT) macro
/linux-5.19.10/arch/arm/include/asm/
Dpgtable.h305 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/linux-5.19.10/arch/sparc/include/asm/
Dpgtable_32.h351 static inline unsigned long __swp_offset(swp_entry_t entry) in __swp_offset() function
/linux-5.19.10/arch/xtensa/include/asm/
Dpgtable.h371 #define __swp_offset(entry) ((entry).val >> 11) macro
/linux-5.19.10/arch/microblaze/include/asm/
Dpgtable.h419 #define __swp_offset(entry) ((entry).val >> 6) macro
/linux-5.19.10/arch/openrisc/include/asm/
Dpgtable.h410 #define __swp_offset(x) ((x).val >> 12) macro
/linux-5.19.10/arch/alpha/include/asm/
Dpgtable.h328 #define __swp_offset(x) ((x).val >> 40) macro
/linux-5.19.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h392 #define __swp_offset(entry) ((entry).val >> 5) macro

12