Searched refs:irqentry_exit (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/arch/x86/include/asm/ |
| D | idtentry.h | 60 irqentry_exit(regs, state); \ 107 irqentry_exit(regs, state); \ 206 irqentry_exit(regs, state); \ 248 irqentry_exit(regs, state); \ 277 irqentry_exit(regs, state); \
|
| /Linux-v5.10/include/linux/ |
| D | entry-common.h | 403 void noinstr irqentry_exit(struct pt_regs *regs, irqentry_state_t state);
|
| /Linux-v5.10/arch/x86/entry/ |
| D | common.c | 314 irqentry_exit(regs, state); in xen_pv_evtchn_do_upcall()
|
| /Linux-v5.10/kernel/entry/ |
| D | common.c | 361 noinstr void irqentry_exit(struct pt_regs *regs, irqentry_state_t state) in irqentry_exit() function
|
| /Linux-v5.10/arch/x86/kernel/ |
| D | kvm.c | 267 irqentry_exit(regs, state); in __kvm_handle_async_pf()
|
| D | traps.c | 262 irqentry_exit(regs, state); in DEFINE_IDTENTRY_RAW()
|
| /Linux-v5.10/arch/x86/mm/ |
| D | fault.c | 1488 irqentry_exit(regs, state); in DEFINE_IDTENTRY_RAW_ERRORCODE()
|