Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/arm64/
H A Dmonotonic_arm64.c487 uncmon_set_counting_locked_l(__unused unsigned int monid, uint64_t enctrmask) in uncmon_set_counting_locked_l() argument
493 __builtin_arm_wsr64("UPMCR0_EL1", UPMCR0_INIT | enctrmask); in uncmon_set_counting_locked_l()
502 uncmon_set_counting_locked_r(unsigned int monid, uint64_t enctrmask) in uncmon_set_counting_locked_r() argument
505 *(uint64_t *)(cpm_impl[monid] + upmcr0_offset) = UPMCR0_INIT | enctrmask; in uncmon_set_counting_locked_r()