Searched refs:irqentry_exit (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | traps.c | 531 irqentry_exit(regs, state); in do_fpe() 541 irqentry_exit(regs, state); in do_ade() 589 irqentry_exit(regs, state); in do_ale() 700 irqentry_exit(regs, state); in do_bce() 789 irqentry_exit(regs, state); in do_bp() 847 irqentry_exit(regs, state); in do_watch() 875 irqentry_exit(regs, state); in do_ri() 959 irqentry_exit(regs, state); in do_fpu() 981 irqentry_exit(regs, state); in do_lsx() 1002 irqentry_exit(regs, state); in do_lasx() [all …]
|
| /linux-6.15/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); \
|
| /linux-6.15/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);
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | traps.c | 376 irqentry_exit(regs, state); in do_page_fault() 400 irqentry_exit(regs, state); in do_irq()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | irq.c | 173 irqentry_exit(regs, state); in do_io_irq() 205 irqentry_exit(regs, state); in do_ext_irq()
|
| H A D | traps.c | 348 irqentry_exit(regs, state); in __do_pgm_check()
|
| /linux-6.15/include/linux/ |
| H A D | entry-common.h | 535 void noinstr irqentry_exit(struct pt_regs *regs, irqentry_state_t state);
|
| /linux-6.15/arch/loongarch/mm/ |
| H A D | fault.c | 310 irqentry_exit(regs, state); in do_page_fault()
|
| /linux-6.15/kernel/entry/ |
| H A D | common.c | 328 noinstr void irqentry_exit(struct pt_regs *regs, irqentry_state_t state) in irqentry_exit() function
|
| /linux-6.15/arch/x86/entry/ |
| H A D | entry_fred.c | 174 irqentry_exit(regs, state); in fred_extint()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | kvm.c | 287 irqentry_exit(regs, state); in __kvm_handle_async_pf()
|
| H A D | traps.c | 398 irqentry_exit(regs, state); in DEFINE_IDTENTRY_RAW()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | fault.c | 1541 irqentry_exit(regs, state); in DEFINE_IDTENTRY_RAW_ERRORCODE()
|
| /linux-6.15/arch/x86/xen/ |
| H A D | enlighten_pv.c | 754 irqentry_exit(regs, state); in xen_pv_evtchn_do_upcall()
|