Home
last modified time | relevance | path

Searched refs:guest_time (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c81 return guest_time + h->mc_offset; in hpet_read_maincounter()
220 hpet_get_comparator(h, tn, guest_time); in hpet_stop_timer()
228 uint64_t guest_time) in hpet_set_timer() argument
306 uint64_t guest_time; in hpet_write() local
326 guest_time = guest_time_hpet(h); in hpet_write()
479 hpet_stop_timer(h, i, guest_time); in hpet_write()
486 hpet_set_timer(h, i, guest_time); in hpet_write()
517 uint64_t guest_time; in hpet_save() local
523 guest_time = (v->arch.hvm_vcpu.guest_time ?: hvm_get_guest_time(v)) / in hpet_save()
579 uint64_t guest_time; in hpet_load() local
[all …]
A Dvpt.c61 void hvm_set_guest_time(struct vcpu *v, u64 guest_time) in hvm_set_guest_time() argument
63 u64 offset = guest_time - hvm_get_guest_time(v); in hvm_set_guest_time()
180 v->arch.hvm_vcpu.guest_time = hvm_get_guest_time(v); in pt_freeze_time()
188 if ( v->arch.hvm_vcpu.guest_time == 0 ) in pt_thaw_time()
191 hvm_set_guest_time(v, v->arch.hvm_vcpu.guest_time); in pt_thaw_time()
192 v->arch.hvm_vcpu.guest_time = 0; in pt_thaw_time()
A Dpmtimer.c268 x = (((s->vcpu->arch.hvm_vcpu.guest_time ?: hvm_get_guest_time(s->vcpu)) - in acpi_save()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dvcpu.h161 u64 guest_time; member
A Dhvm.h273 void hvm_set_guest_time(struct vcpu *v, u64 guest_time);
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenalyze.c1587 struct cycle_summary total_time, guest_time, hv_time; member
4053 print_cycle_percent_summary(&p->guest_time, p->run_time, desc); in cr3_dump_list()
5126 update_cycles(&h->v->cr3.data->guest_time, in hvm_vmexit_process()

Completed in 31 milliseconds