Searched refs:irqentry_exit (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/loongarch/kernel/ |
H A D | traps.c | 505 irqentry_exit(regs, state); in do_fpe() 515 irqentry_exit(regs, state); in do_ade() 562 irqentry_exit(regs, state); in do_ale() 665 irqentry_exit(regs, state); in do_bce() 753 irqentry_exit(regs, state); in do_bp() 811 irqentry_exit(regs, state); in do_watch() 839 irqentry_exit(regs, state); in do_ri() 923 irqentry_exit(regs, state); in do_fpu() 945 irqentry_exit(regs, state); in do_lsx() 966 irqentry_exit(regs, state); in do_lasx() [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | idtentry.h | 63 irqentry_exit(regs, state); \ 110 irqentry_exit(regs, state); \ 219 irqentry_exit(regs, state); \ 264 irqentry_exit(regs, state); \ 303 irqentry_exit(regs, state); \
|
/openbmc/linux/Documentation/core-api/ |
H A D | entry.rst | 142 irqentry_enter() and irqentry_exit() provide the implementation for this. 161 irqentry_exit(regs, state); 178 irqentry_exit(), which are described in the next paragraph. The only downside 184 than irq-disabled context. In addition, irqentry_exit() might schedule, which 262 irqentry_exit(regs, state);
|
/openbmc/linux/include/linux/ |
H A D | entry-common.h | 447 void noinstr irqentry_exit(struct pt_regs *regs, irqentry_state_t state);
|
/openbmc/linux/arch/s390/kernel/ |
H A D | irq.c | 164 irqentry_exit(regs, state); in do_io_irq() 196 irqentry_exit(regs, state); in do_ext_irq()
|
H A D | traps.c | 344 irqentry_exit(regs, state); in __do_pgm_check()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | traps.c | 344 irqentry_exit(regs, state); in do_page_fault() 392 irqentry_exit(regs, state); in do_irq()
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | fault.c | 269 irqentry_exit(regs, state); in do_page_fault()
|
/openbmc/linux/arch/x86/entry/ |
H A D | common.c | 412 irqentry_exit(regs, state); in xen_pv_evtchn_do_upcall()
|
/openbmc/linux/kernel/entry/ |
H A D | common.c | 412 noinstr void irqentry_exit(struct pt_regs *regs, irqentry_state_t state) in irqentry_exit() function
|
/openbmc/linux/arch/x86/kernel/ |
H A D | kvm.c | 285 irqentry_exit(regs, state); in __kvm_handle_async_pf()
|
H A D | traps.c | 314 irqentry_exit(regs, state); in DEFINE_IDTENTRY_RAW()
|
/openbmc/linux/arch/x86/mm/ |
H A D | fault.c | 1524 irqentry_exit(regs, state); in DEFINE_IDTENTRY_RAW_ERRORCODE()
|