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

Function flush_by_asid

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

Source from the content-addressed store, hash-verified

136static int svm_setreg(void *arg, int vcpu, int ident, uint64_t val);
137
138static __inline int
139flush_by_asid(void)
140{
141
142 return (svm_feature & AMD_CPUID_SVM_FLUSH_BY_ASID);
143}
144
145static __inline int
146decode_assist(void)

Callers 2

svm_pmap_activateFunction · 0.85
svm_snapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected