Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable-3level.h175 #define __swp_entry(type, offset) ((swp_entry_t){((type) & _SWP_TYPE_MASK) \ macro
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.h231 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux/include/linux/
H A Dswapops.h118 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry)); in swp_entry_to_pte()
337 arch_entry = __swp_entry(swp_type(entry), swp_offset(entry)); in swp_entry_to_pmd()
/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/powerpc/include/asm/nohash/32/
H A Dpgtable.h193 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) & 0x1f) | ((offset) << 5) }) 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/arc/include/asm/
H A Dpgtable-bits-arcv2.h123 #define __swp_entry(type, off) ((swp_entry_t) \ 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.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/hexagon/include/asm/
H A Dpgtable.h385 #define __swp_entry(type, offset) \ macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h257 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x1f) << 26) \ macro
/linux/arch/um/include/asm/
H A Dpgtable.h315 #define __swp_entry(type, offset) \ macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h392 #define __swp_entry(type, offset) \ macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h395 #define __swp_entry(type, offset) \ macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h345 #define __swp_entry(type,offs) \ macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h341 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function
H A Dpgtable_64.h1017 #define __swp_entry(type, offset) \ macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h422 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h1194 #define __swp_entry(type, offset) ((swp_entry_t) \ macro
/linux/mm/
H A Dinternal.h408 pte_t new = __swp_entry_to_pte(__swp_entry(swp_type(entry), in pte_move_swp_offset()
/linux/arch/arm64/include/asm/
H A Dpgtable.h1521 #define __swp_entry(type,offset) ((swp_entry_t) { ((type) << __SWP_TYPE_SHIFT) | ((offset) << __SWP… macro