Searched refs:view (Results 1 – 14 of 14) sorted by relevance
| /arch/s390/include/asm/ |
| A D | debug.h | 66 struct debug_view *view, 72 struct debug_view *view, char *out_buf, 76 struct debug_view *view, 79 struct debug_view *view, 84 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view, 89 int debug_sprintf_format_fn(debug_info_t *id, struct debug_view *view, 121 ssize_t debug_dump(debug_info_t *id, struct debug_view *view, 400 int debug_register_view(debug_info_t *id, struct debug_view *view); 402 int debug_unregister_view(debug_info_t *id, struct debug_view *view); 464 debug_register_view(&var, (view)); \ [all …]
|
| /arch/s390/kernel/ |
| A D | debug.c | 393 struct debug_view *view = p_info->view; in debug_format_entry() local 400 len += view->prolog_proc(id_snap, view, p_info->temp_buf, in debug_format_entry() 412 if (view->header_proc) { in debug_format_entry() 413 len += view->header_proc(id_snap, view, p_info->act_area, in debug_format_entry() 417 if (view->format_proc) { in debug_format_entry() 418 len += view->format_proc(id_snap, view, p_info->temp_buf + len, in debug_format_entry() 628 if (!view->format_proc && !view->header_proc) in debug_file_private_alloc() 643 p_info->view = view; in debug_file_private_alloc() 1348 if (!(view->prolog_proc || view->format_proc || view->header_proc)) in debug_register_view() 1350 if (!view->input_proc) in debug_register_view() [all …]
|
| /arch/powerpc/kernel/ptrace/ |
| A D | Makefile | 6 CFLAGS_ptrace-view.o += -DUTS_MACHINE='"$(UTS_MACHINE)"' 8 obj-y += ptrace.o ptrace-view.o
|
| /arch/s390/pci/ |
| A D | pci_report.c | 53 static int debug_log_header_fn(debug_info_t *id, struct debug_view *view, in debug_log_header_fn() argument 76 static int debug_prolog_header(debug_info_t *id, struct debug_view *view, in debug_prolog_header() argument
|
| /arch/arm/boot/dts/ti/omap/ |
| A D | am335x-osd335x-common.dtsi | 26 * Therefore, from a DEVICE_ID revision point of view, the silicon looks 27 * like it is Revision 2.1. However, from an EFUSE_SMA point of view for
|
| A D | dm816x.dtsi | 41 * The soc node represents the soc top level view. It is used for IPs 42 * that are not memory mapped in the MPU view or for the MPU itself.
|
| A D | am33xx.dtsi | 182 * The soc node represents the soc top level view. It is used for IPs 183 * that are not memory mapped in the MPU view or for the MPU itself.
|
| A D | dm814x.dtsi | 45 * The soc node represents the soc top level view. It is used for IPs 46 * that are not memory mapped in the MPU view or for the MPU itself.
|
| A D | omap3.dtsi | 56 * The soc node represents the soc top level view. It is used for IPs 57 * that are not memory mapped in the MPU view or for the MPU itself.
|
| /arch/arm64/boot/dts/qcom/ |
| A D | sdm845-cheza-r1.dts | 24 * view they are the same.
|
| A D | sdm845-cheza-r2.dts | 24 * view they are the same.
|
| /arch/sparc/kernel/ |
| A D | ptrace_64.c | 1013 const struct user_regset_view *view = task_user_regset_view(current); in arch_ptrace() local 1044 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace() 1051 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
|
| /arch/arm64/boot/dts/rockchip/ |
| A D | rk3399-gru.dtsi | 35 * view, though, we won't create a full fixed regulator. We'll just
|
| /arch/arm64/ |
| A D | Kconfig | 1016 Affected Cortex-A510 core might cause an inconsistent view on whether trace is 1021 isn't, or vice versa. In these mentioned conditions, the view of whether trace 1025 Work around this in the driver by preventing an inconsistent view of whether the
|
Completed in 29 milliseconds