Home
last modified time | relevance | path

Searched defs:__swp_entry (Results 1 – 18 of 18) 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/sh/include/asm/
H A Dpgtable_32.h448 #define __swp_entry(type, offset) ((swp_entry_t){ ((type) & 0x1f) | (offset) << 5}) macro
464 #define __swp_entry(type, offset) ((swp_entry_t){((type) & 0x1f) | (offset) << 10}) 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
H A Dpgtable_64.h231 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h193 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) & 0x1f) | ((offset) << 5) }) macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h167 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x3f) | \ macro
H A Dmotorola_pgtable.h184 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x7f) << 4) | ((offset) << 12) }) macro
H A Dmcf_pgtable.h266 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) & 0x7f) | \ macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h365 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) & 0x1f) | ((offset) << 5) }) macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h411 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h336 #define __swp_entry(type, offset) ((swp_entry_t) { pte_val(mk_swap_pte((type), (offset))) }) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h1179 #define __swp_entry(type, offset) ((swp_entry_t) \ macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h649 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux/arch/s390/include/asm/
H A Dpgtable.h1874 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h1532 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP… macro