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

Function svm_setdesc

freebsd/amd64/vmm/amd/svm.c:2270–2274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2268}
2269
2270static int
2271svm_setdesc(void *arg, int vcpu, int reg, struct seg_desc *desc)
2272{
2273 return (vmcb_setdesc(arg, vcpu, reg, desc));
2274}
2275
2276#ifdef BHYVE_SNAPSHOT
2277static int

Callers

nothing calls this directly

Calls 1

vmcb_setdescFunction · 0.85

Tested by

no test coverage detected