Searched refs:MCONSOLE_INTR (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/um/drivers/ |
D | mconsole_user.c | 27 { "sysrq", mconsole_sysrq, MCONSOLE_INTR }, 28 { "help", mconsole_help, MCONSOLE_INTR }, 29 { "cad", mconsole_cad, MCONSOLE_INTR }, 31 { "go", mconsole_go, MCONSOLE_INTR }, 32 { "log", mconsole_log, MCONSOLE_INTR }, 34 { "stack", mconsole_stack, MCONSOLE_INTR },
|
D | mconsole.h | 46 enum mc_context { MCONSOLE_INTR, MCONSOLE_PROC }; enumerator
|
D | mconsole_kern.c | 87 if (req.cmd->context == MCONSOLE_INTR) in mconsole_interrupt()
|