Searched refs:rdctl (Results 1 – 3 of 3) sorted by relevance
29 int val = rdctl (CTL_STATUS); in disable_interrupts()36 int val = rdctl (CTL_STATUS); in enable_interrupts()46 irqs = rdctl (CTL_IENABLE) & rdctl (CTL_IPENDING); in external_interrupt()65 unsigned irqs = rdctl (CTL_IENABLE); in def_hdlr()82 unsigned ena = rdctl (CTL_IENABLE); in irq_install_handler()
57 rdctl et, estatus61 rdctl et, estatus66 rdctl et, ipending
24 #define rdctl(reg) __builtin_rdctl(reg) macro