Home
last modified time | relevance | path

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

/xen/xen/arch/x86/mm/
A Dp2m.c213 for ( i = 0; i < MAX_ALTP2M; i++ ) in p2m_teardown_altp2m()
230 for ( i = 0; i < MAX_ALTP2M; i++ ) in p2m_init_altp2m()
317 for ( i = 0; i < MAX_ALTP2M; i++ ) in p2m_change_entry_type_global()
352 for ( i = 0; i < MAX_ALTP2M; i++ ) in p2m_memory_type_changed()
2005 if ( idx >= MAX_ALTP2M ) in p2m_switch_vcpu_altp2m_by_id()
2107 ASSERT(idx < MAX_ALTP2M); in p2m_reset_altp2m()
2133 for ( i = 0; i < MAX_ALTP2M; i++ ) in p2m_flush_altp2m()
2149 ASSERT(idx < MAX_ALTP2M); in p2m_activate_altp2m()
2216 for ( i = 0; i < MAX_ALTP2M; i++ ) in p2m_init_next_altp2m()
2276 if ( idx >= MAX_ALTP2M ) in p2m_switch_domain_altp2m_by_id()
[all …]
A Dmem_access.c519 for ( i = 0; i < MAX_ALTP2M; i++ ) in arch_p2m_set_access_required()
A Dp2m-ept.c1181 for ( i = 0; i < MAX_ALTP2M; i++ ) in ept_set_ad_sync()
1405 for ( i = 0; i < MAX_ALTP2M; i++ ) in p2m_find_altp2m_by_eptp()
A Dmem_sharing.c872 for ( i = 0; i < MAX_ALTP2M; i++ ) in nominate_page()
/xen/xen/include/asm-x86/
A Ddomain.h250 #define MAX_ALTP2M 10 /* arbitrary */ macro
339 struct p2m_domain *altp2m_p2m[MAX_ALTP2M];
A Dp2m.h854 BUG_ON(index >= MAX_ALTP2M); in p2m_get_altp2m()
/xen/xen/arch/x86/mm/hap/
A Dhap.c507 for ( i = 0; i < MAX_ALTP2M; i++ ) in hap_enable()
545 for ( i = 0; i < MAX_ALTP2M; i++ ) in hap_final_teardown()
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c3763 BUG_ON(idx >= MAX_ALTP2M); in vmx_vmexit_handler()
4453 for ( i = 0; i < MAX_ALTP2M; ++i ) in vmx_vmenter_helper()
/xen/xen/arch/x86/hvm/
A Dhvm.c5163 if ( p2midx >= MAX_ALTP2M ) in hvm_fast_singlestep()

Completed in 100 milliseconds