Searched refs:__swp_entry (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-master/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-master/arch/mips/include/asm/
H A Dpgtable-32.h213 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x1f) << 10) | ((offset) << 15) }) macro
241 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x1f) << 4) | ((offset) << 9) }) macro
270 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x1f) << 2) | ((offset) << 7) }) macro
294 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) << 8) | ((offset) << 13) }) macro
H A Dpgtable-64.h343 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable-3level.h175 #define __swp_entry(type, offset) ((swp_entry_t){((type) & _SWP_TYPE_MASK) \ macro
179 * Normally, __swp_entry() converts from arch-independent swp_entry_t to
184 * __swp_entry().
201 #define __pte_to_swp_entry(pte) (__swp_entry(__pteval_swp_type(pte), \
H A Dpgtable-2level.h105 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
H A Dpgtable_64.h235 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h123 #define __swp_entry(type, off) ((swp_entry_t) \ macro
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h197 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) & 0x1f) | ((offset) << 5) }) macro
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h191 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux-master/include/linux/
H A Dswapops.h150 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry));
555 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry));
/linux-master/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-master/arch/m68k/include/asm/
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
H A Dsun3_pgtable.h173 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x3f) | \ macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h388 #define __swp_entry(type, offset) \ macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h307 #define __swp_entry(type, offset) \ macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h260 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x1f) << 26) \ macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h411 #define __swp_entry(type, offset) \ macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h346 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) function
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h352 #define __swp_entry(type,offs) \ macro
/linux-master/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-master/arch/microblaze/include/asm/
H A Dpgtable.h404 #define __swp_entry(type, offset) \ macro
/linux-master/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-master/arch/parisc/include/asm/
H A Dpgtable.h427 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro

Completed in 239 milliseconds

12