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

Function HYPERVISOR_hvm_op

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

Source from the content-addressed store, hash-verified

384
385#ifndef CONFIG_XEN
386static inline unsigned long
387HYPERVISOR_hvm_op(
388 int op, void *arg)
389{
390 return _hypercall2(unsigned long, hvm_op, op, arg);
391}
392#endif
393
394static inline int

Callers 2

set_percpu_callbackFunction · 0.50
xen_hvm_set_callbackFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected