Searched refs:hft (Results 1 – 1 of 1) sorted by relevance
398 int hax_handle_fastmmio(CPUState *env, struct hax_fastmmio *hft) in hax_handle_fastmmio() argument410 env->cr[0] = hft->_cr0; in hax_handle_fastmmio()411 env->cr[2] = hft->_cr2; in hax_handle_fastmmio()412 env->cr[3] = hft->_cr3; in hax_handle_fastmmio()413 env->cr[4] = hft->_cr4; in hax_handle_fastmmio()415 buf = hft->value; in hax_handle_fastmmio()416 cpu_physical_memory_rw(hft->gpa, &buf, hft->size, hft->direction); in hax_handle_fastmmio()417 if (hft->direction == 0) in hax_handle_fastmmio()418 hft->value = buf; in hax_handle_fastmmio()