Home
last modified time | relevance | path

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

12

/Linux-v5.15/arch/mips/include/asm/
Dpgtable-32.h205 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 10) | ((offset) << 15) }) macro
216 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 9) }) macro
225 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 7) }) macro
239 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
Dpgtable-64.h341 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
/Linux-v5.15/arch/csky/abiv2/inc/abi/
Dpgtable-bits.h43 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/Linux-v5.15/arch/csky/abiv1/inc/abi/
Dpgtable-bits.h43 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/Linux-v5.15/arch/h8300/include/asm/
Dpgtable.h13 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/Linux-v5.15/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
Dmotorola_pgtable.h203 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 12) }) macro
Dmcf_pgtable.h320 #define __swp_entry(typ, off) ((swp_entry_t) { (typ) | \ macro
/Linux-v5.15/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
/Linux-v5.15/arch/arc/include/asm/
Dpgtable-bits-arcv2.h131 #define __swp_entry(type, off) ((swp_entry_t) \ macro
/Linux-v5.15/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
/Linux-v5.15/arch/nios2/include/asm/
Dpgtable.h265 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x3) << 26) \ macro
/Linux-v5.15/arch/hexagon/include/asm/
Dpgtable.h410 #define __swp_entry(type, offset) \ macro
/Linux-v5.15/arch/powerpc/include/asm/nohash/32/
Dpgtable.h367 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) macro
/Linux-v5.15/arch/powerpc/include/asm/nohash/64/
Dpgtable.h308 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/Linux-v5.15/arch/um/include/asm/
Dpgtable.h311 #define __swp_entry(type, offset) \ macro
/Linux-v5.15/arch/arm/include/asm/
Dpgtable.h306 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP… macro
/Linux-v5.15/arch/openrisc/include/asm/
Dpgtable.h410 #define __swp_entry(type, offset) \ macro
/Linux-v5.15/arch/alpha/include/asm/
Dpgtable.h328 #define __swp_entry(type, off) ((swp_entry_t) { pte_val(mk_swap_pte((type), (off))) }) macro
/Linux-v5.15/arch/sparc/include/asm/
Dpgtable_32.h351 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function
/Linux-v5.15/arch/microblaze/include/asm/
Dpgtable.h417 #define __swp_entry(type, offset) \ macro
/Linux-v5.15/arch/xtensa/include/asm/
Dpgtable.h371 #define __swp_entry(type,offs) \ macro

12