Home
last modified time | relevance | path

Searched refs:KVM_REQUEST_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dkvm_host.h119 #define KVM_REQUEST_MASK GENMASK(7,0) macro
1139 set_bit(req & KVM_REQUEST_MASK, (void *)&vcpu->requests); in kvm_make_request()
1149 return test_bit(req & KVM_REQUEST_MASK, (void *)&vcpu->requests); in kvm_test_request()
1154 clear_bit(req & KVM_REQUEST_MASK, (void *)&vcpu->requests); in kvm_clear_request()
/Linux-v4.19/Documentation/virtual/kvm/
Dvcpu-requests.rst98 clear_bit(KVM_REQ_UNHALT & KVM_REQUEST_MASK, &vcpu->requests);
137 KVM_REQUEST_MASK section in VCPU Request Internals
140 VCPU requests should be masked by KVM_REQUEST_MASK before using them with