Home
last modified time | relevance | path

Searched refs:__swp_entry (Results 1 – 25 of 42) sorted by relevance

12

/arch/mips/include/asm/
Dpgtable-32.h183 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 10) | ((offset) << 15) }) macro
194 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 9) }) macro
203 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 7) }) macro
217 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
Dpgtable-64.h383 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
/arch/h8300/include/asm/
Dpgtable.h16 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/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
/arch/x86/include/asm/
Dpgtable-3level.h218 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) << 5}) macro
243 #define __pte_to_swp_entry(pte) (__swp_entry(__pteval_swp_type(pte), \
Dpgtable-2level.h92 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
Dpgtable_64.h317 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/arch/c6x/include/asm/
Dpgtable.h49 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/arch/arm/include/asm/
Dpgtable-nommu.h50 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/arch/blackfin/include/asm/
Dpgtable.h44 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/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.h301 #define __swp_entry(type, offset) ((swp_entry_t) { ((offset << 8) + ((type & 0x3c) << 1) + (type & … macro
/arch/microblaze/include/asm/
Dpgtable.h39 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
508 #define __swp_entry(type, offset) \ macro
/arch/frv/include/asm/
Dpgtable.h62 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
469 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 1) | ((offset) << 7) }) macro
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h337 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) macro
/arch/nios2/include/asm/
Dpgtable.h286 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x3) << 26) \ macro
/arch/cris/include/asm/
Dpgtable.h281 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 5) | ((offset) << 12) }) macro
/arch/m32r/include/asm/
Dpgtable.h330 #define __swp_entry(type, offset) \ macro
/arch/unicore32/include/asm/
Dpgtable.h272 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/arch/arc/include/asm/
Dpgtable.h377 #define __swp_entry(type, off) ((swp_entry_t) { \ macro
/arch/metag/include/asm/
Dpgtable.h232 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 1) | \ macro
/arch/score/include/asm/
Dpgtable.h166 #define __swp_entry(type, offset) ((swp_entry_t){(type) | ((offset) << 10)}) macro
/arch/powerpc/include/asm/nohash/64/
Dpgtable.h339 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/arch/hexagon/include/asm/
Dpgtable.h478 #define __swp_entry(type, offset) \ macro

12