Home
last modified time | relevance | path

Searched refs:big (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c77 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, *tin in xe_migrate_sanity_test()
186 struct xe_bo *pt, *bo = m->pt_bo, *big, *tiny; xe_migrate_sanity_test() local
[all...]
/linux/Documentation/devicetree/bindings/regmap/
H A Dregmap.txt6 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/arch/arm/boot/dts/nxp/ls/
H A Dls1021a.dtsi96 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/tools/testing/selftests/bpf/progs/
H A Dtest_global_func10.c20 __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/net/bluetooth/
H A Dhci_conn.c668 u8 big; member
689 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list()
700 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis); in terminate_big_sync()
709 return hci_le_terminate_big_sync(hdev, d->big, in terminate_big_sync()
723 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big, in hci_le_terminate_big()
730 d->big = conn->iso_qos.bcast.big; in hci_le_terminate_big()
746 bt_dev_dbg(hdev, "big 0x%2.2x sync_handle 0x%4.4x", d->big, in big_terminate_sync()
750 hci_le_big_terminate_sync(hdev, d->big); in big_terminate_sync()
763 if (d->big != conn->iso_qos.bcast.big) in find_bis()
769 static int hci_le_big_terminate(struct hci_dev *hdev, u8 big, struct hci_conn *conn) in hci_le_big_terminate() argument
[all …]
/linux/kernel/bpf/preload/iterators/
H A DREADME3 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 DMakefile40 big: iterators.lskel-big-endian.h target
/linux/Documentation/devicetree/bindings/counter/
H A Dftm-quaddec.txt10 - big-endian: Access the device registers in big-endian mode.
16 big-endian;
/linux/tools/perf/tests/shell/
H A Dstat_bpf_counters.sh44 …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…
H A Dstat+shadow_stat.sh17 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/Documentation/devicetree/bindings/display/
H A Dfsl,dcu.txt14 - big-endian Boolean property, LS1021A DCU registers are big-endian.
26 big-endian;
H A Dsm501fb.txt19 - little-endian: available on big endian systems, to
21 - big-endian: available on little endian systems, to
/linux/arch/mips/boot/dts/brcm/
H A Dbcm3384_viper.dtsi93 big-endian;
102 big-endian;
103 no-big-frame-no;
H A Dbcm3384_zephyr.dtsi111 big-endian;
120 big-endian;
121 no-big-frame-no;
H A Dbcm6358.dtsi163 big-endian;
177 big-endian;
178 no-big-frame-no;
/linux/Documentation/devicetree/bindings/
H A Dcommon-properties.txt13 - 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/i2c/
H A Di2c-mux-reg.txt19 - 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/arch/x86/boot/
H A Dsetup.ld67 . = ASSERT(_end <= 0x8000, "Setup too big!");
70 . = ASSERT(__end_init <= 5*512, "init sections too big!");
/linux/Documentation/devicetree/bindings/mips/cavium/
H A Ductl.txt38 big-endian-regs;
44 big-endian-regs;
/linux/arch/arm/boot/dts/nvidia/
H A DMakefile11 tegra124-nyan-big.dtb \
12 tegra124-nyan-big-fhd.dtb \
/linux/drivers/media/dvb-frontends/
H A Dstv0299.c217 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/userspace-api/media/v4l/
H A Dpixfmt-sdr-pcu20be.rst9 Planar complex unsigned 20-bit big endian IQ sample
16 and Q are represented as a 20 bit unsigned big endian number stored in
H A Dpixfmt-sdr-pcu16be.rst9 Planar complex unsigned 16-bit big endian IQ sample
16 and Q are represented as a 16 bit unsigned big endian number stored in
H A Dpixfmt-sdr-pcu18be.rst9 Planar complex unsigned 18-bit big endian IQ sample
16 and Q are represented as a 18 bit unsigned big endian number stored in
/linux/Documentation/networking/device_drivers/cellular/qualcomm/
H A Drmnet.rst32 MAP header fields are in big endian format.
58 MAP header fields are in big endian format.
83 by the hardware.Checksum offload header fields are in big endian format.
111 MAP header fields are in big endian format.
138 Checksum offload header fields are in big endian format.

12345678910>>...13