Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dpgtable-32.h206 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 10) | ((offset) << 15) }) macro
217 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 9) }) macro
226 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 7) }) macro
240 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
/kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/
Dpgtable-bits.h48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/
Dpgtable-bits.h48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dpgtable.h13 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dpgtable_no.h37 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
Dsun3_pgtable.h180 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dpgtable.h45 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
Dpgtable-bits-arcv2.h123 #define __swp_entry(type, off) ((swp_entry_t) \ macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable-2level.h92 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
Dpgtable_64.h232 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
Dpgtable-3level.h262 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) << 5}) macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/sh/include/asm/
Dpgtable_32.h447 #define __swp_entry(type, offset) ((swp_entry_t){ (type) | (offset) << 5}) macro
454 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) <<10}) macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dpgtable.h37 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
460 #define __swp_entry(type, offset) \ macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/nios2/include/asm/
Dpgtable.h258 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x1f) << 26) \ macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
Dpgtable.h388 #define __swp_entry(type, offset) \ macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
Dpgtable.h267 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x3) << 26) \ macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dpgtable.h414 #define __swp_entry(type, offset) \ macro

123