Home
last modified time | relevance | path

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

12

/arch/nios2/include/asm/
Dpgtable-bits.h30 #define _PAGE_PRESENT (1<<25) /* PTE contains a translation */ macro
/arch/powerpc/include/asm/
Dpte-44x.h74 #define _PAGE_PRESENT 0x00000001 /* S: PTE valid */ macro
Dpte-fsl-booke.h19 #define _PAGE_PRESENT 0x00001 /* S: PTE contains a translation */ macro
Dpte-hash32.h19 #define _PAGE_PRESENT 0x001 /* software: pte contains a translation */ macro
Dpte-hash64.h17 #define _PAGE_PRESENT 0x0001 /* software: pte contains a translation */ macro
Dpte-40x.h41 #define _PAGE_PRESENT 0x002 /* software: PTE contains a translation */ macro
Dpte-8xx.h31 #define _PAGE_PRESENT 0x0001 /* Page is valid */ macro
Dpte-book3e.h12 #define _PAGE_PRESENT 0x000001 /* software: pte contains a translation */ macro
/arch/score/include/asm/
Dpgtable-bits.h7 #define _PAGE_PRESENT (1<<9) /* implemented in software */ macro
/arch/mips/include/asm/
Dpgtable-bits.h57 #define _PAGE_PRESENT (1 << _PAGE_PRESENT_SHIFT) macro
80 #define _PAGE_PRESENT (1 << _PAGE_PRESENT_SHIFT) macro
114 #define _PAGE_PRESENT (1 << _PAGE_PRESENT_SHIFT) macro
/arch/metag/include/asm/
Dpgtable-bits.h16 #define _PAGE_PRESENT MMCU_ENTRY_VAL_BIT macro
/arch/cris/include/arch-v10/arch/
Dmmu.h60 #define _PAGE_PRESENT (1<<4) /* page present in memory */ macro
/arch/cris/include/arch-v32/arch/
Dmmu.h55 #define _PAGE_PRESENT (1 << 5) /* Page is present in memory. */ macro
/arch/arc/include/asm/
Dpgtable.h67 #define _PAGE_PRESENT (1<<10) /* TLB entry is valid (H) */ macro
84 #define _PAGE_PRESENT (1<<9) /* TLB entry is valid (H) */ macro
/arch/sh/include/asm/
Dpgtable_64.h109 #define _PAGE_PRESENT 0x004 /* software: page referenced */ macro
Dpgtable_32.h49 #define _PAGE_PRESENT 0x100 /* V-bit : page is valid */ macro
/arch/hexagon/include/asm/
Dpgtable.h60 #define _PAGE_PRESENT (1<<0) macro
/arch/m68k/include/asm/
Dsun3_pgtable.h38 #define _PAGE_PRESENT (SUN3_PAGE_VALID) macro
Dmotorola_pgtable.h8 #define _PAGE_PRESENT 0x001 macro
Dmcf_pgtable.h51 #define _PAGE_PRESENT (CF_PAGE_VALID) macro
/arch/um/include/asm/
Dpgtable.h13 #define _PAGE_PRESENT 0x001 macro
/arch/m32r/include/asm/
Dpgtable.h94 #define _PAGE_PRESENT (1UL << _PAGE_BIT_PRESENT) macro
/arch/avr32/include/asm/
Dpgtable.h100 #define _PAGE_PRESENT (1 << _PAGE_BIT_PRESENT) macro
/arch/openrisc/include/asm/
Dpgtable.h147 #define _PAGE_PRESENT _PAGE_CC macro
/arch/x86/include/asm/
Dpgtable_types.h34 #define _PAGE_PRESENT (_AT(pteval_t, 1) << _PAGE_BIT_PRESENT) macro

12