Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable-32.h206 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 10) | ((offset) << 15) }) macro
217 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 9) }) macro
226 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 2) | ((offset) << 7) }) macro
240 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
H A Dpgtable-64.h342 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dpgtable.h13 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dpgtable_no.h37 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
H A Dsun3_pgtable.h180 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) | ((offset) << 7)) }) macro
H A Dmotorola_pgtable.h201 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 4) | ((offset) << 12) }) macro
H A Dmcf_pgtable.h318 #define __swp_entry(typ, off) ((swp_entry_t) { (typ) | \ macro
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dpgtable.h45 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable-2level.h92 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
H A Dpgtable_64.h232 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
H A Dpgtable-3level.h262 #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) << 5}) macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H 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
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h37 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) }) macro
460 #define __swp_entry(type, offset) \ macro
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpgtable.h267 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x3) << 26) \ macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h414 #define __swp_entry(type, offset) \ macro
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h52 #define __swp_entry(type, offset) ((swp_entry_t) {((type) << 4) | \ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h369 #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable.h305 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP… macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h311 #define __swp_entry(type, offset) \ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h306 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpgtable.h346 #define __swp_entry(type, off) ((swp_entry_t) { \ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h331 #define __swp_entry(type, off) ((swp_entry_t) { pte_val(mk_swap_pte((type), (off))) }) macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgtable.h370 #define __swp_entry(type,offs) \ macro
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h411 #define __swp_entry(type, offset) \ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_32.h349 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function

12