Searched refs:__swp_type (Results 1 - 25 of 39) sorted by relevance

12

/arch/arm/include/asm/
H A Dpgtable-nommu.h48 #define __swp_type(x) (0) macro
H A Dpgtable.h264 #define __swp_type(x) (((x).val >> __SWP_TYPE_SHIFT) & __SWP_TYPE_MASK) macro
/arch/c6x/include/asm/
H A Dpgtable.h47 #define __swp_type(x) (0) macro
/arch/h8300/include/asm/
H A Dpgtable.h30 #define __swp_type(x) (0) macro
/arch/m68k/include/asm/
H A Dpgtable_no.h34 #define __swp_type(x) (0) macro
H A Dsun3_pgtable.h224 #define __swp_type(x) ((x).val & 0x7F) macro
H A Dmcf_pgtable.h410 #define __swp_type(x) ((x).val & 0xFF) macro
H A Dmotorola_pgtable.h283 #define __swp_type(x) (((x).val >> 4) & 0xff) macro
/arch/mips/include/asm/
H A Dpgtable-32.h146 #define __swp_type(x) (((x).val >> 10) & 0x1f) macro
169 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro
174 #define __swp_type(x) (((x).val >> 8) & 0x1f) macro
H A Dpgtable-64.h275 #define __swp_type(x) (((x).val >> 32) & 0xff) macro
/arch/blackfin/include/asm/
H A Dpgtable.h42 #define __swp_type(x) (0) macro
/arch/x86/include/asm/
H A Dpgtable-2level.h102 #define __swp_type(x) (((x).val >> (_PAGE_BIT_PRESENT + 1)) \ macro
H A Dpgtable-3level.h190 #define __swp_type(x) (((x).val) & 0x1f) macro
H A Dpgtable_64.h158 #define __swp_type(x) (((x).val >> (_PAGE_BIT_PRESENT + 1)) \ macro
/arch/sparc/include/asm/
H A Dpgtable_32.h344 BTFIXUPDEF_CALL(unsigned long, __swp_type, swp_entry_t)
348 #define __swp_type(__x) BTFIXUP_CALL(__swp_type)(__x) macro
/arch/frv/include/asm/
H A Dpgtable.h59 #define __swp_type(x) (0) macro
471 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro
/arch/microblaze/include/asm/
H A Dpgtable.h40 #define __swp_type(x) (0) macro
524 #define __swp_type(entry) ((entry).val & 0x3f) macro
/arch/sh/include/asm/
H A Dpgtable_32.h468 #define __swp_type(x) ((x).val & 0x1f) macro
482 #define __swp_type(x) ((x).val & 0xff) macro
/arch/cris/include/asm/
H A Dpgtable.h281 #define __swp_type(x) (((x).val >> 5) & 0x7f) macro
/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h320 #define __swp_type(entry) ((entry).val & 0x1f) macro
/arch/unicore32/include/asm/
H A Dpgtable.h268 #define __swp_type(x) (((x).val >> __SWP_TYPE_SHIFT) \ macro
/arch/alpha/include/asm/
H A Dpgtable.h342 #define __swp_type(x) (((x).val >> 32) & 0xff) macro
/arch/avr32/include/asm/
H A Dpgtable.h343 #define __swp_type(x) (((x).val >> 4) & 0x3f) macro
/arch/hexagon/include/asm/
H A Dpgtable.h494 #define __swp_type(swp_pte) (((swp_pte).val >> 2) & 0x1f) macro
/arch/m32r/include/asm/
H A Dpgtable.h338 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro

Completed in 643 milliseconds

12