/linux/arch/x86/include/asm/ |
H A D | pgtable-3level.h | 175 #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 D | pgtable-2level.h | 105 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
H A D | pgtable_64.h | 235 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/linux/arch/csky/abiv2/inc/abi/ |
H A D | pgtable-bits.h | 48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/linux/arch/csky/abiv1/inc/abi/ |
H A D | pgtable-bits.h | 48 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 195 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) & 0x1f) | ((offset) << 5) }) macro
|
/linux/arch/arc/include/asm/ |
H A D | pgtable-bits-arcv2.h | 123 #define __swp_entry(type, off) ((swp_entry_t) \ macro
|
/linux/arch/sh/include/asm/ |
H A D | pgtable_32.h | 456 #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 D | pgtable.h | 191 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 173 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x3f) | \ macro
|
H A D | mcf_pgtable.h | 272 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) & 0x7f) | \ macro
|
H A D | motorola_pgtable.h | 190 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & 0x7f) << 4) | ((offset) << 12) }) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 388 #define __swp_entry(type, offset) \ macro
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 263 #define __swp_entry(type, off) ((swp_entry_t) { (((type) & 0x1f) << 26) \ macro
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 333 #define __swp_entry(type, off) ((swp_entry_t) { pte_val(mk_swap_pte((type), (off))) }) macro
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 300 #define __swp_entry(type, offset) ((swp_entry_t) { (((type) & __SWP_TYPE_MASK) << __SWP_TYPE_SHIFT)… macro
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 404 #define __swp_entry(type, offset) \ macro
|
/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 411 #define __swp_entry(type, offset) \ macro
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 346 static inline swp_entry_t __swp_entry(unsigned long type, unsigned long offset) in __swp_entry() function
|
H A D | pgtable_64.h | 1021 #define __swp_entry(type, offset) \ macro
|
/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 352 #define __swp_entry(type,offs) \ macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 364 #define __swp_entry(type, offset) ((swp_entry_t) { ((type) & 0x1f) | ((offset) << 5) }) macro
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 876 #define __swp_entry(type, offset) ((swp_entry_t) \ macro
|
/linux/mm/ |
H A D | internal.h | 279 pte_t new = __swp_entry_to_pte(__swp_entry(swp_type(entry), in pte_move_swp_offset()
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 653 #define __swp_entry(type, offset) ((swp_entry_t) { \ macro
|