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

Function vcpu_reqidle

freebsd/amd64/include/vmm.h:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327static __inline int
328vcpu_reqidle(struct vm_eventinfo *info)
329{
330
331 return (*info->iptr);
332}
333
334int vcpu_debugged(struct vm *vm, int vcpuid);
335

Callers 2

svm_runFunction · 0.85
vmx_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected