Home
last modified time | relevance | path

Searched refs:wide (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/linux-6.1.9/scripts/
Dfaddr2line77 local start_kernel_addr=$(${READELF} --symbols --wide $objfile | sed 's/\[.*\]//' |
133 sec_size=$(${READELF} --section-headers --wide $objfile |
144 sec_name=$(${READELF} --section-headers --wide $objfile |
182 …done < <(${READELF} --symbols --wide $objfile | sed 's/\[.*\]//' | ${AWK} -v sec=$sym_sec '$7 == s…
263 …done < <(${READELF} --symbols --wide $objfile | sed 's/\[.*\]//' | ${AWK} -v fn=$sym_name '$4 == "…
276 ${READELF} --section-headers --wide $objfile | ${GREP} -q '\.debug_info' || die "CONFIG_DEBUG_INFO …
/linux-6.1.9/Documentation/userspace-api/media/rc/
Dlirc-set-wideband-receiver.rst13 LIRC_SET_WIDEBAND_RECEIVER - enable wide band receiver.
35 Some receivers are equipped with special wide band receiver which is
48 carrier reports. Trying to disable wide band receiver while carrier
/linux-6.1.9/Documentation/bpf/
Dinstruction-set.rst15 all of which are 64-bits wide.
33 * the wide instruction encoding, which appends a second 64-bit immediate value
92 ``BPF_ALU`` uses 32-bit wide operands while ``BPF_ALU64`` uses 64-bit wide operands for
167 ``BPF_JMP32`` uses 32-bit wide operands while ``BPF_JMP`` uses 64-bit wide operands for
261 * 8-bit and 16-bit wide atomic operations are not supported.
313 Instructions with the ``BPF_IMM`` 'mode' modifier use the wide instruction
/linux-6.1.9/arch/arm/probes/kprobes/
Dtest-core.c447 #define wide ".w" macro
449 #define wide macro
455 "stmdb"wide" sp!, {r3-r11,lr} \n\t" in benchmark_pushpop1()
456 "ldmia"wide" sp!, {r3-r11,pc}" in benchmark_pushpop1()
463 "stmdb"wide" sp!, {r0-r8,lr} \n\t" in benchmark_pushpop2()
464 "ldmia"wide" sp!, {r0-r8,pc}" in benchmark_pushpop2()
471 "stmdb"wide" sp!, {r4,lr} \n\t" in benchmark_pushpop3()
472 "ldmia"wide" sp!, {r4,pc}" in benchmark_pushpop3()
479 "stmdb"wide" sp!, {r0,lr} \n\t" in benchmark_pushpop4()
480 "ldmia"wide" sp!, {r0,pc}" in benchmark_pushpop4()
/linux-6.1.9/tools/perf/tests/shell/
Dstat+csv_output.sh69 perf stat -x, -a true 2>&1 | commachecker --system-wide
82 perf stat -x, -A -a --no-merge true 2>&1 | commachecker --system-wide-no-aggr
Dstat+json_output.sh47 perf stat -j -a true 2>&1 | $PYTHON $pythonchecker --system-wide
60 perf stat -j -A -a --no-merge true 2>&1 | $PYTHON $pythonchecker --system-wide-no-aggr
/linux-6.1.9/Documentation/devicetree/bindings/firmware/
Dqemu,fw-cfg-mmio.yaml16 - A write-only, 16-bit wide selector (or control) register,
17 - a read-write, 64-bit wide data register.
/linux-6.1.9/tools/lib/bpf/
DMakefile127 GLOBAL_SYM_COUNT = $(shell readelf -s --wide $(BPF_IN_SHARED) | \
132 VERSIONED_SYM_COUNT = $(shell readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
190 readelf -s --wide $(BPF_IN_SHARED) | \
195 readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
/linux-6.1.9/Documentation/networking/devlink/
Dindex.rst5 related to any device class, such as chip-wide/switch-ASIC-wide configuration.
/linux-6.1.9/tools/testing/selftests/net/
Dioam6_parser.c20 __u64 wide; member
39 .wide = 11111111,
53 .wide = 22222222,
67 .wide = 33333333,
255 cnf.wide != (raw64 & 0xffffffffffffff)) in check_ioam6_data()
/linux-6.1.9/drivers/net/wireless/ti/wl18xx/
Dacx.c100 int wl18xx_acx_peer_ht_operation_mode(struct wl1271 *wl, u8 hlid, bool wide) in wl18xx_acx_peer_ht_operation_mode() argument
106 hlid, wide); in wl18xx_acx_peer_ht_operation_mode()
115 acx->bandwidth = wide ? WLCORE_BANDWIDTH_40MHZ : WLCORE_BANDWIDTH_20MHZ; in wl18xx_acx_peer_ht_operation_mode()
/linux-6.1.9/Documentation/fb/
Dvt8623fb.rst30 driver. Text mode supports 8bit wide fonts only (hardware limitation) and
36 8bit wide fonts only (driver limitation).
Darkfb.rst32 wide fonts only (hardware limitation) and 16bit tall fonts (driver
39 8bit wide fonts only (driver limitation).
Ds3fb.rst41 limitation is not enforced by driver. Text mode supports 8bit wide fonts only
48 8bit wide fonts only (driver limitation).
/linux-6.1.9/drivers/mtd/chips/
DKconfig89 8 bits wide, say 'Y'.
96 16 bits wide, say 'Y'.
103 32 bits wide, say 'Y'.
110 64 bits wide, say 'Y'.
117 128 bits wide, say 'Y'.
125 256 bits wide, say 'Y'.
/linux-6.1.9/Documentation/admin-guide/pm/
Dindex.rst11 system-wide
/linux-6.1.9/tools/perf/Documentation/
Dperf-stat.txt124 system-wide collection from all CPUs (default if no target is specified)
152 to activate system-wide monitoring. Default is to count on all CPUs.
202 If wanting to monitor, say, 'cycles' for a cgroup and also for system wide, this
298 Aggregate counts per processor socket for system-wide mode measurements. This
300 use --per-socket in addition to -a. (system-wide). The output includes the
305 Aggregate counts per processor die for system-wide mode measurements. This
307 use --per-die in addition to -a. (system-wide). The output includes the
312 Aggregate counts per physical processor for system-wide mode measurements. This
314 use --per-core in addition to -a. (system-wide). The output includes the
322 Aggregate counts per NUMA nodes for system-wide mode measurements. This
[all …]
Dperf-iostat.txt59 Performance counter stats for 'system wide':
78 Performance counter stats for 'system wide':
/linux-6.1.9/arch/arm/boot/dts/
Dtegra20-medcom-wide.dts8 compatible = "ad,medcom-wide", "ad,tamonten", "nvidia,tegra20";
72 compatible = "ad,tegra-audio-wm8903-medcom-wide",
/linux-6.1.9/tools/perf/tests/attr/
Dtest-record-C022 [event:system-wide-dummy]
/linux-6.1.9/drivers/input/rmi4/
Drmi_2d_sensor.c72 int wide, major, minor; in rmi_2d_sensor_abs_report() local
89 wide = (obj->wx > obj->wy); in rmi_2d_sensor_abs_report()
100 input_event(sensor->input, EV_ABS, ABS_MT_ORIENTATION, wide); in rmi_2d_sensor_abs_report()
/linux-6.1.9/drivers/staging/wlan-ng/
DKconfig9 This is the wlan-ng prism 2.5/3 USB driver for a wide range of
/linux-6.1.9/Documentation/networking/
Dioam6-sysctl.rst24 Define the wide IOAM id of this interface.
/linux-6.1.9/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1932 u_char per, u_char wide, u_char div, u_char fak) argument
1974 if (wide != 0)
2062 static void sym_setwide(struct sym_hcb *np, int target, u_char wide) argument
2067 sym_settrans(np, target, 0, 0, 0, wide, 0, 0);
2069 if (wide)
2074 tp->tgoal.width = wide;
2077 spi_width(starget) = wide;
2096 u_char wide = (tp->head.wval & EWS) ? BUS_16_BIT : BUS_8_BIT; local
2098 sym_settrans(np, target, 0, ofs, per, wide, div, fak);
2100 if (wide)
[all …]
/linux-6.1.9/Documentation/devicetree/bindings/pwm/
Dmicrochip,corepwm.yaml42 A 16 bit wide "SHADOW_REG_EN" parameter of the IP core controls whether synchronous
46 At runtime a bit wide register exposed to APB can be used to toggle on/off

12345678910>>...14