Searched defs:_PAGE_PRESENT (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/arch/nios2/include/asm/
H A Dpgtable-bits.h30 #define _PAGE_PRESENT (1<<25) /* PTE contains a translation */ macro
/linux-master/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h10 #define _PAGE_PRESENT (1<<10) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-bits.h11 #define _PAGE_PRESENT (1 << 0) macro
/linux-master/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h7 #define _PAGE_PRESENT (1<<0) macro
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-40x.h42 #define _PAGE_PRESENT 0x002 /* software: PTE contains a translation */ macro
H A Dpte-44x.h65 #define _PAGE_PRESENT 0x00000001 /* S: PTE valid */ macro
H A Dpte-85xx.h21 #define _PAGE_PRESENT 0x00002 /* S: PTE contains a translation */ macro
H A Dpte-8xx.h32 #define _PAGE_PRESENT 0x0001 /* V: Page is valid */ macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h27 #define _PAGE_PRESENT (1 << 9) /* PTE/TLB Valid (H) */ macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable-bits.h31 #define _PAGE_PRESENT (_ULCAST_(1) << _PAGE_PRESENT_SHIFT) macro
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpte-e500.h13 #define _PAGE_PRESENT 0x000001 /* software: pte contains a translation */ macro
/linux-master/arch/mips/include/asm/
H A Dpgtable-bits.h154 #define _PAGE_PRESENT (1 << _PAGE_PRESENT_SHIFT) macro
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h9 #define _PAGE_PRESENT 0x001 macro
H A Dsun3_pgtable.h39 #define _PAGE_PRESENT (SUN3_PAGE_VALID) macro
H A Dmcf_pgtable.h55 #define _PAGE_PRESENT (CF_PAGE_VALID) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h45 #define _PAGE_PRESENT (1<<0) macro
[all...]
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h50 #define _PAGE_PRESENT 0x100 /* V-bit : page is valid */ macro
[all...]
/linux-master/arch/um/include/asm/
H A Dpgtable.h13 #define _PAGE_PRESENT 0x001 macro
[all...]
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h142 #define _PAGE_PRESENT _PAGE_CC macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h168 #define _PAGE_PRESENT (_PAGE_HW_VALID | _PAGE_CA_WB | _PAGE_ACCESSED) macro
[all...]
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h21 #define _PAGE_PRESENT 0x001 /* software: pte contains a translation */ macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h147 #define _PAGE_PRESENT 0x002 /* software: PTE contains a translation */ macro
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h200 #define _PAGE_PRESENT (1 << xlate_pabit(_PAGE_PRESENT_BIT)) macro
[all...]
/linux-master/arch/x86/include/asm/
H A Dpgtable_types.h49 #define _PAGE_PRESENT (_AT(pteval_t, 1) << _PAGE_BIT_PRESENT) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h168 #define _PAGE_PRESENT 0x001 /* SW pte present bit */ macro
[all...]

Completed in 356 milliseconds

12