Searched refs:raise_exception (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kernel/cpu/mce/
H A Dinject.c156 static void raise_exception(struct mce *m, struct pt_regs *pregs) function
185 raise_exception(m, regs);
199 raise_exception(m, NULL);
222 raise_exception(m, NULL);
/linux-master/drivers/usb/gadget/function/
H A Df_mass_storage.c388 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) function
489 raise_exception(fsg->common, FSG_STATE_PROTOCOL_RESET);
1554 raise_exception(common, FSG_STATE_ABORT_BULK_OUT);
1631 raise_exception(common, FSG_STATE_ABORT_BULK_OUT);
1647 raise_exception(common, FSG_STATE_ABORT_BULK_OUT);
3001 raise_exception(common, FSG_STATE_EXIT);
3115 raise_exception(fsg->common, FSG_STATE_EXIT);

Completed in 114 milliseconds