Home
last modified time | relevance | path

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

12

/arch/mips/include/asm/
Dpgtable-32.h180 #define __swp_type(x) (((x).val >> 10) & 0x1f) macro
191 #define __swp_type(x) (((x).val >> 4) & 0x1f) macro
200 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro
214 #define __swp_type(x) (((x).val >> 8) & 0x1f) macro
Dpgtable-64.h292 #define __swp_type(x) (((x).val >> 16) & 0xff) macro
/arch/m68k/include/asm/
Dpgtable_no.h34 #define __swp_type(x) (0) macro
Dsun3_pgtable.h209 #define __swp_type(x) ((x).val & 0x7F) macro
/arch/h8300/include/asm/
Dpgtable.h12 #define __swp_type(x) (0) macro
/arch/arm/include/asm/
Dpgtable-nommu.h48 #define __swp_type(x) (0) macro
/arch/c6x/include/asm/
Dpgtable.h47 #define __swp_type(x) (0) macro
/arch/x86/include/asm/
Dpgtable-2level.h71 #define __swp_type(x) (((x).val >> (_PAGE_BIT_PRESENT + 1)) \ macro
Dpgtable-3level.h181 #define __swp_type(x) (((x).val) & 0x1f) macro
Dpgtable_64.h186 #define __swp_type(x) (((x).val >> (SWP_TYPE_FIRST_BIT)) \ macro
/arch/blackfin/include/asm/
Dpgtable.h42 #define __swp_type(x) (0) macro
/arch/sh/include/asm/
Dpgtable_32.h460 #define __swp_type(x) ((x).val & 0x1f) macro
467 #define __swp_type(x) ((x).val & 0xff) macro
Dpgtable_64.h299 #define __swp_type(x) (((x).val & 3) + (((x).val >> 1) & 0x3c)) macro
/arch/microblaze/include/asm/
Dpgtable.h37 #define __swp_type(x) (0) macro
506 #define __swp_type(entry) ((entry).val & 0x3f) macro
/arch/frv/include/asm/
Dpgtable.h59 #define __swp_type(x) (0) macro
466 #define __swp_type(x) (((x).val >> 1) & 0x1f) macro
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h325 #define __swp_type(entry) ((entry).val & 0x1f) macro
/arch/cris/include/asm/
Dpgtable.h277 #define __swp_type(x) (((x).val >> 5) & 0x7f) macro
/arch/nios2/include/asm/
Dpgtable.h283 #define __swp_type(swp) (((swp).val >> 26) & 0x3) macro
/arch/unicore32/include/asm/
Dpgtable.h268 #define __swp_type(x) (((x).val >> __SWP_TYPE_SHIFT) \ macro
/arch/metag/include/asm/
Dpgtable.h228 #define __swp_type(x) (((x).val >> 1) & 0xff) macro
/arch/m32r/include/asm/
Dpgtable.h327 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro
/arch/arc/include/asm/
Dpgtable.h380 #define __swp_type(pte_lookalike) (((pte_lookalike).val) & 0x1f) macro
/arch/score/include/asm/
Dpgtable.h162 #define __swp_type(x) ((x).val & 0x1f) macro
/arch/avr32/include/asm/
Dpgtable.h330 #define __swp_type(x) (((x).val >> 4) & 0x3f) macro
/arch/hexagon/include/asm/
Dpgtable.h473 #define __swp_type(swp_pte) (((swp_pte).val >> 1) & 0x1f) macro

12