Home
last modified time | relevance | path

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

12

/linux/arch/mips/include/asm/
A 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
A Dpgtable-64.h341 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
/linux/arch/csky/abiv2/inc/abi/
A Dpgtable-bits.h43 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux/arch/csky/abiv1/inc/abi/
A Dpgtable-bits.h43 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux/arch/h8300/include/asm/
A Dpgtable.h13 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/linux/arch/m68k/include/asm/
A Dpgtable_no.h37 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
A Dsun3_pgtable.h180 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
A Dmotorola_pgtable.h203 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 12) }) macro
A Dmcf_pgtable.h320 #define __swp_entry(typ, off) ((swp_entry_t) { (typ) | \ macro
/linux/arch/x86/include/asm/
A Dpgtable-2level.h92 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
A Dpgtable_64.h232 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
A Dpgtable-3level.h262 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) << 5}) macro
/linux/arch/arc/include/asm/
A Dpgtable-bits-arcv2.h131 #define __swp_entry(type, off) ((swp_entry_t) \ macro
/linux/arch/sh/include/asm/
A 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/arch/nios2/include/asm/
A Dpgtable.h265 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x3) << 26) \ macro
/linux/arch/hexagon/include/asm/
A Dpgtable.h410 #define __swp_entry(type, offset) \ macro
/linux/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h368 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) macro
/linux/arch/um/include/asm/
A Dpgtable.h311 #define __swp_entry(type, offset) \ macro
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h303 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux/arch/arm/include/asm/
A Dpgtable.h306 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP… macro
/linux/arch/sparc/include/asm/
A Dpgtable_32.h351 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function
/linux/arch/microblaze/include/asm/
A Dpgtable.h417 #define __swp_entry(type, offset) \ macro
/linux/arch/openrisc/include/asm/
A Dpgtable.h410 #define __swp_entry(type, offset) \ macro
/linux/arch/alpha/include/asm/
A Dpgtable.h328 #define __swp_entry(type, off) ((swp_entry_t) { pte_val(mk_swap_pte((type), (off))) }) macro
/linux/arch/xtensa/include/asm/
A Dpgtable.h371 #define __swp_entry(type,offs) \ macro

Completed in 38 milliseconds

12