Home
last modified time | relevance | path

Searched refs:gp_counter_mask_length (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/lib/x86/
H A Dpmu.c21 pmu.gp_counter_mask_length = (cpuid_10.a >> 24) & 0xff; in pmu_init()
53 pmu.gp_counter_mask_length = pmu.nr_gp_counters; in pmu_init()
H A Dpmu.h66 u8 gp_counter_mask_length; member
/kvm-unit-tests/x86/
H A Dpmu.c995 printf("Mask length: %d\n", pmu.gp_counter_mask_length); in main()