Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dcpc.c108 extern bool kpc_allows_counting_system; in cpc_change_security()
109 kpc_allows_counting_system = !enforce_security; in cpc_change_security()
/xnu-12377.81.4/osfmk/arm64/
H A Dkpc.c49 bool kpc_allows_counting_system = true; variable
51 __security_const_late bool kpc_allows_counting_system = false; variable
310 bool const allow_kernel = !secure || kpc_allows_counting_system; in set_modes()
418 const uint64_t pmcr1_mask = kpc_allows_counting_system ? PMCR1_ALL_MASK : PMCR1_EL0_MASK; in restore_control_regs()
533 kpc_allows_counting_system = PE_i_can_has_debugger(NULL); in kpc_arch_init()