Searched refs:rdctl (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/nios2/cpu/ |
H A D | interrupts.c | 28 int val = rdctl (CTL_STATUS); in disable_interrupts() 35 int val = rdctl (CTL_STATUS); in enable_interrupts() 45 irqs = rdctl (CTL_IENABLE) & rdctl (CTL_IPENDING); in external_interrupt() 64 unsigned irqs = rdctl (CTL_IENABLE); in def_hdlr() 81 unsigned ena = rdctl (CTL_IENABLE); in irq_install_handler()
|
H A D | exceptions.S | 56 rdctl et, estatus 60 rdctl et, estatus 65 rdctl et, ipending
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | entry.S | 145 rdctl r24, status 152 rdctl r5, exception 179 rdctl r10, status 232 rdctl r10, status /* disable intrs */ 344 rdctl r12, ipending 345 rdctl r9, ienable 366 rdctl r12, ipending /* check again if irq still pending */ 367 rdctl r9, ienable /* Isolate possible interrupts */ 420 rdctl r6, pteaddr 426 rdctl r6, badaddr [all …]
|
H A D | head.S | 90 rdctl r3 , pteaddr 99 rdctl r3, pteaddr
|
H A D | insnemu.S | 140 rdctl r5, estatus
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | nios2.h | 23 #define rdctl(reg) __builtin_rdctl(reg) macro
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | entry.h | 24 rdctl r24, estatus 60 rdctl r24, estatus
|