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

Function svm_getdesc

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

Source from the content-addressed store, hash-verified

2262}
2263
2264static int
2265svm_getdesc(void *arg, int vcpu, int reg, struct seg_desc *desc)
2266{
2267 return (vmcb_getdesc(arg, vcpu, reg, desc));
2268}
2269
2270static int
2271svm_setdesc(void *arg, int vcpu, int reg, struct seg_desc *desc)

Callers 1

svm_inout_str_seginfoFunction · 0.85

Calls 1

vmcb_getdescFunction · 0.85

Tested by

no test coverage detected