Home
last modified time | relevance | path

Searched refs:_PAGE_P (Results 1 – 7 of 7) sorted by relevance

/arch/avr32/include/asm/
Dpgtable.h149 #define _PAGE_P(x) _PAGE_NORMAL((x) & ~(_PAGE_RW | _PAGE_DIRTY)) macro
152 #define PAGE_COPY _PAGE_P(PAGE_WRITE | PAGE_READ)
167 #define __P001 _PAGE_P(PAGE_READ)
168 #define __P010 _PAGE_P(PAGE_WRITE)
169 #define __P011 _PAGE_P(PAGE_WRITE | PAGE_READ)
170 #define __P100 _PAGE_P(PAGE_EXEC)
171 #define __P101 _PAGE_P(PAGE_EXEC | PAGE_READ)
172 #define __P110 _PAGE_P(PAGE_EXEC | PAGE_WRITE)
173 #define __P111 _PAGE_P(PAGE_EXEC | PAGE_WRITE | PAGE_READ)
/arch/alpha/include/asm/
Dpgtable.h109 #define _PAGE_P(x) _PAGE_NORMAL((x) | (((x) & _PAGE_FOW)?0:_PAGE_FOW)) macro
120 #define __P000 _PAGE_P(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR)
121 #define __P001 _PAGE_P(_PAGE_FOE | _PAGE_FOW)
122 #define __P010 _PAGE_P(_PAGE_FOE)
123 #define __P011 _PAGE_P(_PAGE_FOE)
124 #define __P100 _PAGE_P(_PAGE_FOW | _PAGE_FOR)
125 #define __P101 _PAGE_P(_PAGE_FOW)
126 #define __P110 _PAGE_P(0)
127 #define __P111 _PAGE_P(0)
/arch/ia64/include/asm/
Dpgtable.h32 #define _PAGE_P (1 << _PAGE_P_BIT) /* page present bit */ macro
65 #define _PAGE_CHG_MASK (_PAGE_P | _PAGE_PROTNONE | _PAGE_PL_MASK | _PAGE_AR_MASK | _PAGE_ED)
80 #define __ACCESS_BITS _PAGE_ED | _PAGE_A | _PAGE_P | _PAGE_MA_WB
81 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB
268 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE))
329 ((pte_val(pte) & (_PAGE_P | _PAGE_PL_MASK | _PAGE_AR_RX)) == \
330 (_PAGE_P | _PAGE_PL_3 | _PAGE_AR_RX))
/arch/ia64/mm/
Dhugetlbpage.c73 #define mk_pte_huge(entry) { pte_val(entry) |= _PAGE_P; }
/arch/ia64/kvm/
Dvcpu.h371 #define PHY_PAGE_UC (_PAGE_A|_PAGE_D|_PAGE_P|_PAGE_MA_UC|_PAGE_AR_RWX)
372 #define PHY_PAGE_WB (_PAGE_A|_PAGE_D|_PAGE_P|_PAGE_MA_WB|_PAGE_AR_RWX)
Dprocess.c859 if (!(pteval & _PAGE_P)) { in kvm_page_fault()
898 if (pteval & _PAGE_P) { in kvm_page_fault()
/arch/ia64/kernel/
Defi.c655 _PAGE_P | in efi_enter_virtual_mode()
668 _PAGE_P | in efi_enter_virtual_mode()