Home
last modified time | relevance | path

Searched refs:register_sysrq_key (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/include/linux/
H A Dsysrq.h48 int register_sysrq_key(u8 key, const struct sysrq_key_op *op);
65 static inline int register_sysrq_key(u8 key, const struct sysrq_key_op *op) in register_sysrq_key() function
/linux-6.15/Documentation/translations/zh_TW/admin-guide/
H A Dsysrq.rst231 ``register_sysrq_key(int key, const struct sysrq_key_op *op_p);``,
243 register_sysrq_key 和 unregister_sysrq_key.
245 當然,永遠不要在表中留下無效指針,即,當你的模塊存在調用 register_sysrq_key()
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
H A Dsysrq.rst231 ``register_sysrq_key(int key, const struct sysrq_key_op *op_p);``,
243 register_sysrq_key 和 unregister_sysrq_key.
245 当然,永远不要在表中留下无效指针,即,当你的模块存在调用 register_sysrq_key()
/linux-6.15/kernel/power/
H A Dpoweroff.c41 register_sysrq_key('o', &sysrq_poweroff_op); in pm_sysrq_init()
/linux-6.15/arch/loongarch/kernel/
H A Dsysrq.c63 return register_sysrq_key('x', &sysrq_tlbdump_op); in loongarch_sysrq_init()
/linux-6.15/arch/mips/kernel/
H A Dsysrq.c64 return register_sysrq_key('x', &sysrq_tlbdump_op); in mips_sysrq_init()
/linux-6.15/arch/sparc/kernel/
H A Dprocess_64.c386 int ret = register_sysrq_key('y', &sparc_globalreg_op); in sparc_sysrq_init()
389 ret = register_sysrq_key('x', &sparc_globalpmu_op); in sparc_sysrq_init()
/linux-6.15/drivers/tty/
H A Dsysrq.c1146 int register_sysrq_key(u8 key, const struct sysrq_key_op *op_p) in register_sysrq_key() function
1150 EXPORT_SYMBOL(register_sysrq_key);
/linux-6.15/Documentation/admin-guide/
H A Dsysrq.rst256 ``register_sysrq_key(int key, const struct sysrq_key_op *op_p);`` this will
269 register_sysrq_key and unregister_sysrq_key.
272 your module that called register_sysrq_key() exits, it must call
/linux-6.15/kernel/debug/
H A Ddebug_core.c1071 register_sysrq_key('g', &sysrq_dbg_op); in kgdb_register_callbacks()
/linux-6.15/arch/alpha/kernel/
H A Dsetup.c533 register_sysrq_key('b', &srm_sysrq_reboot_op); in setup_arch()
/linux-6.15/kernel/rcu/
H A Dtree_stall.h1058 return register_sysrq_key('y', &sysrq_rcudump_op); in rcu_sysrq_init()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_fb_helper.c1860 register_sysrq_key('v', &sysrq_drm_fb_helper_restore_op); in __drm_fb_helper_initial_config_and_unlock()
/linux-6.15/kernel/sched/
H A Dext.c6095 register_sysrq_key('S', &sysrq_sched_ext_reset_op); in init_sched_ext_class()
6096 register_sysrq_key('D', &sysrq_sched_ext_dump_op); in init_sched_ext_class()
/linux-6.15/arch/powerpc/xmon/
H A Dxmon.c3994 register_sysrq_key('x', &sysrq_xmon_op); in setup_xmon_sysrq()