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

Function HYPERVISOR_vcpu_op

freebsd/i386/include/xen/hypercall.h:345–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345static inline int
346HYPERVISOR_vcpu_op(
347 int cmd, int vcpuid, void *extra_args)
348{
349 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args);
350}
351
352static inline int
353HYPERVISOR_suspend(

Callers 5

xen_hvm_cpu_initFunction · 0.85
xenpv_probe_cpusFunction · 0.85
xenpv_setup_localFunction · 0.85
start_xen_apFunction · 0.85
send_nmiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected