Searched refs:hvm_save_entry (Results 1 – 13 of 13) sorted by relevance
/xen/xen/include/asm-x86/hvm/ |
A D | save.h | 41 #define hvm_save_entry(_x, _inst, _h, _src) ({ \ macro
|
/xen/xen/arch/x86/hvm/ |
A D | save.c | 228 if ( hvm_save_entry(HEADER, 0, h, &hdr) != 0 ) in hvm_save() 275 if ( hvm_save_entry(END, 0, h, &end) != 0 ) in hvm_save()
|
A D | irq.c | 683 rc = hvm_save_entry(PCI_IRQ, 0, h, &hvm_irq->pci_intx); in irq_save_pci() 699 return hvm_save_entry(ISA_IRQ, 0, h, &hvm_irq->isa_irq); in irq_save_isa() 708 return hvm_save_entry(PCI_LINK, 0, h, &hvm_irq->pci_link); in irq_save_link()
|
A D | pmtimer.c | 277 rc = hvm_save_entry(PMTIMER, 0, h, acpi); in acpi_save()
|
A D | vpic.c | 388 if ( hvm_save_entry(PIC, i, h, s) ) in vpic_save()
|
A D | vioapic.c | 606 return hvm_save_entry(IOAPIC, 0, h, &s->domU); in ioapic_save()
|
A D | vlapic.c | 1486 return hvm_save_entry(LAPIC, v->vcpu_id, h, &vcpu_vlapic(v)->hw); in lapic_save_hidden() 1496 return hvm_save_entry(LAPIC_REGS, v->vcpu_id, h, vcpu_vlapic(v)->regs); in lapic_save_regs()
|
A D | mtrr.c | 726 return hvm_save_entry(MTRR, v->vcpu_id, h, &hw_mtrr); in hvm_save_mtrr_msr()
|
A D | rtc.c | 752 rc = hvm_save_entry(RTC, 0, h, &s->hw); in rtc_save()
|
A D | hvm.c | 797 return hvm_save_entry(TSC_ADJUST, v->vcpu_id, h, &ctxt); in hvm_save_tsc_adjust() 932 return hvm_save_entry(CPU, v->vcpu_id, h, &ctxt); in hvm_save_cpu_ctxt()
|
/xen/xen/arch/x86/hvm/viridian/ |
A D | viridian.c | 784 return (hvm_save_entry(VIRIDIAN_DOMAIN, 0, h, &ctxt) != 0); in viridian_save_domain_ctxt() 818 return hvm_save_entry(VIRIDIAN_VCPU, v->vcpu_id, h, &ctxt); in viridian_save_vcpu_ctxt()
|
/xen/xen/arch/x86/cpu/mcheck/ |
A D | vmce.c | 365 return hvm_save_entry(VMCE_VCPU, v->vcpu_id, h, &ctxt); in vmce_save_vcpu_ctxt()
|
/xen/xen/arch/x86/ |
A D | emul-i8254.c | 405 rc = hvm_save_entry(PIT, 0, h, &pit->hw); in pit_save()
|
Completed in 26 milliseconds