Home
last modified time | relevance | path

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

/linux-4.1.27/arch/xtensa/kernel/
Dsmp.c68 unsigned int syscfgid = get_er(SYSCFGID); in get_core_count()
75 unsigned int core_id = get_er(SYSCFGID); in get_core_id()
166 unsigned long run_stall_mask = get_er(MPSCORE); in mx_cpu_start()
170 __func__, cpu, run_stall_mask, get_er(MPSCORE)); in mx_cpu_start()
176 unsigned long run_stall_mask = get_er(MPSCORE); in mx_cpu_stop()
180 __func__, cpu, run_stall_mask, get_er(MPSCORE)); in mx_cpu_stop()
402 msg = get_er(MIPICAUSE(cpu)); in ipi_interrupt()
/linux-4.1.27/arch/xtensa/include/asm/
Dprocessor.h206 static inline unsigned long get_er(unsigned long addr) in get_er() function