Home
last modified time | relevance | path

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

12

/Linux-v5.4/arch/mips/include/asm/
Dpgtable-32.h229 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 10) | ((offset) << 15) }) macro
240 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 9) }) macro
249 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 7) }) macro
263 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
Dpgtable-64.h372 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
/Linux-v5.4/arch/h8300/include/asm/
Dpgtable.h15 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/Linux-v5.4/arch/m68k/include/asm/
Dpgtable_no.h37 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
Dsun3_pgtable.h212 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
Dmotorola_pgtable.h271 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 12) }) macro
Dmcf_pgtable.h394 #define __swp_entry(typ, off) ((swp_entry_t) { (typ) | \ macro
/Linux-v5.4/arch/c6x/include/asm/
Dpgtable.h46 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/Linux-v5.4/arch/arm/include/asm/
Dpgtable-nommu.h47 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/Linux-v5.4/arch/x86/include/asm/
Dpgtable-2level.h92 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
Dpgtable_64.h229 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
Dpgtable-3level.h260 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) << 5}) macro
/Linux-v5.4/arch/sh/include/asm/
Dpgtable_32.h463 #define __swp_entry(type, offset) ((swp_entry_t){ (type) | (offset) << 5}) macro
470 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) <<10}) macro
Dpgtable_64.h298 #define __swp_entry(type, offset) ((swp_entry_t) { ((offset << 8) + ((type & 0x3c) << 1) + (type & … macro
/Linux-v5.4/arch/microblaze/include/asm/
Dpgtable.h41 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
508 #define __swp_entry(type, offset) \ macro
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/
Dpgtable.h383 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) macro
/Linux-v5.4/arch/nios2/include/asm/
Dpgtable.h285 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x3) << 26) \ macro
/Linux-v5.4/arch/unicore32/include/asm/
Dpgtable.h267 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/Linux-v5.4/arch/hexagon/include/asm/
Dpgtable.h461 #define __swp_entry(type, offset) \ macro
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/
Dpgtable.h351 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/Linux-v5.4/arch/um/include/asm/
Dpgtable.h355 #define __swp_entry(type, offset) \ macro
/Linux-v5.4/arch/arc/include/asm/
Dpgtable.h372 #define __swp_entry(type, off) ((swp_entry_t) { \ macro
/Linux-v5.4/arch/csky/include/asm/
Dpgtable.h65 #define __swp_entry(type, offset) ((swp_entry_t) {((type) << 4) | \ macro
/Linux-v5.4/arch/sparc/include/asm/
Dpgtable_32.h362 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function
/Linux-v5.4/arch/riscv/include/asm/
Dpgtable.h427 #define __swp_entry(type, offset) ((swp_entry_t) \ macro

12