Home
last modified time | relevance | path

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

12

/arch/mips/include/asm/
Dpgtable-32.h231 #define __swp_offset(x) ((x).val >> 15) macro
242 #define __swp_offset(x) ((x).val >> 9) macro
251 #define __swp_offset(x) ((x).val >> 7) macro
265 #define __swp_offset(x) ((x).val >> 13) macro
Dpgtable-64.h376 #define __swp_offset(x) ((x).val >> 24) macro
/arch/h8300/include/asm/
Dpgtable.h14 #define __swp_offset(x) (0) macro
/arch/m68k/include/asm/
Dpgtable_no.h36 #define __swp_offset(x) (0) macro
Dsun3_pgtable.h211 #define __swp_offset(x) (((x).val) >> 7) macro
Dmcf_pgtable.h393 #define __swp_offset(x) ((x).val >> 11) macro
Dmotorola_pgtable.h270 #define __swp_offset(x) ((x).val >> 12) macro
/arch/arm/include/asm/
Dpgtable-nommu.h46 #define __swp_offset(x) (0) macro
/arch/c6x/include/asm/
Dpgtable.h45 #define __swp_offset(x) (0) macro
/arch/x86/include/asm/
Dpgtable-3level.h259 #define __swp_offset(x) ((x).val >> 5) macro
275 __swp_pteval_entry(__swp_type(x), __swp_offset(x)) })
Dpgtable-2level.h91 #define __swp_offset(x) ((x).val >> SWP_OFFSET_SHIFT) macro
Dpgtable_64.h222 #define __swp_offset(x) (~(x).val << SWP_TYPE_BITS >> SWP_OFFSET_SHIFT) macro
/arch/sh/include/asm/
Dpgtable_32.h462 #define __swp_offset(x) ((x).val >> 5) macro
469 #define __swp_offset(x) ((x).val >> 10) macro
Dpgtable_64.h297 #define __swp_offset(x) ((x).val >> 8) macro
/arch/microblaze/include/asm/
Dpgtable.h40 #define __swp_offset(x) (0) macro
507 #define __swp_offset(entry) ((entry).val >> 6) macro
/arch/nios2/include/asm/
Dpgtable.h284 #define __swp_offset(swp) ((swp).val & 0xfffff) macro
/arch/arc/include/asm/
Dpgtable.h373 #define __swp_offset(pte_lookalike) ((pte_lookalike).val >> 13) macro
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h384 #define __swp_offset(entry) ((entry).val >> 5) macro
/arch/unicore32/include/asm/
Dpgtable.h266 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/arch/hexagon/include/asm/
Dpgtable.h458 #define __swp_offset(swp_pte) \ macro
/arch/csky/include/asm/
Dpgtable.h64 #define __swp_offset(x) ((x).val >> 12) macro
/arch/powerpc/include/asm/nohash/64/
Dpgtable.h350 #define __swp_offset(x) ((x).val >> PTE_RPN_SHIFT) macro
/arch/riscv/include/asm/
Dpgtable.h426 #define __swp_offset(x) ((x).val >> __SWP_OFFSET_SHIFT) macro
/arch/alpha/include/asm/
Dpgtable.h342 #define __swp_offset(x) ((x).val >> 40) macro
/arch/um/include/asm/
Dpgtable.h353 #define __swp_offset(x) ((x).val >> 11) macro

12