Symbol: _PAGE_SWP_EXCLUSIVE
arch/alpha/include/asm/pgtable.h
78
#define _PAGE_SWP_EXCLUSIVE 0x8000000000UL
arch/arc/include/asm/pgtable-bits-arcv2.h
30
#define _PAGE_SWP_EXCLUSIVE _PAGE_DIRTY
arch/csky/abiv1/inc/abi/pgtable-bits.h
14
#define _PAGE_SWP_EXCLUSIVE (1<<9)
arch/csky/abiv2/inc/abi/pgtable-bits.h
14
#define _PAGE_SWP_EXCLUSIVE (1<<7)
arch/hexagon/include/asm/pgtable.h
65
#define _PAGE_SWP_EXCLUSIVE (1<<6)
arch/loongarch/include/asm/pgtable-bits.h
66
#define _PAGE_SWP_EXCLUSIVE (_ULCAST_(1) << _PAGE_SWP_EXCLUSIVE_SHIFT)
arch/m68k/include/asm/mcf_pgtable.h
50
#define _PAGE_SWP_EXCLUSIVE CF_PAGE_NOCACHE
arch/m68k/include/asm/motorola_pgtable.h
45
#define _PAGE_SWP_EXCLUSIVE 0x800
arch/m68k/include/asm/sun3_pgtable.h
75
#define _PAGE_SWP_EXCLUSIVE 0x040
arch/microblaze/include/asm/pgtable.h
158
#define _PAGE_SWP_EXCLUSIVE _PAGE_DIRTY
arch/mips/include/asm/pgtable-32.h
218
#define _PAGE_SWP_EXCLUSIVE (1 << 7)
arch/mips/include/asm/pgtable-32.h
249
#define _PAGE_SWP_EXCLUSIVE (1 << 25)
arch/mips/include/asm/pgtable-32.h
278
#define _PAGE_SWP_EXCLUSIVE (1 << 7)
arch/mips/include/asm/pgtable-32.h
299
#define _PAGE_SWP_EXCLUSIVE (1 << 1)
arch/mips/include/asm/pgtable-64.h
350
#define _PAGE_SWP_EXCLUSIVE (1 << 23)
arch/nios2/include/asm/pgtable-bits.h
35
#define _PAGE_SWP_EXCLUSIVE (1<<31)
arch/openrisc/include/asm/pgtable.h
158
#define _PAGE_SWP_EXCLUSIVE _PAGE_U_SHARED
arch/parisc/include/asm/pgtable.h
213
#define _PAGE_SWP_EXCLUSIVE _PAGE_ACCESSED
arch/powerpc/include/asm/book3s/32/pgtable.h
46
#define _PAGE_SWP_EXCLUSIVE _PAGE_READ
arch/powerpc/include/asm/book3s/64/pgtable.h
668
#define _PAGE_SWP_EXCLUSIVE _PAGE_NON_IDEMPOTENT
arch/powerpc/include/asm/nohash/32/pgtable.h
198
#define _PAGE_SWP_EXCLUSIVE 0x000004
arch/powerpc/include/asm/nohash/64/pgtable.h
199
#define _PAGE_SWP_EXCLUSIVE 0x80
arch/riscv/include/asm/pgtable-bits.h
68
#define _PAGE_SWP_EXCLUSIVE _PAGE_ACCESSED
arch/s390/include/asm/pgtable.h
204
#define _PAGE_SWP_EXCLUSIVE _PAGE_LARGE /* SW pte exclusive swap bit */
arch/sh/include/asm/pgtable_32.h
471
#define _PAGE_SWP_EXCLUSIVE _PAGE_USER
arch/sparc/include/asm/pgtable_64.h
192
#define _PAGE_SWP_EXCLUSIVE _AC(0x0000000000100000, UL)
arch/um/include/asm/pgtable.h
25
#define _PAGE_SWP_EXCLUSIVE 0x400
arch/x86/include/asm/pgtable-2level.h
112
#define _PAGE_SWP_EXCLUSIVE _PAGE_PSE
arch/x86/include/asm/pgtable-3level.h
205
#define _PAGE_SWP_EXCLUSIVE _PAGE_PSE
arch/x86/include/asm/pgtable_64_types.h
196
#define _PAGE_SWP_EXCLUSIVE _PAGE_PWT
arch/xtensa/include/asm/pgtable.h
162
#define _PAGE_SWP_EXCLUSIVE (1<<1)