MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vcpu_stats

Function vcpu_stats

freebsd/amd64/vmm/vmm.c:2447–2452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2445}
2446
2447void *
2448vcpu_stats(struct vm *vm, int vcpuid)
2449{
2450
2451 return (vm->vcpu[vcpuid].stats);
2452}
2453
2454int
2455vm_get_x2apic_state(struct vm *vm, int vcpuid, enum x2apic_state *state)

Callers 3

vmm_stat_copyFunction · 0.85
vmm_stat_array_incrFunction · 0.85
vmm_stat_array_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected