Symbol: _PAGE_PRESENT
arch/arc/include/asm/pgtable-bits-arcv2.h
27
#define _PAGE_PRESENT (1 << 9) /* PTE/TLB Valid (H) */
arch/csky/abiv1/inc/abi/pgtable-bits.h
7
#define _PAGE_PRESENT (1<<0)
arch/csky/abiv2/inc/abi/pgtable-bits.h
10
#define _PAGE_PRESENT (1<<10)
arch/hexagon/include/asm/pgtable.h
45
#define _PAGE_PRESENT (1<<0)
arch/loongarch/include/asm/pgtable-bits.h
52
#define _PAGE_PRESENT (_ULCAST_(1) << _PAGE_PRESENT_SHIFT)
arch/m68k/include/asm/mcf_pgtable.h
55
#define _PAGE_PRESENT (CF_PAGE_VALID)
arch/m68k/include/asm/motorola_pgtable.h
9
#define _PAGE_PRESENT 0x001
arch/m68k/include/asm/sun3_pgtable.h
39
#define _PAGE_PRESENT (SUN3_PAGE_VALID)
arch/microblaze/include/asm/pgtable.h
146
#define _PAGE_PRESENT 0x002 /* software: PTE contains a translation */
arch/mips/include/asm/pgtable-bits.h
154
#define _PAGE_PRESENT (1 << _PAGE_PRESENT_SHIFT)
arch/nios2/include/asm/pgtable-bits.h
30
#define _PAGE_PRESENT (1<<25) /* PTE contains a translation */
arch/openrisc/include/asm/pgtable.h
142
#define _PAGE_PRESENT _PAGE_CC
arch/parisc/include/asm/pgtable.h
200
#define _PAGE_PRESENT (1 << xlate_pabit(_PAGE_PRESENT_BIT))
arch/powerpc/include/asm/book3s/32/pgtable.h
21
#define _PAGE_PRESENT 0x001 /* software: pte contains a translation */
arch/powerpc/include/asm/book3s/64/pgtable.h
42
#define _PAGE_PRESENT 0x8000000000000000UL /* pte contains a translation */
arch/powerpc/include/asm/nohash/32/pte-44x.h
65
#define _PAGE_PRESENT 0x00000001 /* S: PTE valid */
arch/powerpc/include/asm/nohash/32/pte-8xx.h
32
#define _PAGE_PRESENT 0x0001 /* V: Page is valid */
arch/powerpc/include/asm/nohash/pte-e500.h
13
#define _PAGE_PRESENT 0x000001 /* software: pte contains a translation */
arch/riscv/include/asm/pgtable-bits.h
11
#define _PAGE_PRESENT (1 << 0)
arch/s390/include/asm/pgtable.h
188
#define _PAGE_PRESENT 0x001 /* SW pte present bit */
arch/sh/include/asm/pgtable_32.h
50
#define _PAGE_PRESENT 0x100 /* V-bit : page is valid */
arch/um/include/asm/pgtable.h
14
#define _PAGE_PRESENT 0x001
arch/x86/include/asm/pgtable_types.h
51
#define _PAGE_PRESENT (_AT(pteval_t, 1) << _PAGE_BIT_PRESENT)
arch/xtensa/include/asm/pgtable.h
167
#define _PAGE_PRESENT (_PAGE_HW_VALID | _PAGE_CA_WB | _PAGE_ACCESSED)
tools/testing/selftests/kvm/include/loongarch/processor.h
60
#define _PAGE_PRESENT BIT_ULL(_PAGE_PRESENT_SHIFT)