Searched refs:nt (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/asm-x86/ |
A D | p2m.h | 261 p2m_type_t nt); 263 p2m_type_t ot, p2m_type_t nt, 618 p2m_type_t ot, p2m_type_t nt); 623 p2m_type_t ot, p2m_type_t nt); 627 p2m_type_t ot, p2m_type_t nt); 940 static inline int p2m_entry_modify(struct p2m_domain *p2m, p2m_type_t nt, in p2m_entry_modify() argument 945 BUG_ON(level > 1 && (nt == p2m_ioreq_server || nt == p2m_map_foreign)); in p2m_entry_modify() 947 if ( level != 1 || (nt == ot && mfn_eq(nfn, ofn)) ) in p2m_entry_modify() 950 switch ( nt ) in p2m_entry_modify()
|
/xen/xen/arch/x86/mm/ |
A D | p2m.c | 291 p2m->change_entry_type_global(p2m, ot, nt); in change_entry_type_global() 293 if ( ot != nt ) in change_entry_type_global() 294 p2m->global_logdirty = (nt == p2m_ram_logdirty); in change_entry_type_global() 310 change_entry_type_global(hostp2m, ot, nt); in p2m_change_entry_type_global() 323 change_entry_type_global(altp2m, ot, nt); in p2m_change_entry_type_global() 1029 p2m_type_t ot, p2m_type_t nt) in p2m_change_type_one() argument 1038 BUG_ON(p2m_is_grant(ot) || p2m_is_grant(nt)); in p2m_change_type_one() 1039 BUG_ON(p2m_is_foreign(ot) || p2m_is_foreign(nt)); in p2m_change_type_one() 1123 switch ( nt ) in change_type_range() 1150 ASSERT(ot != nt); in p2m_change_type_range() [all …]
|
A D | p2m-pt.c | 421 p2m_type_t ot, nt; in do_recalc() local 428 nt = p2m_recalc_type_range(true, ot, p2m, gfn & mask, gfn | ~mask); in do_recalc() 429 if ( nt != ot ) in do_recalc() 432 unsigned long flags = p2m_type_to_flags(p2m, nt, in do_recalc() 869 p2m_type_t ot, p2m_type_t nt) in p2m_pt_change_entry_type_global() argument 909 p2m_type_t ot, p2m_type_t nt, in p2m_pt_change_entry_type_range() argument
|
A D | p2m-ept.c | 530 p2m_type_t nt; in resolve_misconfig() local 542 nt = p2m_recalc_type(e.recalc, e.sa_p2mt, p2m, gfn + i); in resolve_misconfig() 543 if ( nt != e.sa_p2mt ) in resolve_misconfig() 545 e.sa_p2mt = nt; in resolve_misconfig() 1040 p2m_type_t ot, p2m_type_t nt) in ept_change_entry_type_global() argument 1052 p2m_type_t ot, p2m_type_t nt, in ept_change_entry_type_range() argument
|
Completed in 14 milliseconds