Home
last modified time | relevance | path

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

12

/linux-3.4.99/arch/mips/include/asm/
Dpgtable-32.h148 #define __swp_entry(type,offset) \ macro
171 #define __swp_entry(type,offset) \ macro
176 #define __swp_entry(type,offset) \ macro
Dpgtable-64.h277 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
/linux-3.4.99/arch/m68k/include/asm/
Dpgtable_no.h36 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
Dsun3_pgtable.h226 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
/linux-3.4.99/arch/h8300/include/asm/
Dpgtable.h32 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/linux-3.4.99/arch/c6x/include/asm/
Dpgtable.h49 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/linux-3.4.99/arch/arm/include/asm/
Dpgtable-nommu.h50 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/linux-3.4.99/arch/sparc/include/asm/
Dpgtable_32.h346 BTFIXUPDEF_CALL(swp_entry_t, __swp_entry, unsigned long, unsigned long)
350 #define __swp_entry(__type,__off) BTFIXUP_CALL(__swp_entry)(__type,__off) macro
/linux-3.4.99/arch/blackfin/include/asm/
Dpgtable.h44 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/linux-3.4.99/arch/x86/include/asm/
Dpgtable-2level.h105 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
Dpgtable-3level.h192 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) << 5}) macro
Dpgtable_64.h161 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-3.4.99/include/linux/
Dswapops.h82 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry)); in swp_entry_to_pte()
/linux-3.4.99/arch/sh/include/asm/
Dpgtable_32.h470 #define __swp_entry(type, offset) ((swp_entry_t){ (type) | (offset) << 5}) macro
484 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) <<10}) macro
Dpgtable_64.h306 #define __swp_entry(type, offset) ((swp_entry_t) { ((offset << 8) + ((type & 0x3c) << 1) + (type & … macro
/linux-3.4.99/arch/microblaze/include/asm/
Dpgtable.h42 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
526 #define __swp_entry(type, offset) \ macro
/linux-3.4.99/arch/frv/include/asm/
Dpgtable.h61 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
473 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 8) }) macro
/linux-3.4.99/arch/powerpc/include/asm/
Dpgtable-ppc32.h322 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) macro
Dpgtable-ppc64.h347 #define __swp_entry(type, offset) ((swp_entry_t){((type)<< 1)|((offset)<<8)}) macro
/linux-3.4.99/arch/cris/include/asm/
Dpgtable.h283 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 5) | ((offset) << 12) }) macro
/linux-3.4.99/arch/unicore32/include/asm/
Dpgtable.h271 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-3.4.99/arch/m32r/include/asm/
Dpgtable.h340 #define __swp_entry(type, offset) \ macro
/linux-3.4.99/arch/avr32/include/asm/
Dpgtable.h345 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 11) }) macro
/linux-3.4.99/arch/score/include/asm/
Dpgtable.h176 #define __swp_entry(type, offset) ((swp_entry_t){(type) | ((offset) << 11)}) macro
/linux-3.4.99/arch/hexagon/include/asm/
Dpgtable.h499 #define __swp_entry(type, offset) \ macro

12