| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_global_func10.c | 15 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/phy/ |
| H A D | lantiq,vrx200-pcie-phy.yaml | 53 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/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/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/drivers/usb/host/ |
| H A D | ehci-fsl.h | 22 #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/drivers/crypto/cavium/cpt/ |
| H A D | cpt_hw_types.h | 76 #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/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() 782 /* Only terminate BIG if it has been created */ 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() 839 /* Ignore if BIG doesn't match */ in find_bis() [all …]
|
| /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.
|
| /linux/arch/arm/boot/compressed/ |
| H A D | big-endian.S | 3 * 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 D | otx_cpt_hw_types.h | 214 #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/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/arch/arm/include/asm/ |
| H A D | bitops.h | 6 * 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/gpio/ |
| H A D | lacie,netxbig-gpio-ext.yaml | 14 (Example: 2Big/5Big Network v2, 2Big NAS).
|
| /linux/Documentation/netlink/specs/ |
| H A D | tcp_metrics.yaml | 29 byte-order: big-endian 36 byte-order: big-endian 70 byte-order: big-endian 77 byte-order: big-endian
|
| H A D | rt-link.yaml | 662 byte-order: big-endian 666 byte-order: big-endian 1281 byte-order: big-endian 1729 byte-order: big-endian 1733 byte-order: big-endian 1737 byte-order: big-endian 1741 byte-order: big-endian 1765 byte-order: big-endian 1778 byte-order: big-endian 1782 byte-order: big-endian [all …]
|
| /linux/tools/testing/selftests/rseq/ |
| H A D | rseq-arm.h | 27 * - 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/scheduler/ |
| H A D | sched-energy.rst | 19 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 off 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/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 \
|
| /linux/Documentation/process/ |
| H A D | management-style.rst | 54 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/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/arch/mips/boot/dts/brcm/ |
| H A D | bcm3384_viper.dtsi | 93 big-endian; 102 big-endian; 103 no-big-frame-no;
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-netxbig.txt | 2 boards (Example: 2Big/5Big Network v2, 2Big NAS).
|
| /linux/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand.h | 55 * bus endianness (i.e., big-endian CPU + big endian bus ==> native in brcmnand_readl() 58 * Other architectures (e.g., ARM) either do not support big endian, or in brcmnand_readl()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | cputhreads.h | 77 return cpu & ~0x6; /* Big Core */ in cpu_first_tlb_thread_sibling() 85 return cpu | 0x6; /* Big Core */ in cpu_last_tlb_thread_sibling() 93 return 2; /* Big Core */ in cpu_tlb_thread_sibling_step()
|
| /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.
|