Searched +full:endianness +full:- +full:agnostic (Results 1 – 10 of 10) sorted by relevance
| /linux/Documentation/devicetree/bindings/rng/ |
| H A D | microsoft,vmgenid.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jason A. Donenfeld <Jason@zx2c4.com> 25 Specifies a 16-byte VMGenID in endianness-agnostic hexadecimal format. 34 - compatible 35 - reg 36 - interrupts 41 - | 42 #include <dt-bindings/interrupt-controller/arm-gic.h>
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | rx.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2024-2025 Intel Corporation 11 * enum iwl_mld_internal_rxq_notif_type - RX queue sync notif types 22 * struct iwl_mld_internal_rxq_notif - @iwl_rxq_sync_cmd internal data. 24 * aligned. FW is agnostic to the data, so there are no endianness requirements 39 * struct iwl_mld_rx_queues_sync - RX queues sync data
|
| /linux/arch/arm/include/asm/ |
| H A D | opcodes.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 50 * format and in-memory representation, in an endianness-agnostic manner. 52 * __mem_to_opcode_*() convert from in-memory representation to canonical form. 53 * __opcode_to_mem_*() convert from canonical form to in-memory representation. 59 * Thumb 16-bit: 0x0000KKLL, where KK < 0xE8 60 * Thumb 32-bit: 0xKKLLMMNN, where KK >= 0xE8 67 * represent any valid Thumb-2 instruction. For this range, 116 * On BE32 systems, using 32-bit accesses to store Thumb instructions will not 148 /* Operations to construct or split 32-bit Thumb instructions: */ 180 * __inst_thumb16(x): emit the specified 16-bit Thumb opcode [all …]
|
| /linux/Documentation/bpf/standardization/ |
| H A D | instruction-set.rst | 27 BCP 14 `<https://www.rfc-editor.org/info/rfc2119>`_ 28 `<https://www.rfc-editor.org/info/rfc8174>`_ 38 ----- 51 .. table:: Meaning of bit-width notation 63 For example, `u32` is a type whose valid values are all the 32-bit unsigned 64 numbers and `s16` is a type whose valid values are all the 16-bit signed 68 --------- 70 The following byteswap functions are direction-agnostic. That is, 74 * be16: Takes an unsigned 16-bit number and converts it between 75 host byte order and big-endian [all …]
|
| /linux/arch/mips/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 144 bool "Generic board-agnostic MIPS kernel" 286 Build a generic DT-based kernel image that boots on select 287 BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top 379 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the 380 DECstation porting pages on <http://decstation.unix-ag.org/>. 444 Olivetti M700-10 workstations. 481 bool "Loongson 32-bit family of machines" 501 This enables support for the Loongson-1 family of machines. 503 Loongson-1 is a family of 32-bit MIPS-compatible SoCs developed by [all …]
|
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 1 // SPDX-License-Identifier: GPL-2.0-only 60 /* Attempt to de-conflict with the selftests tree. */ 331 return -1; in __filecmp() 405 EXPECT_EQ(-1, ret); in TEST() 433 EXPECT_EQ(-1, ret); in TEST() 472 prog.len -= 1; in TEST() 514 TH_LOG("Allowed %d %d-insn filters (total with penalties:%d)", in TEST() 537 EXPECT_EQ(-1, ret); in TEST() 599 EXPECT_EQ(-1, ret); in TEST() 721 /* Only both with lower 32-bit for now. */ in TEST_SIGNAL() [all …]
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 Copyright (C) 2001-2008, LINBIT Information Technologies GmbH. 8 Copyright (C) 1999-2008, Philipp Reisner <philipp.reisner@linbit.com>. 9 Copyright (C) 2002-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. 73 /* GFP_TRY, because we must not cause arbitrary write-out: in a DRBD in __drbd_alloc_pages() 74 * "criss-cross" setup, that might cause write-out on some other DRBD, in __drbd_alloc_pages() 93 * drbd_alloc_pages() - Returns @number pages, retries forever (or until signalled) 105 * We do not use max-buffers as hard limit, because it could lead to 106 * congestion and further to a distributed deadlock during online-verify or 107 * (checksum based) resync, if the max-buffers, socket buffer sizes and [all …]
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) 6 * Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org> 71 #pragma GCC diagnostic ignored "-Wformat-nonliteral" 299 if (err != -EPERM || geteuid() != 0) in pr_perm_msg() 316 pr_warn("permission error while running as root; try raising 'ulimit - in pr_perm_msg() [all...] |
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 The Definitive KVM (Kernel-based Virtual Machine) API Documentation 24 - System ioctls: These query and set global attributes which affect the 28 - VM ioctls: These query and set attributes that affect an entire virtual 35 - vcpu ioctls: These query and set attributes that control the operation 43 - device ioctls: These query and set attributes that control the operation 92 facility that allows backward-compatible extensions to the API to be 133 ----------------------- 150 ----------------- 189 address used by the VM. The IPA_Bits is encoded in bits[7-0] of the [all …]
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com 7 #include <linux/bpf-cgroup.h> 23 #include <linux/error-injection.h> 60 * The first pass is depth-first-search to check that the program is a DAG. 62 * - larger than BPF_MAXINSNS insns 63 * - if loop is present (detected via back-edge) 64 * - unreachable insns exist (shouldn't be a forest. program = one function) 65 * - out of bounds or malformed jumps 77 * All registers are 64-bit. [all …]
|