Home
last modified time | relevance | path

Searched refs:update_runstate_area (Results 1 – 4 of 4) sorted by relevance

/xen/xen/arch/arm/
A Ddomain.c279 static void update_runstate_area(struct vcpu *v) in update_runstate_area() function
322 update_runstate_area(current); in schedule_tail()
351 update_runstate_area(prev); in context_switch()
/xen/xen/arch/x86/pv/
A Ddomain.c436 if ( v->arch.pv.need_update_runstate_area && update_runstate_area(v) ) in _toggle_guest_pt()
/xen/xen/include/asm-x86/
A Ddomain.h659 bool update_runstate_area(struct vcpu *);
/xen/xen/arch/x86/
A Ddomain.c1573 bool update_runstate_area(struct vcpu *v) in update_runstate_area() function
1626 if ( !update_runstate_area(v) && is_pv_vcpu(v) && in _update_runstate_area()

Completed in 12 milliseconds