Home
last modified time | relevance | path

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

12

/arch/mips/include/asm/
Dpgtable-32.h181 #define __swp_offset(x) ((x).val >> 15) macro
192 #define __swp_offset(x) ((x).val >> 9) macro
201 #define __swp_offset(x) ((x).val >> 7) macro
215 #define __swp_offset(x) ((x).val >> 13) macro
Dpgtable-64.h293 #define __swp_offset(x) ((x).val >> 24) macro
/arch/m68k/include/asm/
Dpgtable_no.h35 #define __swp_offset(x) (0) macro
Dsun3_pgtable.h210 #define __swp_offset(x) (((x).val) >> 7) macro
/arch/h8300/include/asm/
Dpgtable.h13 #define __swp_offset(x) (0) macro
/arch/arm/include/asm/
Dpgtable-nommu.h49 #define __swp_offset(x) (0) macro
/arch/c6x/include/asm/
Dpgtable.h48 #define __swp_offset(x) (0) macro
/arch/x86/include/asm/
Dpgtable-2level.h73 #define __swp_offset(x) ((x).val >> SWP_OFFSET_SHIFT) macro
Dpgtable-3level.h182 #define __swp_offset(x) ((x).val >> 5) macro
Dpgtable_64.h188 #define __swp_offset(x) ((x).val >> SWP_OFFSET_FIRST_BIT) macro
/arch/blackfin/include/asm/
Dpgtable.h43 #define __swp_offset(x) (0) macro
/arch/sh/include/asm/
Dpgtable_32.h461 #define __swp_offset(x) ((x).val >> 5) macro
468 #define __swp_offset(x) ((x).val >> 10) macro
Dpgtable_64.h300 #define __swp_offset(x) ((x).val >> 8) macro
/arch/microblaze/include/asm/
Dpgtable.h38 #define __swp_offset(x) (0) macro
507 #define __swp_offset(entry) ((entry).val >> 6) macro
/arch/frv/include/asm/
Dpgtable.h60 #define __swp_offset(x) (0) macro
467 #define __swp_offset(x) ((x).val >> 7) macro
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h326 #define __swp_offset(entry) ((entry).val >> 5) macro
/arch/cris/include/asm/
Dpgtable.h278 #define __swp_offset(x) ((x).val >> 12) macro
/arch/nios2/include/asm/
Dpgtable.h284 #define __swp_offset(swp) ((swp).val & 0xfffff) macro
/arch/unicore32/include/asm/
Dpgtable.h270 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/arch/metag/include/asm/
Dpgtable.h229 #define __swp_offset(x) ((x).val >> 10) macro
/arch/m32r/include/asm/
Dpgtable.h328 #define __swp_offset(x) ((x).val >> 10) macro
/arch/arc/include/asm/
Dpgtable.h381 #define __swp_offset(pte_lookalike) ((pte_lookalike).val << 13) macro
/arch/score/include/asm/
Dpgtable.h163 #define __swp_offset(x) ((x).val >> 10) macro
/arch/avr32/include/asm/
Dpgtable.h331 #define __swp_offset(x) ((x).val >> 11) macro
/arch/hexagon/include/asm/
Dpgtable.h475 #define __swp_offset(swp_pte) \ macro

12