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

Function svm_set_dirty

freebsd/amd64/vmm/amd/svm_softc.h:106–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106static __inline void
107svm_set_dirty(struct svm_softc *sc, int vcpu, uint32_t dirtybits)
108{
109 struct svm_vcpu *vcpustate;
110
111 vcpustate = svm_get_vcpu(sc, vcpu);
112
113 vcpustate->dirty |= dirtybits;
114}
115
116#endif /* _SVM_SOFTC_H_ */

Callers 11

vmcb_accessFunction · 0.85
vmcb_writeFunction · 0.85
vmcb_setdescFunction · 0.85
svm_set_tsc_offsetFunction · 0.85
svm_set_interceptFunction · 0.85
svm_inj_interruptsFunction · 0.85
svm_pmap_activateFunction · 0.85
svm_runFunction · 0.85
svm_snapshotFunction · 0.85

Calls 1

svm_get_vcpuFunction · 0.85

Tested by

no test coverage detected