/linux-6.12.1/Documentation/devicetree/bindings/regmap/ |
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-6.12.1/tools/testing/selftests/bpf/progs/ |
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-6.12.1/drivers/gpu/drm/xe/tests/ |
D | xe_migrate.c | 77 bool big = bo->size >= SZ_2M; in test_copy() local 79 const char *str = big ? "Copying big bo" : "Copying small bo"; in test_copy() 110 if (!sanity_fence_failed(xe, fence, big ? "Clearing remote big bo" : in test_copy() 128 if (!sanity_fence_failed(xe, fence, big ? "Copying big bo remote -> vram" : in test_copy() 145 if (!sanity_fence_failed(xe, fence, big ? "Copying big bo vram -> remote" : in test_copy() 187 struct xe_bo *pt, *bo = m->pt_bo, *big, *tiny; in xe_migrate_sanity_test() local 202 big = xe_bo_create_pin_map(xe, tile, m->q->vm, SZ_4M, in xe_migrate_sanity_test() 206 if (IS_ERR(big)) { in xe_migrate_sanity_test() 207 KUNIT_FAIL(test, "Failed to allocate bo: %li\n", PTR_ERR(big)); in xe_migrate_sanity_test() 303 xe_map_memset(xe, &big->vmap, 0, 0x11, big->size); in xe_migrate_sanity_test() [all …]
|
/linux-6.12.1/arch/arm/boot/dts/nxp/ls/ |
D | ls1021a.dtsi | 96 big-endian; 142 big-endian; 165 big-endian; 184 big-endian; 306 big-endian; 319 big-endian; 398 big-endian; 405 big-endian; 412 big-endian; 419 big-endian; [all …]
|
/linux-6.12.1/kernel/bpf/preload/iterators/ |
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.
|
D | Makefile | 40 big: iterators.lskel-big-endian.h target
|
/linux-6.12.1/Documentation/devicetree/bindings/counter/ |
D | ftm-quaddec.txt | 10 - big-endian: Access the device registers in big-endian mode. 16 big-endian;
|
/linux-6.12.1/tools/perf/tests/shell/ |
D | stat_bpf_counters.sh | 44 …base_instructions=$(perf stat --no-big-num -e instructions -- $workload 2>&1 | awk '/instructions/… 45 …bpf_instructions=$(perf stat --no-big-num --bpf-counters -e instructions -- $workload 2>&1 | awk … 54 …stat_output=$(perf stat --no-big-num -e instructions/name=base_instructions/,instructions/name=bpf…
|
D | stat+shadow_stat.sh | 17 perf stat -a --no-big-num -e cycles,instructions sleep 1 2>&1 | \ 56 perf stat -a -A --no-big-num -e cycles,instructions sleep 1 2>&1 | \
|
/linux-6.12.1/net/bluetooth/ |
D | hci_conn.c | 671 u8 big; member 692 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list() 703 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis); in terminate_big_sync() 712 return hci_le_terminate_big_sync(hdev, d->big, in terminate_big_sync() 726 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big, in hci_le_terminate_big() 733 d->big = conn->iso_qos.bcast.big; in hci_le_terminate_big() 749 bt_dev_dbg(hdev, "big 0x%2.2x sync_handle 0x%4.4x", d->big, in big_terminate_sync() 753 hci_le_big_terminate_sync(hdev, d->big); in big_terminate_sync() 766 if (d->big != conn->iso_qos.bcast.big) in find_bis() 772 static int hci_le_big_terminate(struct hci_dev *hdev, u8 big, struct hci_conn *conn) in hci_le_big_terminate() argument [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/display/ |
D | fsl,dcu.txt | 14 - big-endian Boolean property, LS1021A DCU registers are big-endian. 26 big-endian;
|
D | sm501fb.txt | 19 - little-endian: available on big endian systems, to 21 - big-endian: available on little endian systems, to
|
/linux-6.12.1/arch/mips/boot/dts/brcm/ |
D | bcm3384_viper.dtsi | 93 big-endian; 102 big-endian; 103 no-big-frame-no;
|
D | bcm3384_zephyr.dtsi | 111 big-endian; 120 big-endian; 121 no-big-frame-no;
|
D | bcm6358.dtsi | 163 big-endian; 177 big-endian; 178 no-big-frame-no;
|
/linux-6.12.1/Documentation/devicetree/bindings/ |
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-6.12.1/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux-reg.txt | 19 - big-endian: The existence indicates the register is in big endian. 20 If both little-endian and big-endian are omitted, the endianness of the 36 Example of a mux on PCIe card, the host is a powerpc SoC (big endian):
|
/linux-6.12.1/arch/x86/boot/ |
D | setup.ld | 67 . = ASSERT(_end <= 0x8000, "Setup too big!"); 70 . = ASSERT(__end_init <= 5*512, "init sections too big!");
|
/linux-6.12.1/Documentation/devicetree/bindings/mips/cavium/ |
D | uctl.txt | 38 big-endian-regs; 44 big-endian-regs;
|
/linux-6.12.1/arch/arm/boot/dts/nvidia/ |
D | Makefile | 11 tegra124-nyan-big.dtb \ 12 tegra124-nyan-big-fhd.dtb \
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | pixfmt-sdr-pcu18be.rst | 9 Planar complex unsigned 18-bit big endian IQ sample 16 and Q are represented as a 18 bit unsigned big endian number stored in
|
D | pixfmt-sdr-pcu16be.rst | 9 Planar complex unsigned 16-bit big endian IQ sample 16 and Q are represented as a 16 bit unsigned big endian number stored in
|
D | pixfmt-sdr-pcu20be.rst | 9 Planar complex unsigned 20-bit big endian IQ sample 16 and Q are represented as a 20 bit unsigned big endian number stored in
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1046a.dtsi | 323 big-endian; 429 big-endian; 499 big-endian; 707 big-endian; 818 big-endian; 831 big-endian; 857 big-endian; 870 big-endian; 896 big-endian; 909 big-endian; [all …]
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
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()
|