Home
last modified time | relevance | path

Searched refs:view (Results 1 – 14 of 14) sorted by relevance

/arch/s390/include/asm/
A Ddebug.h66 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 Ddebug.c393 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 DMakefile6 CFLAGS_ptrace-view.o += -DUTS_MACHINE='"$(UTS_MACHINE)"'
8 obj-y += ptrace.o ptrace-view.o
/arch/s390/pci/
A Dpci_report.c53 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 Dam335x-osd335x-common.dtsi26 * 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 Ddm816x.dtsi41 * 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 Dam33xx.dtsi182 * 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 Ddm814x.dtsi45 * 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 Domap3.dtsi56 * 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 Dsdm845-cheza-r1.dts24 * view they are the same.
A Dsdm845-cheza-r2.dts24 * view they are the same.
/arch/sparc/kernel/
A Dptrace_64.c1013 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 Drk3399-gru.dtsi35 * view, though, we won't create a full fixed regulator. We'll just
/arch/arm64/
A DKconfig1016 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