Lines Matching refs:inflight

1374     }inflight;  member
3230 struct pf_xen_extra *e = &h->inflight.pf_xen; in hvm_pf_xen_preprocess()
3231 struct mmio_info *m = &h->inflight.mmio; in hvm_pf_xen_preprocess()
3283 struct pf_xen_extra *e = &h->inflight.pf_xen; in hvm_pf_xen_postprocess()
3321 struct pf_xen_extra *e = &h->inflight.pf_xen; in hvm_pf_xen_process()
3476 struct mmio_info *m = &h->inflight.mmio; in hvm_vlapic_icr_handler()
3559 struct mmio_info *m = &h->inflight.mmio; in hvm_vlapic_handler()
3577 struct mmio_info *m = &h->inflight.mmio; in enumerate_mmio()
3643 struct mmio_info *m = &h->inflight.mmio; in hvm_mmio_assist_process()
3826 update_io_address(&h->summary.io.pio, h->inflight.io.port, 1, h->arc_cycles, 0); in hvm_io_write_postprocess()
3832 update_io_address(&h->summary.io.pio, h->inflight.io.port, 0, h->arc_cycles, 0); in hvm_io_read_postprocess()
3833 if(opt.scatterplot_io && h->inflight.io.port == opt.scatterplot_io_port) in hvm_io_read_postprocess()
3861 h->inflight.io.port = r->x32.port; in hvm_io_assist_process()
3862 h->inflight.io.val = r->x32.data; in hvm_io_assist_process()
3865 h->inflight.io.is_write = 1; in hvm_io_assist_process()
3869 h->inflight.io.is_write = 0; in hvm_io_assist_process()
3949 h->inflight.cr_write.repromote = 1; in cr3_switch()
4095 if(h->inflight.cr_write.cr == 3) { in hvm_cr_write_postprocess()
4097 unsigned long long new_val = h->inflight.cr_write.val; in hvm_cr_write_postprocess()
4134 if(h->inflight.cr_write.cr < CR_MAX) in hvm_cr_write_postprocess()
4135 update_cycles(&h->summary.cr_write[h->inflight.cr_write.cr], in hvm_cr_write_postprocess()
4146 switch(h->inflight.cr_write.cr) in hvm_cr_write_postprocess()
4170 fprintf(stderr, "Unexpected cr: %d\n", h->inflight.cr_write.cr); in hvm_cr_write_postprocess()
4193 h->inflight.cr_write.cr = cr = r->x64.cr; in hvm_cr_write_process()
4194 h->inflight.cr_write.val = val = r->x64.val; in hvm_cr_write_process()
4196 h->inflight.cr_write.cr = cr = r->x32.cr; in hvm_cr_write_process()
4197 h->inflight.cr_write.val = val = r->x32.val; in hvm_cr_write_process()
4248 h->inflight.msr.addr = r->addr; in hvm_msr_write_process()
4249 h->inflight.msr.val = r->val; in hvm_msr_write_process()
4286 h->inflight.msr.addr = r->addr; in hvm_msr_read_process()
4287 h->inflight.msr.val = r->val; in hvm_msr_read_process()
4315 unsigned eax = h->inflight.vmcall.eax ; in hvm_vmcall_postprocess()
4347 h->inflight.vmcall.eax = r->eax; in hvm_vmcall_process()
4413 h->inflight.intr.vec = vec; in hvm_intr_process()
4611 h->inflight.generic.event = ri->event; in hvm_generic_postprocess_init()
4612 bcopy(h->d, h->inflight.generic.d, sizeof(unsigned int) * 4); in hvm_generic_postprocess_init()
4620 if ( h->inflight.generic.event ) in hvm_generic_postprocess()
4621 evt = (h->inflight.generic.event - TRC_HVM_HANDLER) in hvm_generic_postprocess()
4658 __func__, evt, h->inflight.generic.event); in hvm_generic_postprocess()
5064 bzero(&h->inflight, sizeof(h->inflight)); in hvm_vmexit_process()
5139 h->inflight.generic.event = 0; in hvm_vmexit_process()
5158 && h->inflight.intr.vec == opt.scatterplot_extint_cycles_vector ) in hvm_close_vmexit()
5418 struct pf_xen_extra *e = &h->inflight.pf_xen; in shadow_emulate_postprocess()
5470 struct pf_xen_extra *e = &h->inflight.pf_xen; in shadow_emulate_process()
5651 struct pf_xen_extra *e = &h->inflight.pf_xen;
5669 struct pf_xen_extra *e = &h->inflight.pf_xen;
5696 struct pf_xen_extra *e = &h->inflight.pf_xen; in shadow_emulate_other_process()
5721 struct pf_xen_extra *e = &h->inflight.pf_xen; in shadow_fixup_postprocess()
5778 struct pf_xen_extra *e = &h->inflight.pf_xen; in shadow_fixup_process()
5871 struct pf_xen_extra *e = &h->inflight.pf_xen; in shadow_mmio_postprocess()
5889 struct pf_xen_extra *e = &h->inflight.pf_xen; in shadow_mmio_process()
5890 struct mmio_info *m = &h->inflight.mmio; in shadow_mmio_process()
5950 struct pf_xen_extra *e = &h->inflight.pf_xen; in shadow_propagate_postprocess()
5966 struct pf_xen_extra *e = &h->inflight.pf_xen; in shadow_propagate_process()
6078 struct pf_xen_extra *e = &h->inflight.pf_xen; in shadow_fault_generic_postprocess()
6099 h->inflight.generic.event = ri->event; in shadow_fault_generic_process()
6100 bcopy(ri->d, h->inflight.generic.d, sizeof(unsigned int) * 4); in shadow_fault_generic_process()
6103 shadow_fault_generic_dump(h->inflight.generic.event, in shadow_fault_generic_process()
6104 h->inflight.generic.d, in shadow_fault_generic_process()
6107 h->inflight.pf_xen.pf_case = sevt.minor; in shadow_fault_generic_process()
6191 h->inflight.pf_xen.pf_case = sevt.minor; in shadow_process()