/linux-6.6.21/arch/s390/include/asm/ |
D | asm-extable.h | 26 #define __EX_TABLE(_section, _fault, _target, _type) \ argument 30 stringify_in_c(.long (_target) - .;) \ 35 #define __EX_TABLE_UA(_section, _fault, _target, _type, _regerr, _regaddr, _len)\ argument 39 stringify_in_c(.long (_target) - .;) \ 74 #define EX_TABLE(_fault, _target) \ argument 75 __EX_TABLE(__ex_table, _fault, _target, EX_TYPE_FIXUP) 77 #define EX_TABLE_AMODE31(_fault, _target) \ argument 78 __EX_TABLE(.amode31.ex_table, _fault, _target, EX_TYPE_FIXUP) 80 #define EX_TABLE_UA_STORE(_fault, _target, _regerr) \ argument 81 __EX_TABLE_UA(__ex_table, _fault, _target, EX_TYPE_UA_STORE, _regerr, _regerr, 0) [all …]
|
/linux-6.6.21/tools/testing/selftests/powerpc/primitives/asm/ |
D | extable.h | 37 #define EX_TABLE(_fault, _target) \ argument 41 stringify_in_c(.long (_target) - . ;) \
|
D | ppc_asm.h | 860 #define RESTART_TABLE(_start, _end, _target) \ argument 865 stringify_in_c(.llong (_target);) \
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | extable.h | 37 #define EX_TABLE(_fault, _target) \ argument 41 stringify_in_c(.long (_target) - . ;) \
|
D | ppc_asm.h | 860 #define RESTART_TABLE(_start, _end, _target) \ argument 865 stringify_in_c(.llong (_target);) \
|
/linux-6.6.21/tools/perf/util/ |
D | stat-display.c | 1240 struct target *_target __maybe_unused, in print_header_interval_std() 1287 struct target *_target, struct evlist *evlist, in print_header_std() argument 1295 if (_target->bpf_str) in print_header_std() 1296 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header_std() 1297 else if (_target->system_wide) in print_header_std() 1299 else if (_target->cpu_list) in print_header_std() 1300 fprintf(output, "\'CPU(s) %s", _target->cpu_list); in print_header_std() 1301 else if (!target__has_task(_target)) { in print_header_std() 1305 } else if (_target->pid) in print_header_std() 1306 fprintf(output, "process id \'%s", _target->pid); in print_header_std() [all …]
|
D | stat.h | 224 struct target *_target, struct timespec *ts, int argc, const char **argv);
|
/linux-6.6.21/Documentation/hwmon/ |
D | max6620.rst | 38 fan[1-4]_target rw Desired fan speed in RPM.
|
D | corsair-cpro.rst | 36 fan[1-6]_target Sets fan speed target rpm.
|
D | max31790.rst | 40 fan[1-6]_target RW desired fan speed in RPM
|
D | max31785.rst | 42 fan[1-4]_target Fan input target
|
D | w83791d.rst | 138 temp[1-3]_target defines the target temperature for Thermal Cruise mode.
|
D | f71805f.rst | 177 You ask for a specific fan speed by writing to the fan<n>_target file.
|
D | nct6775.rst | 236 fan[1-7]_target
|
D | w83627ehf.rst | 174 pwm[1-4]_target
|
D | dell-smm-hwmon.rst | 39 fan[1-3]_target RO Expected Fan speed in RPM
|
D | sysfs-interface.rst | 184 `fan[1-*]_target`
|
/linux-6.6.21/include/linux/ |
D | device-mapper.h | 653 return dm_register_target(&(name##_target)); \ 658 dm_unregister_target(&(name##_target)); \
|
/linux-6.6.21/tools/perf/ |
D | builtin-stat.c | 525 static bool is_target_alive(struct target *_target, in is_target_alive() argument 531 if (!target__has_task(_target)) in is_target_alive()
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13318 static void be32_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be32_to_cpu_n() argument 13321 u32 *target = (u32 *)_target; in be32_to_cpu_n() 13332 static void bnx2x_prep_ops(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_ops() argument 13335 struct raw_op *target = (struct raw_op *)_target; in bnx2x_prep_ops() 13349 static void bnx2x_prep_iro(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_iro() argument 13352 struct iro *target = (struct iro *)_target; in bnx2x_prep_iro() 13369 static void be16_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be16_to_cpu_n() argument 13372 u16 *target = (u16 *)_target; in be16_to_cpu_n()
|
/linux-6.6.21/drivers/hwmon/ |
D | w83795.c | 1651 SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \
|