Home
last modified time | relevance | path

Searched refs:_target (Results 1 – 20 of 20) sorted by relevance

/linux-6.1.9/arch/s390/include/asm/
Dasm-extable.h25 #define __EX_TABLE(_section, _fault, _target, _type) \ argument
29 stringify_in_c(.long (_target) - .;) \
34 #define __EX_TABLE_UA(_section, _fault, _target, _type, _regerr, _regaddr, _len)\ argument
38 stringify_in_c(.long (_target) - .;) \
73 #define EX_TABLE(_fault, _target) \ argument
74 __EX_TABLE(__ex_table, _fault, _target, EX_TYPE_FIXUP)
76 #define EX_TABLE_AMODE31(_fault, _target) \ argument
77 __EX_TABLE(.amode31.ex_table, _fault, _target, EX_TYPE_FIXUP)
79 #define EX_TABLE_UA_STORE(_fault, _target, _regerr) \ argument
80 __EX_TABLE_UA(__ex_table, _fault, _target, EX_TYPE_UA_STORE, _regerr, _regerr, 0)
[all …]
/linux-6.1.9/arch/powerpc/include/asm/
Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
41 stringify_in_c(.long (_target) - . ;) \
Dppc_asm.h803 #define RESTART_TABLE(_start, _end, _target) \ argument
808 stringify_in_c(.llong (_target);) \
/linux-6.1.9/tools/testing/selftests/powerpc/primitives/asm/
Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
41 stringify_in_c(.long (_target) - . ;) \
Dppc_asm.h803 #define RESTART_TABLE(_start, _end, _target) \ argument
808 stringify_in_c(.llong (_target);) \
/linux-6.1.9/tools/perf/util/
Dstat-display.c902 struct target *_target) in sort_aggr_thread() argument
932 if (uval == 0.0 && target__has_per_thread(_target)) in sort_aggr_thread()
954 struct target *_target, in print_aggr_thread() argument
962 buf = sort_aggr_thread(counter, &sorted_threads, _target); in print_aggr_thread()
1263 struct target *_target, in print_header() argument
1274 if (_target->bpf_str) in print_header()
1275 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header()
1276 else if (_target->system_wide) in print_header()
1278 else if (_target->cpu_list) in print_header()
1279 fprintf(output, "\'CPU(s) %s", _target->cpu_list); in print_header()
[all …]
Dstat.h276 struct target *_target, struct timespec *ts, int argc, const char **argv);
/linux-6.1.9/Documentation/hwmon/
Dcorsair-cpro.rst36 fan[1-6]_target Sets fan speed target rpm.
Dmax6620.rst38 fan[1-4]_target rw Desired fan speed in RPM.
Dmax31790.rst40 fan[1-6]_target RW desired fan speed in RPM
Dmax31785.rst42 fan[1-4]_target Fan input target
Dw83791d.rst138 temp[1-3]_target defines the target temperature for Thermal Cruise mode.
Df71805f.rst177 You ask for a specific fan speed by writing to the fan<n>_target file.
Dw83627ehf.rst174 pwm[1-4]_target
Dnct6775.rst230 fan[1-7]_target
Ddell-smm-hwmon.rst39 fan[1-3]_target RO Expected Fan speed in RPM
Dsysfs-interface.rst184 `fan[1-*]_target`
/linux-6.1.9/tools/perf/
Dbuiltin-stat.c578 static bool is_target_alive(struct target *_target, in is_target_alive() argument
584 if (!target__has_task(_target)) in is_target_alive()
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13331 static void be32_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be32_to_cpu_n() argument
13334 u32 *target = (u32 *)_target; in be32_to_cpu_n()
13345 static void bnx2x_prep_ops(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_ops() argument
13348 struct raw_op *target = (struct raw_op *)_target; in bnx2x_prep_ops()
13362 static void bnx2x_prep_iro(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_iro() argument
13365 struct iro *target = (struct iro *)_target; in bnx2x_prep_iro()
13382 static void be16_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be16_to_cpu_n() argument
13385 u16 *target = (u16 *)_target; in be16_to_cpu_n()
/linux-6.1.9/drivers/hwmon/
Dw83795.c1651 SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \