Searched refs:_PAGE_NX_BIT (Results 1 – 9 of 9) sorted by relevance
321 #define _PAGE_NX (cpu_has_nx ? _PAGE_NX_BIT : 0)371 uint32_t of = old_flags & (_PAGE_PRESENT|_PAGE_RW|_PAGE_USER|_PAGE_NX_BIT); in perms_strictly_increased()372 uint32_t nf = new_flags & (_PAGE_PRESENT|_PAGE_RW|_PAGE_USER|_PAGE_NX_BIT); in perms_strictly_increased()375 of ^= _PAGE_NX_BIT; in perms_strictly_increased()376 nf ^= _PAGE_NX_BIT; in perms_strictly_increased()
292 (guest_nx_enabled(v) ? 0 : put_pte_flags(_PAGE_NX_BIT))); in guest_rsvd_bits()
100 #define AR_ACCUM_OR (_PAGE_NX_BIT) in guest_walk_tables()369 if ( ar & _PAGE_NX_BIT ) in guest_walk_tables()396 if ( (walk & PFEC_insn_fetch) && (ar & _PAGE_NX_BIT) ) in guest_walk_tables()
96 return flags | _PAGE_NX_BIT; in p2m_type_to_flags()98 return flags | P2M_BASE_FLAGS | _PAGE_NX_BIT; in p2m_type_to_flags()100 flags |= P2M_BASE_FLAGS | _PAGE_RW | _PAGE_NX_BIT; in p2m_type_to_flags()112 return flags | P2M_BASE_FLAGS | _PAGE_RW | _PAGE_NX_BIT; in p2m_type_to_flags()
149 #define _PAGE_NX_BIT (1U<<23) macro
901 l4e_add_flags(l4e, _PAGE_NX_BIT); in subarch_init_memory()
1205 disallowed_flags |= _PAGE_NX_BIT; in __page_fault_type()
1888 (_PAGE_NX_BIT | _PAGE_AVAIL_HIGH | _PAGE_AVAIL | _PAGE_GLOBAL | \
596 pass_thru_flags |= _PAGE_NX_BIT; in _sh_propagate()4841 if ( (sflags & _PAGE_NX_BIT) != (gflags & _PAGE_NX_BIT) ) in sh_audit_flags()
Completed in 30 milliseconds