Home
last modified time | relevance | path

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

/include/linux/
Dkvm_host.h150 #define KVM_REQUEST_ARCH_BASE 8 macro
153 …_BUG_ON((unsigned)(nr) >= (sizeof_field(struct kvm_vcpu, requests) * 8) - KVM_REQUEST_ARCH_BASE); \
154 (unsigned)(((nr) + KVM_REQUEST_ARCH_BASE) | (flags)); \