Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/arm64/
H A Dmonotonic_arm64.c524 uncmon_set_counting_locked_l(__unused unsigned int monid, uint64_t enctrmask) in uncmon_set_counting_locked_l() argument
530 __builtin_arm_wsr64("S3_7_C15_C0_4", UPMCR0_INIT | enctrmask); in uncmon_set_counting_locked_l()
539 uncmon_set_counting_locked_r(unsigned int monid, uint64_t enctrmask) in uncmon_set_counting_locked_r() argument
542 *(uint64_t *)(cpm_impl[monid] + upmcr0_offset) = UPMCR0_INIT | enctrmask; in uncmon_set_counting_locked_r()