Searched refs:ot (Results 1 – 5 of 5) sorted by relevance
/xen/xen/arch/x86/mm/ |
A D | p2m.c | 293 if ( ot != nt ) in change_entry_type_global() 880 p2m_type_t ot; in guest_physmap_add_entry() local 938 if ( p2m_is_grant(ot) || p2m_is_foreign(ot) ) in guest_physmap_add_entry() 946 else if ( p2m_is_ram(ot) && !p2m_is_paged(ot) ) in guest_physmap_add_entry() 956 else if ( p2m_is_paging(ot) && (ot != p2m_ram_paging_out) ) in guest_physmap_add_entry() 987 if ( p2m_is_ram(ot) && !p2m_is_paged(ot) ) in guest_physmap_add_entry() 1044 rc = likely(pt == ot) in p2m_change_type_one() 1150 ASSERT(ot != nt); in p2m_change_type_range() 1270 p2m_type_t ot; in set_typed_p2m_entry() local 1286 if ( p2m_is_grant(ot) || p2m_is_foreign(ot) ) in set_typed_p2m_entry() [all …]
|
A D | p2m-pt.c | 421 p2m_type_t ot, nt; in do_recalc() local 427 ot = p2m_flags_to_type(l1e_get_flags(e)); in do_recalc() 428 nt = p2m_recalc_type_range(true, ot, p2m, gfn & mask, gfn | ~mask); in do_recalc() 429 if ( nt != ot ) 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-pod.c | 1289 p2m_type_t ot; in guest_physmap_mark_populate_on_demand() local 1293 p2m->get_entry(p2m, gfn_add(gfn, i), &ot, &a, 0, &cur_order, NULL); in guest_physmap_mark_populate_on_demand() 1295 if ( p2m_is_ram(ot) ) in guest_physmap_mark_populate_on_demand() 1297 P2M_DEBUG("gfn_to_mfn returned type %d!\n", ot); in guest_physmap_mark_populate_on_demand() 1301 else if ( ot == p2m_populate_on_demand ) in guest_physmap_mark_populate_on_demand()
|
A D | p2m-ept.c | 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
|
/xen/xen/include/asm-x86/ |
A D | p2m.h | 260 p2m_type_t ot, 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); 941 p2m_type_t ot, mfn_t nfn, mfn_t ofn, in p2m_entry_modify() argument 947 if ( level != 1 || (nt == ot && mfn_eq(nfn, ofn)) ) in p2m_entry_modify() 976 switch ( ot ) in p2m_entry_modify()
|
Completed in 17 milliseconds