Searched refs:raise_exception (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/x86/kernel/cpu/mce/ |
D | inject.c | 156 static void raise_exception(struct mce *m, struct pt_regs *pregs) in raise_exception() function 185 raise_exception(m, regs); in mce_raise_notify() 199 raise_exception(m, NULL); in mce_irq_ipi() 222 raise_exception(m, NULL); in raise_local()
|
/linux-6.6.21/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 388 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) in raise_exception() function 489 raise_exception(fsg->common, FSG_STATE_PROTOCOL_RESET); in fsg_setup() 1554 raise_exception(common, FSG_STATE_ABORT_BULK_OUT); in throw_away_data() 1631 raise_exception(common, FSG_STATE_ABORT_BULK_OUT); in finish_reply() 1647 raise_exception(common, FSG_STATE_ABORT_BULK_OUT); in finish_reply() 3001 raise_exception(common, FSG_STATE_EXIT); in fsg_common_release() 3115 raise_exception(fsg->common, FSG_STATE_EXIT); in fsg_bind()
|