Searched refs:VMM_STAT (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/amd64/vmm/ |
| HD | vmm_stat.c | 150 VMM_STAT(VCPU_MIGRATIONS, "vcpu migration across host cpus"); 151 VMM_STAT(VMEXIT_COUNT, "total number of vm exits"); 152 VMM_STAT(VMEXIT_EXTINT, "vm exits due to external interrupt"); 153 VMM_STAT(VMEXIT_HLT, "number of times hlt was intercepted"); 154 VMM_STAT(VMEXIT_CR_ACCESS, "number of times %cr access was intercepted"); 155 VMM_STAT(VMEXIT_RDMSR, "number of times rdmsr was intercepted"); 156 VMM_STAT(VMEXIT_WRMSR, "number of times wrmsr was intercepted"); 157 VMM_STAT(VMEXIT_MTRAP, "number of monitor trap exits"); 158 VMM_STAT(VMEXIT_PAUSE, "number of times pause was intercepted"); 159 VMM_STAT(VMEXIT_INTR_WINDOW, "vm exits due to interrupt window opening"); [all …]
|
| HD | vmm_stat.h | 71 #define VMM_STAT(type, desc) \ macro
|
| HD | vmm.c | 207 static VMM_STAT(VCPU_TOTAL_RUNTIME, "vcpu total runtime"); 1099 static VMM_STAT(VCPU_IDLE_TICKS, "number of ticks vcpu was idle"); 2035 static VMM_STAT(VCPU_NMI_COUNT, "number of NMIs delivered to vcpu"); 2082 static VMM_STAT(VCPU_EXTINT_COUNT, "number of ExtINTs delivered to vcpu");
|
| /NextBSD/sys/amd64/vmm/io/ |
| HD | vlapic.c | 550 static VMM_STAT(VLAPIC_GRATUITOUS_EOI, "EOI without any in-service interrupt"); 605 static VMM_STAT(VLAPIC_INTR_ERROR, "error interrupts generated by vlapic"); 625 static VMM_STAT(VLAPIC_INTR_TIMER, "timer interrupts generated by vlapic"); 642 static VMM_STAT(VLAPIC_INTR_CMC,
|