| /linux/tools/testing/selftests/bpf/libarena/selftests/ |
| H A D | test_bitmap.bpf.c | 288 struct arena_bitmap __arena *big = NULL, *small = NULL; in test_bitmap_subset() local 290 big = bmp_alloc(TEST_BITS); in test_bitmap_subset() 292 if (!big || !small) in test_bitmap_subset() 295 if (!bmp_subset(TEST_BITS, big, small)) in test_bitmap_subset() 299 if (bmp_subset(TEST_BITS, big, small)) in test_bitmap_subset() 302 __bmp_set_bit(0, big); in test_bitmap_subset() 303 if (!bmp_subset(TEST_BITS, big, small)) in test_bitmap_subset() 307 if (bmp_subset(TEST_BITS, big, small)) in test_bitmap_subset() 310 __bmp_set_bit(LAST_BIT, big); in test_bitmap_subset() 311 __bmp_set_bit(MID_BIT, big); in test_bitmap_subset() [all …]
|
| /linux/Documentation/devicetree/bindings/regmap/ |
| H A D | regmap.txt | 6 big-endian, 12 architectures that typically run big-endian operating systems 13 (e.g. PowerPC), registers can be defined as big-endian and must 16 On SoCs that can be operated in both big-endian and little-endian 23 Scenario 1 : a register set in big-endian mode. 27 big-endian;
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_global_func10.c | 20 __noinline int foo(const struct Big *big) in foo() argument 22 if (!big) in foo() 25 return bpf_get_prandom_u32() < big->y; in foo()
|
| /linux/kernel/bpf/preload/iterators/ |
| H A D | README | 3 rebuild "iterators.lskel-little-endian.h". Then, on a big-endian 4 machine, do "make -j big" in this directory to rebuild 5 "iterators.lskel-big-endian.h". Commit both resulting headers.
|
| H A D | Makefile | 40 big: iterators.lskel-big-endian.h target
|
| /linux/tools/perf/tests/shell/ |
| H A D | stat_bpf_counters.sh | 49 base_instructions=$(perf stat --no-big-num -e instructions:u -- "${workload[@]}" 2>&1 | \ 53 bpf_instructions=$(perf stat --no-big-num --bpf-counters -e instructions:u \ 66 stat_output=$(perf stat --no-big-num \
|
| H A D | stat+shadow_stat.sh | 17 perf stat -a --no-big-num -M insn_per_cycle sleep 1 2>&1 | \ 56 perf stat -a -A --no-big-num -M insn_per_cycle sleep 1 2>&1 | \
|
| /linux/net/bluetooth/ |
| H A D | hci_conn.c | 745 u8 big; member 766 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list() 777 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis); in terminate_big_sync() 786 return hci_le_terminate_big_sync(hdev, d->big, in terminate_big_sync() 800 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big, in hci_le_terminate_big() 807 d->big = conn->iso_qos.bcast.big; in hci_le_terminate_big() 823 bt_dev_dbg(hdev, "big 0x%2.2x sync_handle 0x%4.4x", d->big, in big_terminate_sync() 827 hci_le_big_terminate_sync(hdev, d->big); in big_terminate_sync() 840 if (d->big != conn->iso_qos.bcast.big) in find_bis() 852 conn->iso_qos.bcast.big, conn->sync_handle); in hci_le_big_terminate() [all …]
|
| /linux/arch/mips/boot/dts/brcm/ |
| H A D | bcm3384_viper.dtsi | 93 big-endian; 102 big-endian; 103 no-big-frame-no;
|
| H A D | bcm3384_zephyr.dtsi | 111 big-endian; 120 big-endian; 121 no-big-frame-no;
|
| H A D | bcm6328.dtsi | 198 big-endian; 212 big-endian; 213 no-big-frame-no;
|
| H A D | bcm6362.dtsi | 222 big-endian; 236 big-endian; 237 no-big-frame-no;
|
| H A D | bcm63268.dtsi | 233 big-endian; 247 big-endian; 248 no-big-frame-no;
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | common-properties.txt | 13 - big-endian: Boolean; force big endian register accesses 15 know the peripheral always needs to be accessed in big endian (BE) mode. 46 big-endian;
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | sm501fb.txt | 19 - little-endian: available on big endian systems, to 21 - big-endian: available on little endian systems, to
|
| /linux/Documentation/devicetree/bindings/mips/cavium/ |
| H A D | uctl.txt | 38 big-endian-regs; 44 big-endian-regs;
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | Makefile | 11 tegra124-nyan-big.dtb \ 12 tegra124-nyan-big-fhd.dtb \
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-sdr-pcu16be.rst | 10 Planar complex unsigned 16-bit big endian IQ sample 17 and Q are represented as a 16 bit unsigned big endian number stored in
|
| H A D | pixfmt-sdr-pcu18be.rst | 10 Planar complex unsigned 18-bit big endian IQ sample 17 and Q are represented as a 18 bit unsigned big endian number stored in
|
| H A D | pixfmt-sdr-pcu20be.rst | 10 Planar complex unsigned 20-bit big endian IQ sample 17 and Q are represented as a 20 bit unsigned big endian number stored in
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | stv0299.c | 217 u64 big = srate; in stv0299_set_symbolrate() local 224 big = big << 20; in stv0299_set_symbolrate() 225 big += (state->config->mclk-1); // round correctly in stv0299_set_symbolrate() 226 do_div(big, state->config->mclk); in stv0299_set_symbolrate() 227 ratio = big << 4; in stv0299_set_symbolrate()
|
| /linux/Documentation/networking/device_drivers/cellular/qualcomm/ |
| H A D | rmnet.rst | 33 MAP header fields are in big endian format. 60 MAP header fields are in big endian format. 85 by the hardware.Checksum offload header fields are in big endian format. 114 MAP header fields are in big endian format. 142 Checksum offload header fields are in big endian format.
|
| /linux/lib/fonts/ |
| H A D | Kconfig | 60 If the standard 8x16 font is a little too big for you, say Y. 96 big letters. It fits between the sun 12x22 and the normal 8x16 font. 97 If other fonts are too big or too small for you, say Y, otherwise say N. 112 big letters (like the letters used in the SPARC PROM). If the
|
| /linux/Documentation/scsi/ |
| H A D | cxgb3i.rst | 77 The default setting for MaxRecvDataSegmentLength (131072) is too big; 83 too big. A error message in the format of 84 "cxgb3i: ERR! MaxRecvSegmentLength <X> too big. Need to be <= <Y>."
|
| /linux/Documentation/fb/ |
| H A D | arkfb.rst | 13 - probably not working on big endian 50 * big endian support
|