Searched refs:_VPF_blocked (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | schedule.c | 495 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 D | domain.c | 1148 clear_bit(_VPF_blocked, &v->pause_flags); in vcpu_reset()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | sched.h | 772 #define _VPF_blocked 0 macro 773 #define VPF_blocked (1UL<<_VPF_blocked)
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 141 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