Searched refs:g_count (Results 1 – 3 of 3) sorted by relevance
31 static int g_count; variable46 (void) printf("\r%6d", ++g_count); in probe()145 (void) printf("\nTotal probes: %d\n", g_count); in main()
313 vmcs_set_msr_save(struct vmcs *vmcs, u_long g_area, u_int g_count) in vmcs_set_msr_save() argument326 if ((error = vmwrite(VMCS_EXIT_MSR_STORE_COUNT, g_count)) != 0) in vmcs_set_msr_save()331 if ((error = vmwrite(VMCS_ENTRY_MSR_LOAD_COUNT, g_count)) != 0) in vmcs_set_msr_save()
51 int vmcs_set_msr_save(struct vmcs *vmcs, u_long g_area, u_int g_count);