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

Function vcpu_suspended

freebsd/amd64/include/vmm.h:320–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320static __inline int
321vcpu_suspended(struct vm_eventinfo *info)
322{
323
324 return (*info->sptr);
325}
326
327static __inline int
328vcpu_reqidle(struct vm_eventinfo *info)

Callers 2

svm_runFunction · 0.85
vmx_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected