Home
last modified time | relevance | path

Searched refs:wide (Results 1 - 25 of 56) sorted by relevance

123

/kernel/linux/linux-6.6/scripts/
H A 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 == sec' | sort --key=2)
263 done < <(${READELF} --symbols --wide $objfile | sed 's/\[.*\]//' | ${AWK} -v fn=$sym_name '$4 == "FUNC" && $8 == fn')
276 ${READELF} --section-headers --wide $objfile | ${GREP} -q '\.debug_info' || die "CONFIG_DEBUG_INFO not enabled"
/kernel/linux/linux-5.10/scripts/
H A Dfaddr2line76 local start_kernel_addr=$(${READELF} --symbols --wide $objfile | sed 's/\[.*\]//' |
132 sec_size=$(${READELF} --section-headers --wide $objfile |
143 sec_name=$(${READELF} --section-headers --wide $objfile |
181 done < <(${READELF} --symbols --wide $objfile | sed 's/\[.*\]//' | ${AWK} -v sec=$sym_sec '$7 == sec' | sort --key=2)
262 done < <(${READELF} --symbols --wide $objfile | sed 's/\[.*\]//' | ${AWK} -v fn=$sym_name '$4 == "FUNC" && $8 == fn')
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/
H A 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" s in benchmark_pushpop4()
[all...]
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/
H A 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" s in benchmark_pushpop4()
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H A Dstat_output.sh21 echo -n "Checking $1 output: system wide "
28 commachecker --system-wide
34 echo -n "Checking $1 output: system wide no aggregation "
41 commachecker --system-wide-no-aggr
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/
H A 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()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dioam6_parser.c20 __u64 wide; member
39 .wide = 11111111,
53 .wide = 22222222,
67 .wide = 33333333,
255 cnf.wide != (raw64 & 0xffffffffffffff)) in check_ioam6_data()
H A Dioam6.sh317 ip -netns ioam-node-alpha ioam namespace add 123 data ${ALPHA[6]} wide ${ALPHA[7]}
329 ip -netns ioam-node-beta ioam namespace add 123 data ${BETA[6]} wide ${BETA[7]}
338 ip -netns ioam-node-gamma ioam namespace add 123 data ${GAMMA[6]} wide ${GAMMA[7]}
446 data ${ALPHA[6]} wide ${ALPHA[7]}
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dstat+json_output.sh56 echo -n "Checking json output: system wide "
63 $PYTHON $pythonchecker --system-wide --file "${stat_output}"
69 echo -n "Checking json output: system wide no aggregation "
76 $PYTHON $pythonchecker --system-wide-no-aggr --file "${stat_output}"
/kernel/linux/linux-5.10/tools/lib/bpf/
H A DMakefile143 GLOBAL_SYM_COUNT = $(shell readelf -s --wide $(BPF_IN_SHARED) | \
148 VERSIONED_SYM_COUNT = $(shell readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
212 readelf -s --wide $(BPF_IN_SHARED) | \
217 readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
/kernel/linux/linux-6.6/tools/lib/bpf/
H A 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 | \
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1105 * wide/fastmode:
1380 /* all DT transfers must be wide */
1456 nego == NS_WIDE ? "wide msgout" :
1932 u_char per, u_char wide, u_char div, u_char fak)
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;
1931 sym_settrans(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) global() argument
2096 u_char wide = (tp->head.wval & EWS) ? BUS_16_BIT : BUS_8_BIT; global() local
2124 sym_setpprot(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) global() argument
4068 unsigned char wide = np->msgin[6]; global() local
4200 u_char chg, wide; global() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1105 * wide/fastmode:
1380 /* all DT transfers must be wide */
1456 nego == NS_WIDE ? "wide msgout" :
1932 u_char per, u_char wide, u_char div, u_char fak)
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;
1931 sym_settrans(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) global() argument
2096 u_char wide = (tp->head.wval & EWS) ? BUS_16_BIT : BUS_8_BIT; global() local
2124 sym_setpprot(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) global() argument
4068 unsigned char wide = np->msgin[6]; global() local
4200 u_char chg, wide; global() local
[all...]
/kernel/linux/linux-5.10/drivers/input/rmi4/
H A 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()
/kernel/linux/linux-6.6/drivers/input/rmi4/
H A 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()
/kernel/linux/linux-5.10/drivers/scsi/
H A DBusLogic.h513 bool wide:1; /* Byte 13 Bit 0 */ member
961 bool wide:1; /* Byte 20 Bit 1 */ member
1008 bool wide:1; member
H A DBusLogic.c1376 adapter->wide = fpinfo->wide; in blogic_rdconfig()
1387 adapter->maxdev = (adapter->wide ? 16 : 8); in blogic_rdconfig()
1567 adapter->wide = ext_setupinfo.wide; in blogic_rdconfig()
1576 adapter->wide)) in blogic_rdconfig()
1659 adapter->maxdev = (adapter->wide ? 16 : 8); in blogic_rdconfig()
1839 blogic_info("Configuring BusLogic Model %s %s%s%s%s SCSI Host Adapter\n", adapter, adapter->model, blogic_adapter_busnames[adapter->adapter_bus_type], (adapter->wide ? " Wide" : ""), (adapter->differential ? " Differential" : ""), (adapter->ultra ? " Ultra" : "")); in blogic_reportconfig()
1957 if (adapter->wide) in blogic_reportconfig()
H A Dwd719x.h241 __le32 wide; /* WIDE msg options (ID 0-15) */ member
H A Dncr53c8xx.c624 "led:" "wide:"
1015 #define HS_NEGOTIATE (2) /* sync/wide data transfer*/
1163 ** register (sync/wide mode).
1208 ** negotiation of wide and synch transfer and device quirks.
1551 ** While negotiating sync or wide transfer,
1935 static void ncr_setwide (struct ncb *np, struct ccb *cp, u_char wide, u_char ack);
3959 ** Allow to override sync, wide and NOSCAN from in ncr_prepare_setting()
4058 /* negotiate wide transfers ? */ in ncr_prepare_nego()
4092 "wide msgout":"sync_msgout", msgptr); in ncr_prepare_nego()
5353 ** Prepare the negotiation values for wide an
5578 ncr_setwide(struct ncb *np, struct ccb *cp, u_char wide, u_char ack) ncr_setwide() argument
6686 u_char chg, ofs, per, fak, wide; ncr_int_sir() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A DBusLogic.h505 bool wide:1; /* Byte 13 Bit 0 */ member
953 bool wide:1; /* Byte 20 Bit 1 */ member
998 bool wide:1; member
H A DBusLogic.c1269 adapter->wide = fpinfo->wide; in blogic_rdconfig()
1280 adapter->maxdev = (adapter->wide ? 16 : 8); in blogic_rdconfig()
1452 adapter->wide = ext_setupinfo.wide; in blogic_rdconfig()
1461 adapter->wide)) in blogic_rdconfig()
1544 adapter->maxdev = (adapter->wide ? 16 : 8); in blogic_rdconfig()
1709 blogic_info("Configuring BusLogic Model %s %s%s%s%s SCSI Host Adapter\n", adapter, adapter->model, blogic_adapter_busnames[adapter->adapter_bus_type], (adapter->wide ? " Wide" : ""), (adapter->differential ? " Differential" : ""), (adapter->ultra ? " Ultra" : "")); in blogic_reportconfig()
1823 if (adapter->wide) in blogic_reportconfig()
H A Dwd719x.h242 __le32 wide; /* WIDE msg options (ID 0-15) */ member
H A Dncr53c8xx.c628 "led:" "wide:"
1017 #define HS_NEGOTIATE (2) /* sync/wide data transfer*/
1165 ** register (sync/wide mode).
1210 ** negotiation of wide and synch transfer and device quirks.
1548 ** While negotiating sync or wide transfer,
1932 static void ncr_setwide (struct ncb *np, struct ccb *cp, u_char wide, u_char ack);
3931 ** Allow to override sync, wide and NOSCAN from in ncr_prepare_setting()
4030 /* negotiate wide transfers ? */ in ncr_prepare_nego()
4064 "wide msgout":"sync_msgout", msgptr); in ncr_prepare_nego()
5212 ** Prepare the negotiation values for wide an
5412 ncr_setwide(struct ncb *np, struct ccb *cp, u_char wide, u_char ack) ncr_setwide() argument
6520 u_char chg, ofs, per, fak, wide; ncr_int_sir() local
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dpoly1305-armv4.pl594 @ n+m bits wide. However! Even though 2^n is a n+1-bit number,
595 @ m-bit number multiplied by 2^n is still n+m bits wide.
597 @ Sum of two n-bit numbers is n+1 bits wide, sum of three - n+2,
599 @ one is n+1 bits wide.
602 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4

Completed in 44 milliseconds

123