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

Function vcpu_rendezvous_pending

freebsd/amd64/include/vmm.h:313–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311#endif /* _SYS__CPUSET_H_ */
312
313static __inline int
314vcpu_rendezvous_pending(struct vm_eventinfo *info)
315{
316
317 return (*((uintptr_t *)(info->rptr)) != 0);
318}
319
320static __inline int
321vcpu_suspended(struct vm_eventinfo *info)

Callers 2

svm_runFunction · 0.85
vmx_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected