Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/arm/
H A Darm_features.inc32 * below based on the MSR that will be used to populate the data.
/xnu-12377.41.6/osfmk/arm64/
H A Dmachine_routines.c229 MSR("S3_5_C15_C0_0", x); in ml_cpu_signal_type()
233 MSR("S3_5_C15_C0_1", x); in ml_cpu_signal_type()
237 MSR("S3_5_C15_C0_1", x); in ml_cpu_signal_type()
289 MSR("S3_5_C15_C3_1", abstime); in ml_cpu_signal_deferred_adjust_timer()
H A Dproc_reg.h3779 #define MSR(reg, src) __asm__ volatile ("msr " reg ", %0" :: "r" (src)) macro
H A Dsleh.c3009 MSR("S3_5_C15_C1_1", ARM64_IPISR_IPI_PENDING); in sleh_fiq()