/kernel/linux/linux-6.6/scripts/ |
H A D | faddr2line | 77 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 D | faddr2line | 76 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 D | test-core.c | 447 #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 D | test-core.c | 447 #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 D | stat_output.sh | 21 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 D | acx.c | 100 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 D | acx.c | 100 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 D | ioam6_parser.c | 20 __u64 wide; member 39 .wide = 11111111, 53 .wide = 22222222, 67 .wide = 33333333, 255 cnf.wide != (raw64 & 0xffffffffffffff)) in check_ioam6_data()
|
H A D | ioam6.sh | 317 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 D | stat+json_output.sh | 56 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 D | Makefile | 143 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 D | Makefile | 127 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 D | sym_hipd.c | 1105 * 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 D | sym_hipd.c | 1105 * 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 D | rmi_2d_sensor.c | 72 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 D | rmi_2d_sensor.c | 72 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 D | BusLogic.h | 513 bool wide:1; /* Byte 13 Bit 0 */ member 961 bool wide:1; /* Byte 20 Bit 1 */ member 1008 bool wide:1; member
|
H A D | BusLogic.c | 1376 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 D | wd719x.h | 241 __le32 wide; /* WIDE msg options (ID 0-15) */ member
|
H A D | ncr53c8xx.c | 624 "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 D | BusLogic.h | 505 bool wide:1; /* Byte 13 Bit 0 */ member 953 bool wide:1; /* Byte 20 Bit 1 */ member 998 bool wide:1; member
|
H A D | BusLogic.c | 1269 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 D | wd719x.h | 242 __le32 wide; /* WIDE msg options (ID 0-15) */ member
|
H A D | ncr53c8xx.c | 628 "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 D | poly1305-armv4.pl | 594 @ 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
|