| /linux/tools/crypto/tcrypt/ |
| H A D | tcrypt_speed_compare.py | 2 # SPDX-License-Identifier: GPL-2.0 31 lsmod | grep pcrypt && modprobe -r pcrypt 32 dmesg -C 38 lsmod | grep pcrypt && modprobe -r pcrypt 39 dmesg -C 43 lsmod | grep pcrypt && modprobe -r pcrypt 49 grep 'average' -A2 -B0 --group-separator="" ${seq_num}_compare.log 148 print("-"*hlen) 152 print(f"bit key | byte blocks | base ops | new ops | differ(%)") 155 print(f"bit key | byte blocks | base cycles | new cycles | differ(%)") [all …]
|
| /linux/tools/perf/tests/ |
| H A D | sample-parsing.c | 1 // SPDX-License-Identifier: GPL-2.0 15 #include "util/synthetic-events.h" 21 if (s1->m != s2->m) { \ 22 pr_debug("Samples differ at '"#m"'\n"); \ 28 if (memcmp(&s1->m, &s2->m, sizeof(s1-> [all...] |
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | gr-udc.txt | 11 - name : Should be "GAISLER_USBDC" or "01_021" 13 - reg : Address and length of the register set for the device 15 - interrupts : Interrupt numbers for this device. Either one interrupt number 21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ 27 - epibufsizes : Array of buffer sizes for IN endpoints when they differ
|
| /linux/fs/nls/ |
| H A D | nls_koi8-ru.c | 2 * linux/fs/nls/nls_koi8-ru.c 4 * Charset koi8-ru translation based on charset koi8-u. 20 return -ENAMETOOLONG; in uni2char() 23 /* koi8-ru and koi8-u differ only on two characters */ in uni2char() 31 return p_nls->uni2char(uni, out, boundlen); in uni2char() 36 return p_nls->uni2char(uni, out, boundlen); in uni2char() 45 /* koi8-ru and koi8-u differ only on two characters */ in char2uni() 50 n = p_nls->char2uni(rawstring, boundlen, uni); in char2uni() 55 .charset = "koi8-ru", 62 p_nls = load_nls("koi8-u"); in init_nls_koi8_ru() [all …]
|
| /linux/fs/romfs/ |
| H A D | storage.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 18 #define ROMFS_MTD_READ(sb, ...) mtd_read((sb)->s_mtd, ##__VA_ARGS__) 30 return (ret < 0 || rlen != buflen) ? -EIO : 0; in romfs_mtd_read() 53 return n + (p - buf); in romfs_mtd_strnlen() 54 maxlen -= len; in romfs_mtd_strnlen() 64 * - return 1 if matched, 0 if differ, -ve if error 82 len--; in romfs_mtd_strcmp() 86 size -= len; in romfs_mtd_strcmp() 112 offset = pos & (ROMBSIZE - 1); in romfs_blk_read() 113 segment = min_t(size_t, buflen, ROMBSIZE - offset); in romfs_blk_read() [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | metadata.c | 1 // SPDX-License-Identifier: GPL-2.0-only 30 return -errno; in prog_holds_map() 35 return -errno; in prog_holds_map() 39 return -ENOMEM; in prog_holds_map() 49 ret = -errno; in prog_holds_map() 53 ret = -ENOENT; in prog_holds_map() 72 if (CHECK(!obj, "skel-load", "errno %d", errno)) in test_metadata_unused() 75 err = prog_holds_map(bpf_program__fd(obj->progs.prog), in test_metadata_unused() 76 bpf_map__fd(obj->maps.rodata)); in test_metadata_unused() 77 if (CHECK(err, "prog-holds-rodata", "errno: %d", err)) in test_metadata_unused() [all …]
|
| /linux/tools/testing/selftests/cgroup/lib/include/ |
| H A D | cgroup_util.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 25 * Checks if two given values differ by less than err% of their sum. 29 return labs(a - b) <= (a + b) / 100 * err; in values_close() 33 * Checks if two given values differ by less than err% of their sum and assert 38 long diff = labs(a - b); in values_close_report()
|
| /linux/drivers/platform/raspberrypi/vchiq-mmal/ |
| H A D | mmal-msg.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 37 #include "mmal-msg-common.h" 38 #include "mmal-msg-format.h" 39 #include "mmal-msg-port.h" 40 #include "mmal-vchiq.h" 72 /* port action request messages differ depending on the action type */ 112 u32 status; /* enum mmal_msg_status - how does this differ to 326 * differ to the one in the header?
|
| /linux/arch/arm/boot/dts/vt8500/ |
| H A D | wm8950.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 /* No differences have been discovered vs. WM8850, but chip markings differ */
|
| /linux/tools/testing/ktest/examples/ |
| H A D | vmware.conf | 5 # ------------- 6 # - Edit the Virtual Machine ("Edit virtual machine settings") 7 # - Add a Serial Port 8 # - You almost certainly want it set "Connect at power on" 9 # - Select "Use socket (named pipe)" 10 # - Select a name that you'll recognize, like 'ktestserialpipe' 11 # - From: Server 12 # - To: A Virtual Machine 13 # - Save 14 # - Make sure you note the name, it will be in the base directory of the [all …]
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6ul-tqma6ul1.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) 3 * Copyright 2018-2022 TQ-Systems GmbH 4 * Author: Markus Niebel <Markus.Niebel@tq-group.com> 8 model = "TQ-Systems TQMa6UL1 SoM"; 9 compatible = "tq,imx6ul-tqma6ul1", "fsl,imx6ul"; 14 * only external interfaces differ
|
| /linux/include/linux/power/ |
| H A D | twl4030_madc_battery.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 13 * Usually we can assume 100% @ 4.15V and 0% @ 3.3V but curves differ for 18 short voltage; /* in mV - specify -1 for end of list */
|
| /linux/arch/mips/mm/ |
| H A D | tlb-r4k.c | 23 #include <asm/cpu-type.h> 34 * LOONGSON-2 has a 4 entry itlb which is a subset of jtlb, LOONGSON-3 has 54 if (vma->vm_flags & VM_EXEC) in flush_micro_tlb_vm() 94 /* Make sure all entries differ. */ in local_flush_tlb_all() 113 struct mm_struct *mm = vma->vm_mm; in local_flush_tlb_range() 122 size = (end - start) >> (PAGE_SHIFT + 1); in local_flush_tlb_range() 152 /* Make sure all entries differ. */ in local_flush_tlb_range() 175 size = (end - start + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in local_flush_tlb_kernel_range() 183 end += ((PAGE_SIZE << 1) - 1); in local_flush_tlb_kernel_range() 200 /* Make sure all entries differ. */ in local_flush_tlb_kernel_range() [all …]
|
| /linux/tools/include/uapi/linux/ |
| H A D | fadvise.h | |
| /linux/include/uapi/linux/ |
| H A D | fadvise.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 12 * for s390-64 differ from the values for the rest of the world.
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sa8155p.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 7 * though the cmd-db doesn't reflect that and access attemps result in a bite. 13 power-domains = <&rpmhpd SA8155P_CX>; 17 power-domains = <&rpmhpd SA8155P_CX>; 21 power-domains = <&rpmhpd SA8155P_CX>; 25 power-domains = <&rpmhpd SA8155P_CX>; 29 power-domains = <&rpmhpd SA8155P_CX>; 33 power-domains = <&rpmhpd SA8155P_CX>, 41 * necessitate adjusting entries that actually differ 43 compatible = "qcom,sa8155p-rpmhpd"; [all …]
|
| /linux/Documentation/userspace-api/media/rc/ |
| H A D | rc-protos.rst | 1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later 22 Some remotes have a pointer-type device which can used to control the 29 rc-5 (RC_PROTO_RC5) 30 ------------------- 38 .. flat-table:: rc5 bits scancode mapping 41 * - rc-5 bit 43 - scancode bit 45 - description 47 * - 1 49 - none [all …]
|
| /linux/Documentation/arch/arm/vfp/ |
| H A D | release-notes.rst | 11 on ARM926EJ-S. 13 This release has been validated against the SoftFloat-2b library by 14 John R. Hauser using the TestFloat-2a test suite. Details of this 21 - fdiv 22 - fsub 23 - fadd 24 - fmul 25 - fcmp 26 - fcmpe 27 - fcvtd [all …]
|
| /linux/tools/testing/selftests/lkdtm/ |
| H A D | tests.txt | 13 ARRAY_BOUNDS call trace:|UBSAN: array-index-out-of-bounds 14 FAM_BOUNDS call trace:|UBSAN: array-index-out-of-bounds 15 PTR_BOUNDS call trace:|UBSAN: array-index-out-of-bounds 20 REPORT_STACK_CANARY repeat:2 ok: stack canaries differ 87 FORTIFY_MEM_MEMBER detected field-spanning write
|
| /linux/include/uapi/asm-generic/ |
| H A D | statfs.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 9 * Most 64-bit platforms use 'long', while most 32-bit platforms use '__u32'. 10 * Yes, they differ in signedness as well as size. 11 * Special cases can override it for themselves -- except for S390x, which 39 * ARM needs to avoid the 32-bit padding at the end, for consistency 62 * IA64 and x86_64 need to avoid the 32-bit padding at the end,
|
| /linux/include/linux/ |
| H A D | nsc_gpio.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 struct nsc_gpio_ops abstracts the low-level access 9 integrated CPU, and the PC-8736[03456] integrated PC-peripheral 13 the access methods differ. Thus, scx200_gpio and pc8736x_gpio 15 file-operations routines implemented in nsc_gpio module. 19 NB: this work was tested on the Geode SC-1100 and PC-87366 chips. 20 NSC sold the GEODE line to AMD, and the PC-8736x line to Winbond.
|
| /linux/fs/quota/ |
| H A D | quotaio_v1.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 18 * (as it appears on disk) - the file is an array of these structures 29 /* below fields differ in length on 32-bit vs 64-bit architectures */
|
| /linux/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | wacom,w9007a-lt03.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/touchscreen/wacom,w9007a-lt03.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Wacom W9000-series penabled I2C touchscreen 10 - Hendrik Noack <hendrik-noack@gmx.de> 13 The W9000-series are penabled touchscreen controllers by Wacom. 15 The firmware of controllers in different devices may differ. This can also 19 - $ref: touchscreen.yaml# 24 - wacom,w9002 [all …]
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | brcm,twd.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Broadcom's Timer-Watchdog (aka TWD) 10 - Rafał Miłecki <rafal@milecki.pl> 13 Broadcom has a Timer-Watchdog block used in multiple SoCs (e.g., BCM4908, 14 BCM63xx, BCM7038). There are few variants available (they differ slightly in 21 - enum: 22 - brcm,bcm4908-twd 23 - brcm,bcm7038-twd [all …]
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | cmb.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 8 * struct cmbdata - channel measurement block data for user space 24 * Currently, two formats are known, which differ by the size of
|