Home
last modified time | relevance | path

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

/linux/arch/xtensa/kernel/
H A Dsmp.c69 unsigned int syscfgid = get_er(SYSCFGID); in get_core_count()
76 unsigned int core_id = get_er(SYSCFGID); in get_core_id()
171 unsigned long run_stall_mask = get_er(MPSCORE); in mx_cpu_start()
175 __func__, cpu, run_stall_mask, get_er(MPSCORE)); in mx_cpu_start()
181 unsigned long run_stall_mask = get_er(MPSCORE); in mx_cpu_stop()
185 __func__, cpu, run_stall_mask, get_er(MPSCORE)); in mx_cpu_stop()
423 msg = get_er(MIPICAUSE(cpu)); in ipi_interrupt()
/linux/arch/xtensa/include/asm/
H A Dprocessor.h257 static inline unsigned long get_er(unsigned long addr) in get_er() function