| /Linux-v5.15/arch/nios2/include/asm/ | 
| D | pgtable-bits.h | 30 #define _PAGE_PRESENT	(1<<25)	/* PTE contains a translation */  macro
 | 
| /Linux-v5.15/arch/riscv/include/asm/ | 
| D | pgtable-bits.h | 17 #define _PAGE_PRESENT   (1 << 0)  macro
 | 
| /Linux-v5.15/arch/csky/abiv2/inc/abi/ | 
| D | pgtable-bits.h | 10 #define _PAGE_PRESENT		(1<<10)  macro
 | 
| /Linux-v5.15/arch/csky/abiv1/inc/abi/ | 
| D | pgtable-bits.h | 7 #define _PAGE_PRESENT		(1<<0)  macro
 | 
| /Linux-v5.15/arch/powerpc/include/asm/nohash/32/ | 
| D | pte-44x.h | 75 #define _PAGE_PRESENT	0x00000001		/* S: PTE valid */  macro
 | 
| D | pte-fsl-booke.h | 20 #define _PAGE_PRESENT	0x00001	/* S: PTE contains a translation */  macro
 | 
| D | pte-40x.h | 42 #define _PAGE_PRESENT	0x002	/* software: PTE contains a translation */  macro
 | 
| D | pte-8xx.h | 32 #define _PAGE_PRESENT	0x0001	/* V: Page is valid */  macro
 | 
| /Linux-v5.15/arch/powerpc/include/asm/nohash/ | 
| D | pte-book3e.h | 13 #define _PAGE_PRESENT	0x000001 /* software: pte contains a translation */  macro
 | 
| /Linux-v5.15/arch/arc/include/asm/ | 
| D | pgtable-bits-arcv2.h | 27 #define _PAGE_PRESENT		(1 << 9)  /* PTE/TLB Valid (H) */  macro
 | 
| /Linux-v5.15/arch/mips/include/asm/ | 
| D | pgtable-bits.h | 154 #define _PAGE_PRESENT		(1 << _PAGE_PRESENT_SHIFT)  macro
 | 
| /Linux-v5.15/arch/m68k/include/asm/ | 
| D | sun3_pgtable.h | 39 #define _PAGE_PRESENT	(SUN3_PAGE_VALID)  macro
 | 
| D | motorola_pgtable.h | 9 #define _PAGE_PRESENT	0x001  macro
 | 
| D | mcf_pgtable.h | 52 #define _PAGE_PRESENT	(CF_PAGE_VALID)  macro
 | 
| /Linux-v5.15/arch/hexagon/include/asm/ | 
| D | pgtable.h | 45 #define _PAGE_PRESENT	(1<<0)  macro
 | 
| /Linux-v5.15/arch/um/include/asm/ | 
| D | pgtable.h | 13 #define _PAGE_PRESENT	0x001  macro
 | 
| /Linux-v5.15/arch/openrisc/include/asm/ | 
| D | pgtable.h | 142 #define _PAGE_PRESENT  _PAGE_CC  macro
 | 
| /Linux-v5.15/arch/microblaze/include/asm/ | 
| D | pgtable.h | 147 #define _PAGE_PRESENT	0x002	/* software: PTE contains a translation */  macro
 | 
| /Linux-v5.15/arch/xtensa/include/asm/ | 
| D | pgtable.h | 165 #define _PAGE_PRESENT	   (_PAGE_HW_VALID | _PAGE_CA_WB | _PAGE_ACCESSED)  macro
 | 
| /Linux-v5.15/arch/sh/include/asm/ | 
| D | pgtable_32.h | 50 #define _PAGE_PRESENT	0x100		/* V-bit   : page is valid */  macro
 | 
| /Linux-v5.15/arch/powerpc/include/asm/book3s/32/ | 
| D | pgtable.h | 21 #define _PAGE_PRESENT	0x001	/* software: pte contains a translation */  macro
 | 
| /Linux-v5.15/arch/parisc/include/asm/ | 
| D | pgtable.h | 214 #define _PAGE_PRESENT  (1 << xlate_pabit(_PAGE_PRESENT_BIT))  macro
 | 
| /Linux-v5.15/arch/x86/include/asm/ | 
| D | pgtable_types.h | 41 #define _PAGE_PRESENT	(_AT(pteval_t, 1) << _PAGE_BIT_PRESENT)  macro
 | 
| /Linux-v5.15/arch/powerpc/include/asm/book3s/64/ | 
| D | pgtable.h | 45 #define _PAGE_PRESENT		0x8000000000000000UL	/* pte contains a translation */  macro
 | 
| /Linux-v5.15/arch/s390/include/asm/ | 
| D | pgtable.h | 170 #define _PAGE_PRESENT	0x001		/* SW pte present bit */  macro
 |