Home
last modified time | relevance | path

Searched defs:__swp_type (Results 1 – 25 of 70) sorted by relevance

123

/kernel/linux/linux-5.10/arch/mips/include/asm/
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
Dpgtable-64.h340 #define __swp_type(x) (((x).val >> 16) & 0xff) macro
/kernel/linux/linux-4.19/arch/mips/include/asm/
Dpgtable-32.h181 #define __swp_type(x) (((x).val >> 10) & 0x1f) macro
192 #define __swp_type(x) (((x).val >> 4) & 0x1f) macro
201 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro
215 #define __swp_type(x) (((x).val >> 8) & 0x1f) macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dpgtable.h11 #define __swp_type(x) (0) macro
/kernel/linux/linux-4.19/arch/h8300/include/asm/
Dpgtable.h14 #define __swp_type(x) (0) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dpgtable_no.h35 #define __swp_type(x) (0) macro
Dsun3_pgtable.h178 #define __swp_type(x) ((x).val & 0x7F) macro
Dmotorola_pgtable.h199 #define __swp_type(x) (((x).val >> 4) & 0xff) macro
/kernel/linux/linux-4.19/arch/m68k/include/asm/
Dpgtable_no.h35 #define __swp_type(x) (0) macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dpgtable.h43 #define __swp_type(x) (0) macro
/kernel/linux/linux-4.19/arch/c6x/include/asm/
Dpgtable.h47 #define __swp_type(x) (0) macro
/kernel/linux/linux-4.19/arch/arm/include/asm/
Dpgtable-nommu.h48 #define __swp_type(x) (0) macro
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dpgtable-2level.h89 #define __swp_type(x) (((x).val >> (_PAGE_BIT_PRESENT + 1)) \ macro
Dpgtable_64.h219 #define __swp_type(x) ((x).val >> (64 - SWP_TYPE_BITS)) macro
Dpgtable-3level.h258 #define __swp_type(x) (((x).val) & 0x1f) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable-2level.h89 #define __swp_type(x) (((x).val >> (_PAGE_BIT_PRESENT + 1)) \ macro
Dpgtable_64.h222 #define __swp_type(x) ((x).val >> (64 - SWP_TYPE_BITS)) macro
Dpgtable-3level.h260 #define __swp_type(x) (((x).val) & 0x1f) macro
/kernel/linux/linux-5.10/arch/sh/include/asm/
Dpgtable_32.h445 #define __swp_type(x) ((x).val & 0x1f) macro
452 #define __swp_type(x) ((x).val & 0xff) macro
/kernel/linux/linux-4.19/arch/sh/include/asm/
Dpgtable_32.h461 #define __swp_type(x) ((x).val & 0x1f) macro
468 #define __swp_type(x) ((x).val & 0xff) macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dpgtable.h35 #define __swp_type(x) (0) macro
458 #define __swp_type(entry) ((entry).val & 0x3f) macro
/kernel/linux/linux-4.19/arch/microblaze/include/asm/
Dpgtable.h39 #define __swp_type(x) (0) macro
508 #define __swp_type(entry) ((entry).val & 0x3f) macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
Dpgtable.h265 #define __swp_type(swp) (((swp).val >> 26) & 0x3) macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dpgtable.h409 #define __swp_type(swp_pte) (((swp_pte).val >> 1) & 0x1f) macro
/kernel/linux/linux-4.19/arch/powerpc/include/asm/nohash/32/
Dpgtable.h320 #define __swp_type(entry) ((entry).val & 0x1f) macro

123