Searched refs:view (Results 1 – 11 of 11) sorted by relevance
/arch/s390/kernel/ |
D | debug.c | 50 struct debug_view *view; /* used view of debug info */ member 80 struct debug_view *view, char *out_buf); 81 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view, 85 struct debug_view *view, char *out_buf); 86 static int debug_input_pages_fn(debug_info_t * id, struct debug_view *view, 89 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view, 92 static int debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view, 95 struct debug_view *view, char *out_buf, 97 static int debug_raw_header_fn(debug_info_t * id, struct debug_view *view, 100 static int debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view, [all …]
|
/arch/sparc/kernel/ |
D | ptrace_32.c | 318 const struct user_regset_view *view; in arch_ptrace() local 323 view = task_user_regset_view(current); in arch_ptrace() 330 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace() 335 copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace() 343 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace() 348 copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace() 356 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace() 361 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace() 377 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace() 382 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
|
D | ptrace_64.c | 857 const struct user_regset_view *view = task_user_regset_view(current); in compat_arch_ptrace() local 875 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace() 880 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace() 887 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace() 892 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace() 899 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace() 904 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace() 918 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace() 923 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace() 968 const struct user_regset_view *view = task_user_regset_view(current); in arch_ptrace() local [all …]
|
/arch/s390/include/asm/ |
D | debug.h | 53 struct debug_view* view, 59 struct debug_view* view, char* out_buf, 62 struct debug_view* view, 65 struct debug_view* view, 70 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view, 225 int debug_register_view(debug_info_t* id, struct debug_view* view); 226 int debug_unregister_view(debug_info_t* id, struct debug_view* view);
|
/arch/arm/boot/dts/ |
D | dm814x.dtsi | 42 * The soc node represents the soc top level view. It is used for IPs 43 * that are not memory mapped in the MPU view or for the MPU itself.
|
D | dm816x.dtsi | 42 * The soc node represents the soc top level view. It is used for IPs 43 * that are not memory mapped in the MPU view or for the MPU itself.
|
D | omap3.dtsi | 57 * The soc node represents the soc top level view. It is used for IPs 58 * that are not memory mapped in the MPU view or for the MPU itself.
|
D | am33xx.dtsi | 75 * The soc node represents the soc top level view. It is used for IPs 76 * that are not memory mapped in the MPU view or for the MPU itself.
|
D | omap4.dtsi | 91 * The soc node represents the soc top level view. It is used for IPs 92 * that are not memory mapped in the MPU view or for the MPU itself.
|
D | omap5.dtsi | 116 * The soc node represents the soc top level view. It is used for IPs 117 * that are not memory mapped in the MPU view or for the MPU itself.
|
D | dra7.dtsi | 76 * The soc node represents the soc top level view. It is used for IPs 77 * that are not memory mapped in the MPU view or for the MPU itself.
|