Home
last modified time | relevance | path

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

12

/linux-6.6.21/arch/mips/include/asm/
Dpgtable-32.h213 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x1f) << 10) | ((offset) << 15) }) macro
241 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x1f) << 4) | ((offset) << 9) }) macro
270 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x1f) << 2) | ((offset) << 7) }) macro
294 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
Dpgtable-64.h343 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
/linux-6.6.21/arch/csky/abiv2/inc/abi/
Dpgtable-bits.h48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-6.6.21/arch/csky/abiv1/inc/abi/
Dpgtable-bits.h48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-6.6.21/arch/arc/include/asm/
Dpgtable-bits-arcv2.h123 #define __swp_entry(type, off) ((swp_entry_t) \ macro
/linux-6.6.21/arch/x86/include/asm/
Dpgtable-2level.h105 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
Dpgtable-3level.h175 #define __swp_entry(type, offset) ((swp_entry_t){((type) & _SWP_TYPE_MASK) \ macro
Dpgtable_64.h234 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-6.6.21/arch/sh/include/asm/
Dpgtable_32.h456 #define __swp_entry(type, offset) ((swp_entry_t){ ((type) & 0x1f) | (offset) << 5}) macro
472 #define __swp_entry(type, offset) ((swp_entry_t){((type) & 0x1f) | (offset) << 10}) macro
/linux-6.6.21/arch/m68k/include/asm/
Dsun3_pgtable.h173 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x3f) | \ macro
Dmotorola_pgtable.h190 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x7f) << 4) | ((offset) << 12) }) macro
Dmcf_pgtable.h272 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) & 0x7f) | \ macro
/linux-6.6.21/arch/nios2/include/asm/
Dpgtable.h258 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x1f) << 26) \ macro
/linux-6.6.21/arch/hexagon/include/asm/
Dpgtable.h388 #define __swp_entry(type, offset) \ macro
/linux-6.6.21/arch/powerpc/include/asm/nohash/32/
Dpgtable.h380 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) & 0x1f) | ((offset) << 5) }) macro
/linux-6.6.21/arch/um/include/asm/
Dpgtable.h307 #define __swp_entry(type, offset) \ macro
/linux-6.6.21/arch/arm/include/asm/
Dpgtable.h296 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & __SWP_TYPE_MASK) << __SWP_TYPE_SHIFT)… macro
/linux-6.6.21/arch/powerpc/include/asm/nohash/64/
Dpgtable.h303 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-6.6.21/arch/xtensa/include/asm/
Dpgtable.h352 #define __swp_entry(type,offs) \ macro
/linux-6.6.21/arch/microblaze/include/asm/
Dpgtable.h403 #define __swp_entry(type, offset) \ macro
/linux-6.6.21/arch/openrisc/include/asm/
Dpgtable.h411 #define __swp_entry(type, offset) \ macro
/linux-6.6.21/arch/alpha/include/asm/
Dpgtable.h333 #define __swp_entry(type, off) ((swp_entry_t) { pte_val(mk_swap_pte((type), (off))) }) macro
/linux-6.6.21/arch/sparc/include/asm/
Dpgtable_32.h346 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function
/linux-6.6.21/arch/powerpc/include/asm/book3s/32/
Dpgtable.h385 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) & 0x1f) | ((offset) << 5) }) macro
/linux-6.6.21/arch/ia64/include/asm/
Dpgtable.h422 #define __swp_entry(type, offset) ((swp_entry_t) { ((type & 0x3f) << 1) | \ macro

12