Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/common/
H A DbL_switcher.c51 static int read_mpidr(void) in read_mpidr() function
124 unsigned int mpidr = read_mpidr(); in bL_switchpoint()
156 ob_mpidr = read_mpidr(); in bL_switch_to()
236 mpidr = read_mpidr(); in bL_switch_to()
536 trace_cpu_migrate_current(ktime_get_real_ns(), read_mpidr()); in bL_switcher_trace_trigger_cpu()
/openbmc/u-boot/common/spl/
H A Dspl_atf.c69 bl33_ep_info->args.arg0 = 0xffff & read_mpidr(); in bl2_plat_get_bl31_params()
/openbmc/u-boot/arch/arm/include/asm/
H A Dsystem.h170 static inline unsigned long read_mpidr(void) in read_mpidr() function