Home
last modified time | relevance | path

Searched refs:_PAGE_NX_BIT (Results 1 – 9 of 9) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dpage.h321 #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()
A Dguest_pt.h292 (guest_nx_enabled(v) ? 0 : put_pte_flags(_PAGE_NX_BIT))); in guest_rsvd_bits()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dguest_walk.c100 #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()
A Dp2m-pt.c96 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()
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/
A Dpage.h149 #define _PAGE_NX_BIT (1U<<23) macro
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmm.c901 l4e_add_flags(l4e, _PAGE_NX_BIT); in subarch_init_memory()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtraps.c1205 disallowed_flags |= _PAGE_NX_BIT; in __page_fault_type()
A Dmm.c1888 (_PAGE_NX_BIT | _PAGE_AVAIL_HIGH | _PAGE_AVAIL | _PAGE_GLOBAL | \
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c596 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 35 milliseconds