Home
last modified time | relevance | path

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

/linux/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h123 #define __swp_entry(type, off) ((swp_entry_t) \ macro
/linux/arch/x86/include/asm/
H A Dpgtable-2level.h105 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
H A Dpgtable-3level.h175 #define __swp_entry(type, offset) ((swp_entry_t){((type) & _SWP_TYPE_MASK) \ macro
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h195 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) & 0x1f) | ((offset) << 5) }) macro
/linux/arch/sh/include/asm/
H A Dpgtable_32.h456 #define __swp_entry(type, offset) ((swp_entry_t){ ((type) & 0x1f) | (offset) << 5}) macro
472 #define __swp_entry(type, offset) ((swp_entry_t){((type) & 0x1f) | (offset) << 10}) macro
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h191 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h173 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x3f) | \ macro
H A Dmotorola_pgtable.h190 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x7f) << 4) | ((offset) << 12) }) macro
H A Dmcf_pgtable.h272 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) & 0x7f) | \ macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h263 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x1f) << 26) \ macro
/linux/arch/hexagon/include/asm/
H A Dpgtable.h388 #define __swp_entry(type, offset) \ macro
/linux/arch/arm/include/asm/
H A Dpgtable.h300 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & __SWP_TYPE_MASK) << __SWP_TYPE_SHIFT)… macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h404 #define __swp_entry(type, offset) \ macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h411 #define __swp_entry(type, offset) \ macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h352 #define __swp_entry(type,offs) \ macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h333 #define __swp_entry(type, off) ((swp_entry_t) { pte_val(mk_swap_pte((type), (off))) }) macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h346 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function