Home
last modified time | relevance | path

Searched refs:pc_resync (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/hwpmc/
H A Dhwpmc_uncore.c70 volatile uint32_t pc_resync; member
340 ucfc->pc_resync = 0; in ucf_start_pmc()
343 } while (ucfc->pc_resync != 0); in ucf_start_pmc()
375 ucfc->pc_resync = 0; in ucf_stop_pmc()
378 } while (ucfc->pc_resync != 0); in ucf_stop_pmc()
710 cc->pc_resync = 0; in ucp_start_pmc()
713 } while (cc->pc_resync != 0); in ucp_start_pmc()
742 cc->pc_resync = 0; in ucp_stop_pmc()
745 } while (cc->pc_resync != 0); in ucp_stop_pmc()
H A Dhwpmc_core.c88 volatile uint32_t pc_resync; member
443 iafc->pc_resync = 0; in iaf_start_pmc()
448 } while (iafc->pc_resync != 0); in iaf_start_pmc()
482 iafc->pc_resync = 0; in iaf_stop_pmc()
487 } while (iafc->pc_resync != 0); in iaf_stop_pmc()
960 cc->pc_resync = 0; in iap_start_pmc()
963 } while (cc->pc_resync != 0); in iap_start_pmc()
997 cc->pc_resync = 0; in iap_stop_pmc()
1001 } while (cc->pc_resync != 0); in iap_stop_pmc()
1170 cc->pc_resync = 1; /* MSRs now potentially out of sync. */ in core2_intr()