Searched refs:irqentry_exit (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | traps.c | 355 irqentry_exit(regs, state); in do_fpe() 365 irqentry_exit(regs, state); in do_ade() 407 irqentry_exit(regs, state); in do_ale() 506 irqentry_exit(regs, state); in do_bp() 561 irqentry_exit(regs, state); in do_watch() 589 irqentry_exit(regs, state); in do_ri() 618 irqentry_exit(regs, state); in do_fpu() 629 irqentry_exit(regs, state); in do_lsx() 640 irqentry_exit(regs, state); in do_lasx() 651 irqentry_exit(regs, state); in do_lbt() [all …]
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | idtentry.h | 59 irqentry_exit(regs, state); \ 106 irqentry_exit(regs, state); \ 204 irqentry_exit(regs, state); \ 244 irqentry_exit(regs, state); \ 273 irqentry_exit(regs, state); \
|
/linux-6.3-rc2/Documentation/core-api/ |
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.3-rc2/include/linux/ |
A D | entry-common.h | 447 void noinstr irqentry_exit(struct pt_regs *regs, irqentry_state_t state);
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | irq.c | 164 irqentry_exit(regs, state); in do_io_irq() 196 irqentry_exit(regs, state); in do_ext_irq()
|
A D | traps.c | 344 irqentry_exit(regs, state); in __do_pgm_check()
|
/linux-6.3-rc2/arch/x86/entry/ |
A D | common.c | 317 irqentry_exit(regs, state); in xen_pv_evtchn_do_upcall()
|
/linux-6.3-rc2/arch/loongarch/mm/ |
A D | fault.c | 267 irqentry_exit(regs, state); in do_page_fault()
|
/linux-6.3-rc2/kernel/entry/ |
A D | common.c | 406 noinstr void irqentry_exit(struct pt_regs *regs, irqentry_state_t state) in irqentry_exit() function
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | kvm.c | 285 irqentry_exit(regs, state); in __kvm_handle_async_pf()
|
A D | traps.c | 352 irqentry_exit(regs, state); in DEFINE_IDTENTRY_RAW()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | fault.c | 1557 irqentry_exit(regs, state); in DEFINE_IDTENTRY_RAW_ERRORCODE()
|
Completed in 23 milliseconds