Lines Matching defs:operand
11549 } operand;
11552 r = kvm_read_guest_virt(vcpu, gva, &operand, sizeof(operand), &e);
11556 if (operand.pcid >> 12 != 0) {
11565 if ((!pcid_enabled && (operand.pcid != 0)) ||
11566 is_noncanonical_address(operand.gla, vcpu)) {
11570 kvm_mmu_invpcid_gva(vcpu, operand.gla, operand.pcid);
11574 if (!pcid_enabled && (operand.pcid != 0)) {
11579 if (kvm_get_active_pcid(vcpu) == operand.pcid) {
11586 == operand.pcid)