Symbol: VMM_STAT_DECLARE
sys/amd64/vmm/vmm.c
1919
VMM_STAT_DECLARE(VMM_MEM_RESIDENT);
sys/amd64/vmm/vmm.c
1920
VMM_STAT_DECLARE(VMM_MEM_WIRED);
sys/amd64/vmm/vmm_stat.h
39
VMM_STAT_DECLARE(VCPU_MIGRATIONS);
sys/amd64/vmm/vmm_stat.h
40
VMM_STAT_DECLARE(VMEXIT_COUNT);
sys/amd64/vmm/vmm_stat.h
41
VMM_STAT_DECLARE(VMEXIT_EXTINT);
sys/amd64/vmm/vmm_stat.h
42
VMM_STAT_DECLARE(VMEXIT_HLT);
sys/amd64/vmm/vmm_stat.h
43
VMM_STAT_DECLARE(VMEXIT_CR_ACCESS);
sys/amd64/vmm/vmm_stat.h
44
VMM_STAT_DECLARE(VMEXIT_RDMSR);
sys/amd64/vmm/vmm_stat.h
45
VMM_STAT_DECLARE(VMEXIT_WRMSR);
sys/amd64/vmm/vmm_stat.h
46
VMM_STAT_DECLARE(VMEXIT_MTRAP);
sys/amd64/vmm/vmm_stat.h
47
VMM_STAT_DECLARE(VMEXIT_PAUSE);
sys/amd64/vmm/vmm_stat.h
48
VMM_STAT_DECLARE(VMEXIT_INTR_WINDOW);
sys/amd64/vmm/vmm_stat.h
49
VMM_STAT_DECLARE(VMEXIT_NMI_WINDOW);
sys/amd64/vmm/vmm_stat.h
50
VMM_STAT_DECLARE(VMEXIT_INOUT);
sys/amd64/vmm/vmm_stat.h
51
VMM_STAT_DECLARE(VMEXIT_CPUID);
sys/amd64/vmm/vmm_stat.h
52
VMM_STAT_DECLARE(VMEXIT_NESTED_FAULT);
sys/amd64/vmm/vmm_stat.h
53
VMM_STAT_DECLARE(VMEXIT_INST_EMUL);
sys/amd64/vmm/vmm_stat.h
54
VMM_STAT_DECLARE(VMEXIT_UNKNOWN);
sys/amd64/vmm/vmm_stat.h
55
VMM_STAT_DECLARE(VMEXIT_ASTPENDING);
sys/amd64/vmm/vmm_stat.h
56
VMM_STAT_DECLARE(VMEXIT_USERSPACE);
sys/amd64/vmm/vmm_stat.h
57
VMM_STAT_DECLARE(VMEXIT_RENDEZVOUS);
sys/amd64/vmm/vmm_stat.h
58
VMM_STAT_DECLARE(VMEXIT_EXCEPTION);
sys/amd64/vmm/vmm_stat.h
59
VMM_STAT_DECLARE(VMEXIT_REQIDLE);
sys/arm64/vmm/vmm_stat.h
37
VMM_STAT_DECLARE(VMEXIT_COUNT);
sys/arm64/vmm/vmm_stat.h
38
VMM_STAT_DECLARE(VMEXIT_UNKNOWN);
sys/arm64/vmm/vmm_stat.h
39
VMM_STAT_DECLARE(VMEXIT_WFI);
sys/arm64/vmm/vmm_stat.h
40
VMM_STAT_DECLARE(VMEXIT_WFE);
sys/arm64/vmm/vmm_stat.h
41
VMM_STAT_DECLARE(VMEXIT_HVC);
sys/arm64/vmm/vmm_stat.h
42
VMM_STAT_DECLARE(VMEXIT_MSR);
sys/arm64/vmm/vmm_stat.h
43
VMM_STAT_DECLARE(VMEXIT_DATA_ABORT);
sys/arm64/vmm/vmm_stat.h
44
VMM_STAT_DECLARE(VMEXIT_INSN_ABORT);
sys/arm64/vmm/vmm_stat.h
45
VMM_STAT_DECLARE(VMEXIT_UNHANDLED_SYNC);
sys/arm64/vmm/vmm_stat.h
46
VMM_STAT_DECLARE(VMEXIT_IRQ);
sys/arm64/vmm/vmm_stat.h
47
VMM_STAT_DECLARE(VMEXIT_FIQ);
sys/arm64/vmm/vmm_stat.h
48
VMM_STAT_DECLARE(VMEXIT_BRK);
sys/arm64/vmm/vmm_stat.h
49
VMM_STAT_DECLARE(VMEXIT_SS);
sys/arm64/vmm/vmm_stat.h
50
VMM_STAT_DECLARE(VMEXIT_UNHANDLED_EL2);
sys/arm64/vmm/vmm_stat.h
51
VMM_STAT_DECLARE(VMEXIT_UNHANDLED);
sys/riscv/vmm/vmm_stat.h
37
VMM_STAT_DECLARE(VMEXIT_COUNT);
sys/riscv/vmm/vmm_stat.h
38
VMM_STAT_DECLARE(VMEXIT_UNKNOWN);
sys/riscv/vmm/vmm_stat.h
39
VMM_STAT_DECLARE(VMEXIT_WFI);
sys/riscv/vmm/vmm_stat.h
40
VMM_STAT_DECLARE(VMEXIT_IRQ);
sys/riscv/vmm/vmm_stat.h
41
VMM_STAT_DECLARE(VMEXIT_UNHANDLED);