Home
last modified time | relevance | path

Searched defs:__swp_offset (Results 1 – 25 of 37) sorted by relevance

12

/linux-3.3/arch/mips/include/asm/
Dpgtable-32.h147 #define __swp_offset(x) ((x).val >> 15) macro
170 #define __swp_offset(x) ((x).val >> 7) macro
175 #define __swp_offset(x) ((x).val >> 13) macro
Dpgtable-64.h276 #define __swp_offset(x) ((x).val >> 40) macro
/linux-3.3/arch/m68k/include/asm/
Dpgtable_no.h35 #define __swp_offset(x) (0) macro
Dsun3_pgtable.h225 #define __swp_offset(x) (((x).val) >> 7) macro
Dmotorola_pgtable.h284 #define __swp_offset(x) ((x).val >> 12) macro
/linux-3.3/arch/h8300/include/asm/
Dpgtable.h31 #define __swp_offset(x) (0) macro
/linux-3.3/arch/x86/include/asm/
Dpgtable-2level.h104 #define __swp_offset(x) ((x).val >> SWP_OFFSET_SHIFT) macro
Dpgtable-3level.h137 #define __swp_offset(x) ((x).val >> 5) macro
Dpgtable_64.h160 #define __swp_offset(x) ((x).val >> SWP_OFFSET_SHIFT) macro
/linux-3.3/arch/c6x/include/asm/
Dpgtable.h48 #define __swp_offset(x) (0) macro
/linux-3.3/arch/arm/include/asm/
Dpgtable-nommu.h49 #define __swp_offset(x) (0) macro
Dpgtable.h265 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/linux-3.3/arch/blackfin/include/asm/
Dpgtable.h43 #define __swp_offset(x) (0) macro
/linux-3.3/arch/sh/include/asm/
Dpgtable_32.h469 #define __swp_offset(x) ((x).val >> 5) macro
483 #define __swp_offset(x) ((x).val >> 10) macro
Dpgtable_64.h305 #define __swp_offset(x) ((x).val >> 8) macro
/linux-3.3/arch/powerpc/include/asm/
Dpgtable-ppc32.h321 #define __swp_offset(entry) ((entry).val >> 5) macro
/linux-3.3/arch/microblaze/include/asm/
Dpgtable.h41 #define __swp_offset(x) (0) macro
526 #define __swp_offset(entry) ((entry).val >> 6) macro
/linux-3.3/arch/frv/include/asm/
Dpgtable.h60 #define __swp_offset(x) (0) macro
472 #define __swp_offset(x) ((x).val >> 8) macro
/linux-3.3/arch/cris/include/asm/
Dpgtable.h282 #define __swp_offset(x) ((x).val >> 12) macro
/linux-3.3/arch/unicore32/include/asm/
Dpgtable.h270 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/linux-3.3/arch/score/include/asm/
Dpgtable.h175 #define __swp_offset(x) ((x).val >> 11) macro
/linux-3.3/arch/um/include/asm/
Dpgtable.h350 #define __swp_offset(x) ((x).val >> 11) macro
/linux-3.3/arch/hexagon/include/asm/
Dpgtable.h496 #define __swp_offset(swp_pte) \ macro
/linux-3.3/arch/m32r/include/asm/
Dpgtable.h339 #define __swp_offset(x) ((x).val >> 10) macro
/linux-3.3/arch/tile/include/asm/
Dpgtable.h298 #define __swp_offset(swp) ((swp).val >> 5) macro

12