Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dkvm_host.h138 #define KVM_REQUEST_MASK GENMASK(7,0) macro
1202 set_bit(req & KVM_REQUEST_MASK, (void *)&vcpu->requests); in kvm_make_request()
1212 return test_bit(req & KVM_REQUEST_MASK, (void *)&vcpu->requests); in kvm_test_request()
1217 clear_bit(req & KVM_REQUEST_MASK, (void *)&vcpu->requests); in kvm_clear_request()
/Linux-v5.4/Documentation/virt/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