Home
last modified time | relevance | path

Searched refs:ot (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m.c271 ASSERT(ot != nt); in p2m_change_entry_type_global()
772 p2m_type_t ot; in guest_physmap_add_entry() local
844 if ( p2m_is_grant(ot) || p2m_is_foreign(ot) ) in guest_physmap_add_entry()
852 else if ( p2m_is_ram(ot) && !p2m_is_paged(ot) ) in guest_physmap_add_entry()
862 else if ( p2m_is_paging(ot) && (ot != p2m_ram_paging_out) ) in guest_physmap_add_entry()
892 if ( p2m_is_ram(ot) && !p2m_is_paged(ot) ) in guest_physmap_add_entry()
962 rc = likely(pt == ot) in p2m_change_type_one()
981 ASSERT(ot != nt); in p2m_change_type_range()
1084 p2m_type_t ot; in set_typed_p2m_entry() local
1100 if ( p2m_is_grant(ot) || p2m_is_foreign(ot) ) in set_typed_p2m_entry()
[all …]
A Dp2m-pt.c418 p2m_type_t ot, nt; in do_recalc() local
424 ot = p2m_flags_to_type(l1e_get_flags(e)); in do_recalc()
425 nt = p2m_recalc_type_range(true, ot, p2m, gfn & mask, gfn | ~mask); in do_recalc()
426 if ( nt != ot ) in do_recalc()
444 if ( ot == p2m_ioreq_server ) in do_recalc()
904 p2m_type_t ot, p2m_type_t nt) in p2m_pt_change_entry_type_global() argument
936 p2m_type_t ot, p2m_type_t nt, in p2m_pt_change_entry_type_range() argument
A Dp2m-pod.c1311 p2m_type_t ot; in guest_physmap_mark_populate_on_demand() local
1315 p2m->get_entry(p2m, gfn_add(gfn, i), &ot, &a, 0, &cur_order, NULL); in guest_physmap_mark_populate_on_demand()
1317 if ( p2m_is_ram(ot) ) in guest_physmap_mark_populate_on_demand()
1319 P2M_DEBUG("gfn_to_mfn returned type %d!\n", ot); in guest_physmap_mark_populate_on_demand()
1323 else if ( ot == p2m_populate_on_demand ) in guest_physmap_mark_populate_on_demand()
A Dp2m-ept.c1077 p2m_type_t ot, p2m_type_t nt) in ept_change_entry_type_global() argument
1089 p2m_type_t ot, p2m_type_t nt, in ept_change_entry_type_range() argument
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dp2m.h256 p2m_type_t ot,
259 p2m_type_t ot, p2m_type_t nt,
601 p2m_type_t ot, p2m_type_t nt);
606 p2m_type_t ot, p2m_type_t nt);
610 p2m_type_t ot, p2m_type_t nt);

Completed in 15 milliseconds