Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dschedule.c495 if ( !test_and_clear_bit(_VPF_blocked, &v->pause_flags) ) in vcpu_unblock()
508 clear_bit(_VPF_blocked, &v->pause_flags); in vcpu_unblock()
894 set_bit(_VPF_blocked, &v->pause_flags); in vcpu_block()
901 clear_bit(_VPF_blocked, &v->pause_flags); in vcpu_block()
931 set_bit(_VPF_blocked, &v->pause_flags); in do_poll()
948 !test_bit(_VPF_blocked, &v->pause_flags) || in do_poll()
986 clear_bit(_VPF_blocked, &v->pause_flags); in do_poll()
A Ddomain.c1148 clear_bit(_VPF_blocked, &v->pause_flags); in vcpu_reset()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched.h772 #define _VPF_blocked 0 macro
773 #define VPF_blocked (1UL<<_VPF_blocked)
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c141 if ( test_bit(_VPF_blocked, &v->pause_flags) ) in vmx_pi_switch_from()
198 ASSERT(!test_bit(_VPF_blocked, &v->pause_flags)); in vmx_pi_do_resume()

Completed in 16 milliseconds