Home
last modified time | relevance | path

Searched full:big (Results 1 – 25 of 1890) sorted by relevance

12345678910>>...76

/linux/Documentation/netlink/specs/
H A Dconntrack.yaml23 byte-order: big-endian
111 byte-order: big-endian
115 byte-order: big-endian
135 byte-order: big-endian
140 byte-order: big-endian
145 byte-order: big-endian
156 byte-order: big-endian
170 byte-order: big-endian
176 byte-order: big-endian
184 byte-order: big-endian
[all …]
H A Dnfsd.yaml16 byte-order: big-endian
38 byte-order: big-endian
43 byte-order: big-endian
56 byte-order: big-endian
60 byte-order: big-endian
H A Dtcp_metrics.yaml29 byte-order: big-endian
36 byte-order: big-endian
70 byte-order: big-endian
77 byte-order: big-endian
/linux/Documentation/devicetree/bindings/arm/
H A Dtegra.yaml155 - const: google,nyan-big-rev10
156 - const: google,nyan-big-rev9
157 - const: google,nyan-big-rev8
158 - const: google,nyan-big-rev7
159 - const: google,nyan-big-rev6
160 - const: google,nyan-big-rev5
161 - const: google,nyan-big-rev4
162 - const: google,nyan-big-rev3
163 - const: google,nyan-big-rev2
164 - const: google,nyan-big-rev1
[all …]
/linux/Documentation/devicetree/bindings/phy/
H A Dlantiq,vrx200-pcie-phy.yaml53 lantiq,rcu-big-endian-mask:
55 description: the mask to set the PDI (PHY) registers for this PHY instance to big endian
57 big-endian:
58 description: Configures the PDI (PHY) registers in big-endian mode
62 description: Configures the PDI (PHY) registers in big-endian mode
75 - lantiq,rcu-big-endian-mask
86 lantiq,rcu-big-endian-mask = <0x80>; /* bit 7 */
87 big-endian;
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_func10.c15 struct Big { struct
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()
34 return foo((struct Big *)&small) ? 1 : 0; in global_func10()
/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/drivers/usb/host/
H A Dehci-fsl.h22 #define USBMODE_ES (1 << 2) /* (Big) Endian Select */
31 #define FSL_SOC_USB_SNOOP1 0x400 /* NOTE: big-endian */
32 #define FSL_SOC_USB_SNOOP2 0x404 /* NOTE: big-endian */
33 #define FSL_SOC_USB_AGECNTTHRSH 0x408 /* NOTE: big-endian */
34 #define FSL_SOC_USB_PRICTRL 0x40c /* NOTE: big-endian */
35 #define FSL_SOC_USB_SICTRL 0x410 /* NOTE: big-endian */
36 #define FSL_SOC_USB_CTRL 0x500 /* NOTE: big-endian */
/linux/Documentation/devicetree/bindings/usb/
H A Dgeneric-ehci.yaml114 big-endian:
117 Set this flag for HCDs with big endian descriptors and big
120 big-endian-desc:
123 Set this flag for HCDs with big endian descriptors.
125 big-endian-regs:
128 Set this flag for HCDs with big endian registers.
176 big-endian;
/linux/net/bluetooth/
H A Dhci_conn.c671 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()
708 /* Only terminate BIG if it has been created */ 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()
765 /* Ignore if BIG doesn't match */ in find_bis()
[all …]
/linux/drivers/crypto/cavium/cpt/
H A Dcpt_hw_types.h76 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
86 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 2 - Big Endian */
133 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
162 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
191 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
224 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
263 * inst_be:1 [8:8](R/W) Instruction big-endian control. When set, instructions,
265 * big-endian format in memory.
287 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
337 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
[all …]
/linux/mm/damon/tests/
H A Dvaddr-kunit.h156 * This function test most common case where the three big regions are only
158 * 50-55, 70-80, 90-100) to fit with the new big regions or remove target
180 * Test slightly bigger change. Similar to above, but the second big region
202 * Test a big change. The second big region has totally freed and mapped to
204 * second big region (50-55-57-59) should be removed and new target region
205 * covering the second big region (61-63) should be created.
226 * Test another big change. Both of the second and third big regions (50-59
228 * 65-68). The target regions which were in the old second and third big
230 * and third big regions should be created.
/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.
/linux/arch/arm/boot/compressed/
H A Dbig-endian.S3 * linux/arch/arm/boot/compressed/big-endian.S
5 * Switch CPU into big endian mode.
12 orr r0, r0, #(1 << 7) @ enable big endian mode
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cpt_hw_types.h214 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
224 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 2 - Big Endian */
271 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
300 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
329 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
362 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
401 * inst_be:1 [8:8](R/W) Instruction big-endian control. When set, instructions,
403 * big-endian format in memory.
425 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
475 #if defined(__BIG_ENDIAN_BITFIELD) /* Word 0 - Big Endian */
[all …]
/linux/arch/arm/include/asm/
H A Dbitops.h6 * Big endian support: Copyright 2001, Nicolas Pitre
129 * When the ARM is put into big endian mode via CR15, the processor
135 * big byte 0 byte 1 byte 2 byte 3
141 * "Big Endian" mode. ARM Application Note 61 is applicable, and is
144 * The following assumes that the data bus connectivity for big endian
170 * Big endian assembly bitops. nr = 0 -> byte 3 bit 0.
209 * These are the big endian, atomic definitions.
/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/tools/testing/selftests/rseq/
H A Drseq-arm.h27 * - ARMv6+ big endian (BE8):
30 * code and big-endian data. The data value of the signature needs to have its
44 * - Prior to ARMv6 big endian (BE32):
46 * Prior to ARMv6, -mbig-endian generates big-endian code and data
52 * data (not a trap instruction) prior to ARMv6 on big endian. This is
/linux/Documentation/devicetree/bindings/gpio/
H A Dlacie,netxbig-gpio-ext.yaml14 (Example: 2Big/5Big Network v2, 2Big NAS).
/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.
/linux/Documentation/scheduler/
H A Dsched-energy.rst19 EAS operates only on heterogeneous CPU topologies (such as Arm big.LITTLE)
77 to capacity and utilization values, EAS is able to estimate how big/busy a
153 are big.
168 | Little | Big |
249 Big CPUs are generally more power hungry than the little ones and are thus used
251 necessarily more energy-efficient than big CPUs. For some systems, the high OPPs
255 of executing on the big side in order to save energy, even though it would fit
258 And even in the case where all OPPs of the big CPUs are less energy-efficient
259 than those of the little, using the big CPUs for a small task might still, under
263 placed on a big CPU, its own execution cost might be higher than if it was
[all …]
/linux/lib/fonts/
H A DKconfig60 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/process/
H A Dmanagement-style.rst54 So the name of the game is to **avoid** decisions, at least the big and
57 needs to do is to turn the big and painful ones into small things where
60 It helps to realize that the key difference between a big decision and a
70 Thus the key to avoiding big decisions becomes to just avoiding to do
83 you made a year ago wasn't a big decision after all, since it could be
97 the first place, and your decision ended up being a big one after
116 embark on a big endeavor.
259 internet, nobody can hear you being subtle". Use a big blunt object to
/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…

12345678910>>...76