Home
last modified time | relevance | path

Searched refs:VMM_STAT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/arm64/vmm/
H A Dvmm.c152 static VMM_STAT(VCPU_TOTAL_RUNTIME, "vcpu total runtime");
221 VMM_STAT(VMEXIT_COUNT, "total number of vm exits");
222 VMM_STAT(VMEXIT_UNKNOWN, "number of vmexits for the unknown exception");
223 VMM_STAT(VMEXIT_WFI, "number of times wfi was intercepted");
224 VMM_STAT(VMEXIT_WFE, "number of times wfe was intercepted");
225 VMM_STAT(VMEXIT_HVC, "number of times hvc was intercepted");
226 VMM_STAT(VMEXIT_MSR, "number of times msr/mrs was intercepted");
227 VMM_STAT(VMEXIT_DATA_ABORT, "number of vmexits for a data abort");
228 VMM_STAT(VMEXIT_INSN_ABORT, "number of vmexits for an instruction abort");
229 VMM_STAT(VMEXIT_UNHANDLED_SYNC, "number of vmexits for an unhandled synchronous exception");
[all …]
/freebsd/sys/amd64/vmm/
H A Dvmm.c247 static VMM_STAT(VCPU_TOTAL_RUNTIME, "vcpu total runtime");
281 VMM_STAT(VCPU_MIGRATIONS, "vcpu migration across host cpus");
282 VMM_STAT(VMEXIT_COUNT, "total number of vm exits");
283 VMM_STAT(VMEXIT_EXTINT, "vm exits due to external interrupt");
284 VMM_STAT(VMEXIT_HLT, "number of times hlt was intercepted");
285 VMM_STAT(VMEXIT_CR_ACCESS, "number of times %cr access was intercepted");
286 VMM_STAT(VMEXIT_RDMSR, "number of times rdmsr was intercepted");
287 VMM_STAT(VMEXIT_WRMSR, "number of times wrmsr was intercepted");
288 VMM_STAT(VMEXIT_MTRAP, "number of monitor trap exits");
289 VMM_STAT(VMEXIT_PAUSE, "number of times pause was intercepted");
[all …]
/freebsd/sys/amd64/vmm/io/
H A Dvlapic.c565 static VMM_STAT(VLAPIC_GRATUITOUS_EOI, "EOI without any in-service interrupt");
618 static VMM_STAT(VLAPIC_INTR_ERROR, "error interrupts generated by vlapic");
638 static VMM_STAT(VLAPIC_INTR_TIMER, "timer interrupts generated by vlapic");
652 static VMM_STAT(VLAPIC_INTR_CMC,
904 static VMM_STAT(VLAPIC_IPI_SEND, "ipis sent from vcpu");
905 static VMM_STAT(VLAPIC_IPI_RECV, "ipis received by vcpu");
/freebsd/sys/dev/vmm/
H A Dvmm_stat.h72 #define VMM_STAT(type, desc) \ macro
/freebsd/sys/riscv/vmm/
H A Dvmm.c143 static VMM_STAT(VCPU_TOTAL_RUNTIME, "vcpu total runtime");
158 VMM_STAT(VMEXIT_COUNT, "total number of vm exits");
159 VMM_STAT(VMEXIT_IRQ, "number of vmexits for an irq");
160 VMM_STAT(VMEXIT_UNHANDLED, "number of vmexits for an unhandled exception");