mirror of
https://git.freebsd.org/src.git
synced 2026-01-12 06:54:03 +00:00
Now that struct vm and struct vcpu are defined in headers, provide inline accessors. We could just remove the accessors outright, but they don't hurt and it would result in unneeded churn. As a part of this, consolidate definitions related to struct vm_eventinfo as well. I'm not sure if struct vm_eventinfo is really needed anymore, now that vmmops_run implementations can directly access vm and vcpu fields, but this can be resolved later. No functional change intended. MFC after: 2 months Sponsored by: The FreeBSD Foundation Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D53586 |
||
|---|---|---|
| .. | ||
| io | ||
| arm64.h | ||
| hyp.h | ||
| mmu.h | ||
| reset.h | ||
| vmm.c | ||
| vmm_arm64.c | ||
| vmm_call.S | ||
| vmm_dev_machdep.c | ||
| vmm_handlers.c | ||
| vmm_handlers.h | ||
| vmm_hyp.c | ||
| vmm_hyp_el2.S | ||
| vmm_hyp_exception.S | ||
| vmm_instruction_emul.c | ||
| vmm_mmu.c | ||
| vmm_nvhe.c | ||
| vmm_nvhe_exception.S | ||
| vmm_reset.c | ||
| vmm_stat.h | ||
| vmm_vhe.c | ||
| vmm_vhe_exception.S | ||