OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vcpu_resume
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/nvmm/
nvmm_internal.h
137
void (*
vcpu_resume
)(struct nvmm_machine *, struct nvmm_cpu *);
member in struct:nvmm_impl
nvmm.c
1319
if (vcpu->present && nvmm_impl->
vcpu_resume
)
1320
(*nvmm_impl->
vcpu_resume
)(mach, vcpu);
1348
if (nvmm_impl->
vcpu_resume
) {
1424
if (nvmm_impl->machine_resume || nvmm_impl->
vcpu_resume
) {
/src/sys/dev/nvmm/x86/
nvmm_x86_vmx.c
3694
.
vcpu_resume
= vmx_vcpu_resume,
Completed in 19 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025