Searched refs:raise_exception (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce-inject.c | 62 static void raise_exception(struct mce *m, struct pt_regs *pregs) in raise_exception() function 91 raise_exception(m, regs); in mce_raise_notify() 105 raise_exception(m, NULL); in mce_irq_ipi() 128 raise_exception(m, NULL); in raise_local()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 409 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) in raise_exception() function 534 raise_exception(fsg->common, FSG_STATE_RESET); in fsg_setup() 1489 raise_exception(common, in throw_away_data() 1594 raise_exception(common, FSG_STATE_ABORT_BULK_OUT); in finish_reply() 1610 raise_exception(common, FSG_STATE_ABORT_BULK_OUT); in finish_reply() 2332 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_set_alt() 2340 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_disable() 2365 raise_exception(common, FSG_STATE_EXIT); in handle_exception() 2987 raise_exception(common, FSG_STATE_EXIT); in fsg_common_release() 3102 raise_exception(fsg->common, FSG_STATE_EXIT); in fsg_bind() [all …]
|