Searched refs:LEON_BYPASS_STORE_PA (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | leon_smp.c | 147 LEON_BYPASS_STORE_PA(&(leon3_irqctrl_regs->mpbroadcast), mask); in leon_smp_setbroadcast() 202 LEON_BYPASS_STORE_PA(&leon3_irqctrl_regs->mask[i], 0); in leon_boot_one_cpu() 205 LEON_BYPASS_STORE_PA(&(leon3_irqctrl_regs->mpstatus), 1 << i); in leon_boot_one_cpu()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | leon_smp.c | 147 LEON_BYPASS_STORE_PA(&(leon3_irqctrl_regs->mpbroadcast), mask); in leon_smp_setbroadcast() 202 LEON_BYPASS_STORE_PA(&leon3_irqctrl_regs->mask[i], 0); in leon_boot_one_cpu() 205 LEON_BYPASS_STORE_PA(&(leon3_irqctrl_regs->mpstatus), 1 << i); in leon_boot_one_cpu()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | leon.h | 84 #define LEON_BYPASS_STORE_PA(x, v) leon_store_reg((unsigned long)(x), (unsigned long)(v)) macro
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | leon.h | 84 #define LEON_BYPASS_STORE_PA(x, v) leon_store_reg((unsigned long)(x), (unsigned long)(v)) macro
|
Completed in 3 milliseconds