Home
last modified time | relevance | path

Searched refs:debug_info (Results 1 – 25 of 55) sorted by relevance

123

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_debugfs.c63 struct cros_ec_debugfs *debug_info = in cros_ec_console_log_work() local
67 struct cros_ec_dev *ec = debug_info->ec; in cros_ec_console_log_work()
68 struct circ_buf *cb = &debug_info->log_buffer; in cros_ec_console_log_work()
74 (struct ec_params_console_read_v1 *)debug_info->read_msg->data; in cros_ec_console_log_work()
75 uint8_t *ec_buffer = (uint8_t *)debug_info->read_msg->data; in cros_ec_console_log_work()
85 mutex_lock(&debug_info->log_mutex); in cros_ec_console_log_work()
98 debug_info->read_msg); in cros_ec_console_log_work()
117 mutex_unlock(&debug_info->log_mutex); in cros_ec_console_log_work()
120 schedule_delayed_work(&debug_info->log_poll_work, in cros_ec_console_log_work()
134 struct cros_ec_debugfs *debug_info = file->private_data; in cros_ec_console_log_read() local
[all …]
/openbmc/linux/drivers/platform/chrome/wilco_ec/
H A Ddebugfs.c29 static struct wilco_ec_debugfs *debug_info; variable
98 char *buf = debug_info->formatted_data; in raw_write()
123 memset(debug_info->raw_data, 0, sizeof(debug_info->raw_data)); in raw_write()
124 msg.response_data = debug_info->raw_data; in raw_write()
127 ret = wilco_ec_mailbox(debug_info->ec, &msg); in raw_write()
130 debug_info->response_size = ret; in raw_write()
140 if (debug_info->response_size) { in raw_read()
141 fmt_len = hex_dump_to_buffer(debug_info->raw_data, in raw_read()
142 debug_info->response_size, in raw_read()
143 16, 1, debug_info->formatted_data, in raw_read()
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c227 struct debug_info *debug_info = &current->thread.debug; in hw_breakpoint_control() local
238 reg_enable = !debug_info->bps_disabled; in hw_breakpoint_control()
245 reg_enable = !debug_info->wps_disabled; in hw_breakpoint_control()
627 struct debug_info *debug_info; in breakpoint_handler() local
632 debug_info = &current->thread.debug; in breakpoint_handler()
667 debug_info->bps_disabled = 1; in breakpoint_handler()
671 if (debug_info->wps_disabled) in breakpoint_handler()
675 debug_info->suspended_step = 1; in breakpoint_handler()
762 struct debug_info *debug_info; in watchpoint_handler() local
766 debug_info = &current->thread.debug; in watchpoint_handler()
[all …]
/openbmc/linux/drivers/char/hw_random/
H A Ds390-trng.c35 static debug_info_t *debug_info; variable
37 #define DEBUG_DBG(...) debug_sprintf_event(debug_info, 6, ##__VA_ARGS__)
38 #define DEBUG_INFO(...) debug_sprintf_event(debug_info, 5, ##__VA_ARGS__)
39 #define DEBUG_WARN(...) debug_sprintf_event(debug_info, 4, ##__VA_ARGS__)
40 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__)
202 debug_info = debug_register("trng", 1, 1, 4 * sizeof(long)); in trng_debug_init()
203 debug_register_view(debug_info, &debug_sprintf_view); in trng_debug_init()
204 debug_set_level(debug_info, 3); in trng_debug_init()
209 debug_unregister(debug_info); in trng_debug_exit()
/openbmc/linux/Documentation/arch/s390/
H A Ds390dbf.rst136 static debug_info_t *debug_info;
142 debug_info = debug_register("test", 1, 4, 4 );
143 debug_register_view(debug_info, &debug_hex_ascii_view);
145 debug_text_event(debug_info, 4 , "one ");
146 debug_int_exception(debug_info, 4, 4711);
147 debug_event(debug_info, 3, &debug_info, 4);
154 debug_unregister(debug_info);
169 static debug_info_t *debug_info;
176 debug_info = debug_register("test", 1, 4, sizeof(long) * 3);
177 debug_register_view(debug_info, &debug_sprintf_view);
[all …]
/openbmc/linux/drivers/hv/
H A Dring_buffer.c150 struct hv_ring_buffer_debug_info *debug_info) in hv_ringbuffer_get_debuginfo() argument
165 debug_info->bytes_avail_toread = bytes_avail_toread; in hv_ringbuffer_get_debuginfo()
166 debug_info->bytes_avail_towrite = bytes_avail_towrite; in hv_ringbuffer_get_debuginfo()
167 debug_info->current_read_index = ring_info->ring_buffer->read_index; in hv_ringbuffer_get_debuginfo()
168 debug_info->current_write_index = ring_info->ring_buffer->write_index; in hv_ringbuffer_get_debuginfo()
169 debug_info->current_interrupt_mask in hv_ringbuffer_get_debuginfo()
/openbmc/linux/drivers/s390/crypto/
H A Dpkey_api.c45 static debug_info_t *debug_info; variable
47 #define DEBUG_DBG(...) debug_sprintf_event(debug_info, 6, ##__VA_ARGS__)
48 #define DEBUG_INFO(...) debug_sprintf_event(debug_info, 5, ##__VA_ARGS__)
49 #define DEBUG_WARN(...) debug_sprintf_event(debug_info, 4, ##__VA_ARGS__)
50 #define DEBUG_ERR(...) debug_sprintf_event(debug_info, 3, ##__VA_ARGS__)
55 debug_info = debug_register("pkey", 1, 1, 5 * sizeof(long)); in pkey_debug_init()
56 debug_register_view(debug_info, &debug_sprintf_view); in pkey_debug_init()
57 debug_set_level(debug_info, 3); in pkey_debug_init()
62 debug_unregister(debug_info); in pkey_debug_exit()
339 rc = cca_check_secaeskeytoken(debug_info, 3, (u8 *)seckey, 0); in pkey_verifykey()
[all …]
/openbmc/u-boot/arch/arm/include/asm/
H A Dprocessor.h61 struct debug_info { struct
75 struct debug_info debug; argument
/openbmc/linux/arch/arm/include/asm/
H A Dprocessor.h25 struct debug_info { struct
37 struct debug_info debug; argument
/openbmc/linux/sound/soc/sh/rcar/
H A Ddebugfs.c33 if (mod->ops->debug_info) in rsnd_debugfs_show()
34 mod->ops->debug_info(m, io, mod); in rsnd_debugfs_show()
/openbmc/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S72 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/openbmc/linux/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S70 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/openbmc/linux/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S85 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/openbmc/linux/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S85 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/openbmc/u-boot/arch/mips/cpu/
H A Du-boot-spl.lds84 .debug_info 0 : {
85 *(.debug_info
H A Du-boot.lds106 .debug_info 0 : {
107 *(.debug_info
/openbmc/linux/arch/s390/kernel/
H A Ddebug.c532 debug_info_t *debug_info, *debug_info_snapshot; in debug_open() local
537 debug_info = file_inode(file)->i_private; in debug_open()
540 if (!debug_info->views[i]) in debug_open()
542 else if (debug_info->debugfs_entries[i] == file->f_path.dentry) in debug_open()
555 if (!debug_info->views[i]->format_proc && !debug_info->views[i]->header_proc) in debug_open()
556 debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS); in debug_open()
558 debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS); in debug_open()
572 p_info->debug_info_org = debug_info; in debug_open()
573 p_info->view = debug_info->views[i]; in debug_open()
579 debug_info_get(debug_info); in debug_open()
/openbmc/linux/arch/s390/include/asm/
H A Ddebug.h44 typedef struct debug_info { struct
45 struct debug_info *next; argument
46 struct debug_info *prev; argument
/openbmc/u-boot/arch/nios2/cpu/
H A Du-boot.lds115 .debug_info 0 : { *(.debug_info) }
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dldscript.h175 .debug_info 0 : { *(.debug_info) } \
/openbmc/u-boot/drivers/ddr/altera/
H A Dsequencer.c3533 u32 debug_info; in debug_mem_calibrate() local
3548 debug_info = gbl->fom_in; in debug_mem_calibrate()
3549 debug_info |= gbl->fom_out << 8; in debug_mem_calibrate()
3550 writel(debug_info, &sdr_reg_file->fom); in debug_mem_calibrate()
3552 writel(debug_info, &phy_mgr_cfg->cal_debug_info); in debug_mem_calibrate()
3557 debug_info = gbl->error_stage; in debug_mem_calibrate()
3558 debug_info |= gbl->error_substage << 8; in debug_mem_calibrate()
3559 debug_info |= gbl->error_group << 16; in debug_mem_calibrate()
3561 writel(debug_info, &sdr_reg_file->failing_stage); in debug_mem_calibrate()
3562 writel(debug_info, &phy_mgr_cfg->cal_debug_info); in debug_mem_calibrate()
[all …]
/openbmc/linux/arch/arm64/include/asm/
H A Dprocessor.h106 struct debug_info { struct
169 struct debug_info debug; /* debugging */
/openbmc/linux/scripts/
H A Dcheck_extable.sh134 objdump -hj .debug_info ${obj} 2> /dev/null > /dev/null ||
/openbmc/linux/arch/arc/kernel/
H A Dvmlinux.lds.S138 /DISCARD/ : { *(.debug_info) }
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_proto.h229 struct cros_ec_debugfs *debug_info; member

123