Searched refs:hypercall (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkvm.h113 } hypercall; member in union:kvm_run::__anon9998
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dkvm_main.c1298 run->hypercall.args[0] = a0;
1299 run->hypercall.args[1] = a1;
1300 run->hypercall.args[2] = a2;
1301 run->hypercall.args[3] = a3;
1302 run->hypercall.args[4] = a4;
1303 run->hypercall.args[5] = a5;
1304 run->hypercall.ret = ret;
1305 run->hypercall.longmode = is_long_mode(vcpu);
1389 unsigned char *hypercall; local
1437 hypercall
[all...]
H A Dsvm.c1728 svm_patch_hypercall(struct kvm_vcpu *vcpu, unsigned char *hypercall) argument
1733 hypercall[0] = 0x0f;
1734 hypercall[1] = 0x01;
1735 hypercall[2] = 0xd9;
1736 hypercall[3] = 0xc3;
H A Dvmx.c1551 vmx_patch_hypercall(struct kvm_vcpu *vcpu, unsigned char *hypercall) argument
1556 hypercall[0] = 0x0f;
1557 hypercall[1] = 0x01;
1558 hypercall[2] = 0xc1;
1559 hypercall[3] = 0xc3;

Completed in 137 milliseconds