Searched refs:_PAGE_P (Results 1 – 5 of 5) sorted by relevance
145 #define _PAGE_P(x) _PAGE_NORMAL((x) & ~(_PAGE_RW | _PAGE_DIRTY)) macro148 #define PAGE_COPY _PAGE_P(PAGE_WRITE | PAGE_READ)163 #define __P001 _PAGE_P(PAGE_READ)164 #define __P010 _PAGE_P(PAGE_WRITE)165 #define __P011 _PAGE_P(PAGE_WRITE | PAGE_READ)166 #define __P100 _PAGE_P(PAGE_EXEC)167 #define __P101 _PAGE_P(PAGE_EXEC | PAGE_READ)168 #define __P110 _PAGE_P(PAGE_EXEC | PAGE_WRITE)169 #define __P111 _PAGE_P(PAGE_EXEC | PAGE_WRITE | PAGE_READ)
108 #define _PAGE_P(x) _PAGE_NORMAL((x) | (((x) & _PAGE_FOW)?0:_PAGE_FOW)) macro119 #define __P000 _PAGE_P(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR)120 #define __P001 _PAGE_P(_PAGE_FOE | _PAGE_FOW)121 #define __P010 _PAGE_P(_PAGE_FOE)122 #define __P011 _PAGE_P(_PAGE_FOE)123 #define __P100 _PAGE_P(_PAGE_FOW | _PAGE_FOR)124 #define __P101 _PAGE_P(_PAGE_FOW)125 #define __P110 _PAGE_P(0)126 #define __P111 _PAGE_P(0)
32 #define _PAGE_P (1 << _PAGE_P_BIT) /* page present bit */ macro62 #define _PAGE_CHG_MASK (_PAGE_P | _PAGE_PROTNONE | _PAGE_PL_MASK | _PAGE_AR_MASK | _PAGE_ED)77 #define __ACCESS_BITS _PAGE_ED | _PAGE_A | _PAGE_P | _PAGE_MA_WB78 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB265 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE))325 ((pte_val(pte) & (_PAGE_P | _PAGE_PL_MASK | _PAGE_AR_RX)) == \326 (_PAGE_P | _PAGE_PL_3 | _PAGE_AR_RX))
73 #define mk_pte_huge(entry) { pte_val(entry) |= _PAGE_P; }
630 _PAGE_P | in efi_enter_virtual_mode()643 _PAGE_P | in efi_enter_virtual_mode()