Home
last modified time | relevance | path

Searched defs:__swp_type (Results 1 - 25 of 67) sorted by relevance

123

/kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h45 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H A Dpgtable.h43 #define __swp_type(x) (0) macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H A Dpgtable.h11 #define __swp_type(x) (0) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dpgtable_no.h35 #define __swp_type(x) (0) macro
H A Dsun3_pgtable.h178 #define __swp_type(x) ((x).val & 0x7F) macro
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h45 #define __swp_type(x) ((((x).val >> 2) & 0xf) | \ macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dpgtable-32.h204 #define __swp_type(x) (((x).val >> 10) & 0x1f) macro
215 #define __swp_type(x) (((x).val >> 4) & 0x1f) macro
224 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro
238 #define __swp_type(x) (((x).val >> 8) & 0x1f) macro
H A Dpgtable-64.h340 #define __swp_type(x) (((x).val >> 16) & 0xff) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpgtable-2level.h89 #define __swp_type(x) (((x).val >> (_PAGE_BIT_PRESENT + 1)) \ macro
H A Dpgtable-3level.h260 #define __swp_type(x) (((x).val) & 0x1f) macro
H A Dpgtable_64.h222 #define __swp_type(x) ((x).val >> (64 - SWP_TYPE_BITS)) macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpgtable-32.h211 #define __swp_type(x) (((x).val >> 10) & 0x1f) macro
239 #define __swp_type(x) (((x).val >> 4) & 0x1f) macro
268 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro
292 #define __swp_type(x) (((x).val >> 8) & 0x1f) macro
H A Dpgtable-64.h341 #define __swp_type(x) (((x).val >> 16) & 0x7f) macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h127 #define __swp_type(pte_lookalike) (((pte_lookalike).val) & 0x1f) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpgtable-3level.h173 #define __swp_type(x) (((x).val) & _SWP_TYPE_MASK) macro
H A Dpgtable-2level.h102 #define __swp_type(x) (((x).val >> _SWP_TYPE_SHIFT) \ macro
H A Dpgtable_64.h224 #define __swp_type(x) ((x).val >> (64 - SWP_TYPE_BITS)) macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpgtable-64.h250 #define __swp_type(x) (((x).val >> 16) & 0xff) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h367 #define __swp_type(entry) ((entry).val & 0x1f) macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dsun3_pgtable.h171 #define __swp_type(x) ((x).val & 0x3f) macro
H A Dmotorola_pgtable.h188 #define __swp_type(x) (((x).val >> 4) & 0x7f) macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dpgtable.h383 #define __swp_type(swp_pte) (((swp_pte).val >> 1) & 0x1f) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h378 #define __swp_type(entry) ((entry).val & 0x1f) macro
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H A Dpgtable.h256 #define __swp_type(swp) (((swp).val >> 26) & 0x1f) macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dpgtable.h50 #define __swp_type(x) (((x).val >> 4) & 0xff) macro

Completed in 11 milliseconds

123