Home
last modified time | relevance | path

Searched defs:_PAGE_PRESENT (Results 1 – 20 of 20) sorted by relevance

/linux/arch/nios2/include/asm/
H A Dpgtable-bits.h30 #define _PAGE_PRESENT (1<<25) /* PTE contains a translation */ macro
/linux/arch/riscv/include/asm/
H A Dpgtable-bits.h11 #define _PAGE_PRESENT (1 << 0) macro
/linux/arch/powerpc/include/asm/nohash/32/
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
/linux/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h10 #define _PAGE_PRESENT (1<<10) macro
/linux/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h7 #define _PAGE_PRESENT (1<<0) macro
/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h27 #define _PAGE_PRESENT (1 << 9) /* PTE/TLB Valid (H) */ macro
/linux/arch/powerpc/include/asm/nohash/
H A Dpte-e500.h13 #define _PAGE_PRESENT 0x000001 /* software: pte contains a translation */ macro
/linux/arch/mips/include/asm/
H A Dpgtable-bits.h154 #define _PAGE_PRESENT (1 << _PAGE_PRESENT_SHIFT) macro
/linux/tools/testing/selftests/kvm/include/loongarch/
H A Dprocessor.h60 #define _PAGE_PRESENT BIT_ULL(_PAGE_PRESENT_SHIFT) macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h39 #define _PAGE_PRESENT (SUN3_PAGE_VALID) macro
H A Dmotorola_pgtable.h9 #define _PAGE_PRESENT 0x001 macro
H A Dmcf_pgtable.h55 #define _PAGE_PRESENT (CF_PAGE_VALID) macro
/linux/arch/hexagon/include/asm/
H A Dpgtable.h45 #define _PAGE_PRESENT (1<<0) macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h147 #define _PAGE_PRESENT 0x002 /* software: PTE contains a translation */ macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h168 #define _PAGE_PRESENT (_PAGE_HW_VALID | _PAGE_CA_WB | _PAGE_ACCESSED) macro
/linux/arch/sh/include/asm/
H A Dpgtable_32.h50 #define _PAGE_PRESENT 0x100 /* V-bit : page is valid */ macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h21 #define _PAGE_PRESENT 0x001 /* software: pte contains a translation */ macro
/linux/arch/x86/include/asm/
H A Dpgtable_types.h51 #define _PAGE_PRESENT (_AT(pteval_t, 1) << _PAGE_BIT_PRESENT) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h42 #define _PAGE_PRESENT 0x8000000000000000UL /* pte contains a translation */ macro