Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/mips/include/asm/
A 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
A Dpgtable-64.h343 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
/linux-6.3-rc2/arch/csky/abiv2/inc/abi/
A Dpgtable-bits.h48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-6.3-rc2/arch/csky/abiv1/inc/abi/
A Dpgtable-bits.h48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-6.3-rc2/arch/arc/include/asm/
A Dpgtable-bits-arcv2.h125 #define __swp_entry(type, off) ((swp_entry_t) \ macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable-2level.h105 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
A Dpgtable-3level.h175 #define __swp_entry(type, offset) ((swp_entry_t){((type) & _SWP_TYPE_MASK) \ macro
A Dpgtable_64.h234 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-6.3-rc2/arch/sh/include/asm/
A Dpgtable_32.h457 #define __swp_entry(type, offset) ((swp_entry_t){ ((type) & 0x1f) | (offset) << 5}) macro
473 #define __swp_entry(type, offset) ((swp_entry_t){((type) & 0x1f) | (offset) << 10}) macro
/linux-6.3-rc2/arch/m68k/include/asm/
A Dsun3_pgtable.h172 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x3f) | \ macro
A Dmotorola_pgtable.h189 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x7f) << 4) | ((offset) << 12) }) macro
A Dmcf_pgtable.h273 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) & 0x7f) | \ macro
/linux-6.3-rc2/arch/nios2/include/asm/
A Dpgtable.h251 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x1f) << 26) \ macro
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dpgtable.h395 #define __swp_entry(type, offset) \ macro
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h380 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) & 0x1f) | ((offset) << 5) }) macro
/linux-6.3-rc2/arch/um/include/asm/
A Dpgtable.h310 #define __swp_entry(type, offset) \ macro
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h303 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-6.3-rc2/arch/arm/include/asm/
A Dpgtable.h295 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & __SWP_TYPE_MASK) << __SWP_TYPE_SHIFT)… macro
/linux-6.3-rc2/arch/sparc/include/asm/
A Dpgtable_32.h346 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dpgtable.h406 #define __swp_entry(type, offset) \ macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dpgtable.h327 #define __swp_entry(type, off) ((swp_entry_t) { pte_val(mk_swap_pte((type), (off))) }) macro
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dpgtable.h357 #define __swp_entry(type,offs) \ macro
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dpgtable.h410 #define __swp_entry(type, offset) \ macro
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h385 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) & 0x1f) | ((offset) << 5) }) macro
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dpgtable.h273 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro

Completed in 33 milliseconds

12