Searched refs:host_fx_image (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dkvm.h305 char *host_fx_image; member in struct:kvm_vcpu
H A Dkvm_main.c262 fx_save(vcpu->host_fx_image);
274 fx_restore(vcpu->host_fx_image);
639 fx_save(vcpu->host_fx_image);
642 fx_restore(vcpu->host_fx_image);
2338 vcpu->host_fx_image = (char*)ALIGN((hva_t)vcpu->fx_buf,
2340 vcpu->guest_fx_image = vcpu->host_fx_image + FX_IMAGE_SIZE;
H A Dsvm.c1501 fx_save(vcpu->host_fx_image);
1616 fx_restore(vcpu->host_fx_image);

Completed in 40 milliseconds