| /linux/arch/x86/include/asm/ |
| H A D | cpufeatures.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 #define NCAPINTS 22 /* N 32-bit words worth of info */ 9 #define NBUGINTS 2 /* N 32-bit bug flags */ 17 * please update the table in kernel/cpu/cpuid-deps.c as well. 20 /* Intel-defined CPU features, CPUID level 0x00000001 (EDX), word 0 */ 21 #define X86_FEATURE_FPU ( 0*32+ 0) /* "fpu" Onboard FPU */ 22 #define X86_FEATURE_VME ( 0*32+ 1) /* "vme" Virtual Mode Extensions */ 23 #define X86_FEATURE_DE ( 0*32+ 2) /* "de" Debugging Extensions */ 24 #define X86_FEATURE_PSE ( 0*32+ 3) /* "pse" Page Size Extensions */ 25 #define X86_FEATURE_TSC ( 0*32+ 4) /* "tsc" Time Stamp Counter */ [all …]
|
| H A D | vmxfeatures.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 #define NVMXINTS 5 /* N 32-bit words worth of info */ 16 /* Pin-Based VM-Execution Controls, EPT/VPID, APIC and VM-Functions, word 0 */ 17 #define VMX_FEATURE_INTR_EXITING ( 0*32+ 0) /* VM-Exit on vectored interrupts */ 18 #define VMX_FEATURE_NMI_EXITING ( 0*32+ 3) /* VM-Exit on NMIs */ 19 #define VMX_FEATURE_VIRTUAL_NMIS ( 0*32+ 5) /* "vnmi" NMI virtualization */ 20 #define VMX_FEATURE_PREEMPTION_TIMER ( 0*32+ 6) /* "preemption_timer" VMX Preemption Timer */ 21 #define VMX_FEATURE_POSTED_INTR ( 0*32+ 7) /* "posted_intr" Posted Interrupts */ 23 /* EPT/VPID features, scattered to bits 16-23 */ 24 #define VMX_FEATURE_INVVPID ( 0*32+ 16) /* "invvpid" INVVPID is supported */ [all …]
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | cpufeatures.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 #define NCAPINTS 22 /* N 32-bit words worth of info */ 9 #define NBUGINTS 2 /* N 32-bit bug flags */ 17 * please update the table in kernel/cpu/cpuid-deps.c as well. 20 /* Intel-defined CPU features, CPUID level 0x00000001 (EDX), word 0 */ 21 #define X86_FEATURE_FPU ( 0*32+ 0) /* "fpu" Onboard FPU */ 22 #define X86_FEATURE_VME ( 0*32+ 1) /* "vme" Virtual Mode Extensions */ 23 #define X86_FEATURE_DE ( 0*32+ 2) /* "de" Debugging Extensions */ 24 #define X86_FEATURE_PSE ( 0*32+ 3) /* "pse" Page Size Extensions */ 25 #define X86_FEATURE_TSC ( 0*32+ 4) /* "tsc" Time Stamp Counter */ [all …]
|
| /linux/fs/nls/ |
| H A D | nls_ucs2_utils.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 19 MODULE_DESCRIPTION("NLS UCS-2"); 26 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 000-00f */ 27 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 010-01f */ 28 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 020-02f */ 29 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 030-03f */ 30 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 040-04f */ 31 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 050-05f */ 32 0, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, 33 -32, -32, -32, -32, -32, /* 060-06f */ [all …]
|
| /linux/arch/sh/drivers/pci/ |
| H A D | pcie-sh7786.h | 1 /* SPDX-License-Identifier: GPL-2.0 3 * SH7786 PCI-Express controller definitions. 11 /* PCIe bus-0(x4) on SH7786 */ // Rev1.171 30 /* PCI0: PCI memory target transfer 32-bit address translation value(Rev1.11T)*/ 34 #define SH4A_PCIEVCR0 (0x000000) /* R - 0x0000 0000 32 */ 43 #define SH4A_PCIEVCR1 (0x000004) /* R - 0x0000 0000 32*/ 56 #define SH4A_PCIEENBLR (0x000008) /* R/W - 0x0000 0001 32 */ 59 #define SH4A_PCIEECR (0x00000C) /* R/W - 0x0000 0000 32 */ 64 #define SH4A_PCIEPAR (0x000010) /* R/W - 0x0000 0000 32 */ 77 #define SH4A_PCIEPCTLR (0x000018) /* R/W - 0x0000 0000 32 */ [all …]
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 8 # The <abi> can be common, 64, or 32 for this file. 11 1 32 exit sys_exit sparc_exit 22 11 32 execv sunos_execv 25 13 32 chown sys_chown16 29 16 32 lchown sys_lchown16 37 23 32 setuid sys_setuid16 39 24 32 getuid sys_getuid16 45 29 32 pause sys_pause 47 30 32 utime sys_utime32 [all …]
|
| /linux/arch/sparc/kernel/syscalls/ |
| H A D | syscall.tbl | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 8 # The <abi> can be common, 64, or 32 for this file. 11 1 32 exit sys_exit sparc_exit 22 11 32 execv sunos_execv 25 13 32 chown sys_chown16 29 16 32 lchown sys_lchown16 37 23 32 setuid sys_setuid16 39 24 32 getuid sys_getuid16 45 29 32 pause sys_pause 47 30 32 utime sys_utime32 [all …]
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 7 # <nr> <abi> <syscall> <entry-64bit> <compat-entry> 9 # where <abi> can be common, 64, or 32 23 13 32 time - sys_time32 26 16 32 lchown - sys_lchown16 31 23 32 setuid - sys_setuid16 32 24 32 getuid - sys_getuid16 33 25 32 stime - sys_stime32 49 46 32 setgid - sys_setgid16 50 47 32 getgid - sys_getgid16 [all …]
|
| /linux/arch/s390/kernel/syscalls/ |
| H A D | syscall.tbl | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 7 # <nr> <abi> <syscall> <entry-64bit> <compat-entry> 9 # where <abi> can be common, 64, or 32 23 13 32 time - sys_time32 26 16 32 lchown - sys_lchown16 31 23 32 setuid - sys_setuid16 32 24 32 getuid - sys_getuid16 33 25 32 stime - sys_stime32 49 46 32 setgid - sys_setgid16 50 47 32 getgid - sys_getgid16 [all …]
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | blocks.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 ------ 12 pages). By default a filesystem can contain 2^32 blocks; if the '64bit' 17 For 32-bit filesystems, limits are as follows: 19 .. list-table:: 21 :header-rows: 1 23 * - Item 24 - 1KiB 25 - 2KiB 26 - 4KiB [all …]
|
| /linux/drivers/staging/rtl8723bs/hal/ |
| H A D | HalHWImg8723B_RF.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 16 ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA */ in CheckPositive() 17 ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA */ in CheckPositive() 18 ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA */ in CheckPositive() 19 ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ in CheckPositive() 20 ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT */ in CheckPositive() 24 pDM_Odm->CutVersion << 24 | in CheckPositive() 25 pDM_Odm->SupportPlatform << 16 | in CheckPositive() 26 pDM_Odm->PackageType << 12 | in CheckPositive() [all …]
|
| /linux/arch/powerpc/kernel/syscalls/ |
| H A D | syscall.tbl | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 8 # The <abi> can be common, spu, nospu, 64, or 32 for this file. 23 13 32 time sys_time32 30 18 32 oldstat sys_stat sys_ni_syscall 36 22 32 umount sys_oldumount 41 25 32 stime sys_stime32 46 28 32 oldfstat sys_fstat sys_ni_syscall 50 30 32 utime sys_utime32 53 32 common gtty sys_ni_syscall 80 59 32 oldolduname sys_olduname [all …]
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 8 # The <abi> can be common, spu, nospu, 64, or 32 for this file. 23 13 32 time sys_time32 30 18 32 oldstat sys_stat sys_ni_syscall 36 22 32 umount sys_oldumount 41 25 32 stime sys_stime32 46 28 32 oldfstat sys_fstat sys_ni_syscall 50 30 32 utime sys_utime32 53 32 common gtty sys_ni_syscall 80 59 32 oldolduname sys_olduname [all …]
|
| /linux/tools/testing/selftests/gpio/ |
| H A D | gpio-mockup.sh | 1 #!/bin/bash -efu 2 # SPDX-License-Identifier: GPL-2.0 7 #4: skip test - including run as non-root user 13 module="gpio-mockup" 29 echo "$0 [-frv] [-t type]" 30 echo "-f: full test (minimal set run by default)" 31 echo "-r: test random lines as well as fence posts" 32 echo "-t: interface type:" 33 echo " cdev (character device ABI) - default" 36 echo "-v: verbose progress reporting" [all …]
|
| /linux/lib/crypto/powerpc/ |
| H A D | chacha-p10le-8x.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 # Copyright 2023- IBM Corp. All rights reserved 40 #include <asm/asm-offsets.h> 41 #include <asm/asm-compat.h> 78 stdu 1,-752(1) 102 SAVE_VRS 22, 32, 9 137 RESTORE_VRS 22, 32, 9 193 xxlor 0, 32+25, 32+25 194 xxlor 32+25, 20, 20 212 xxlor 32+25, 0, 0 [all …]
|
| /linux/arch/riscv/include/asm/ |
| H A D | gdb_xml.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 13 "qXfer:features:read:riscv-64bit-cpu.xml"; 17 "<!DOCTYPE target SYSTEM \"gdb-target.dtd\">" 19 "<xi:include href=\"riscv-64bit-cpu.xml\"/>" 24 "<!DOCTYPE feature SYSTEM \"gdb-target.dtd\">" 65 "qXfer:features:read:riscv-32bit-cpu.xml"; 69 "<!DOCTYPE target SYSTEM \"gdb-target.dtd\">" 71 "<xi:include href=\"riscv-32bit-cpu.xml\"/>" 76 "<!DOCTYPE feature SYSTEM \"gdb-target.dtd\">" 78 "<reg name=\""DBG_REG_ZERO"\" bitsize=\"32\" type=\"int\" regnum=\"0\"/>" [all …]
|
| /linux/arch/parisc/kernel/syscalls/ |
| H A D | syscall.tbl | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 8 # The <abi> can be common, 64, or 32 for this file. 23 13 32 time sys_time32 36 25 32 stime sys_stime32 42 30 32 utime sys_utime32 45 32 common listen sys_listen 121 108 32 pread64 parisc_pread64 123 109 32 pwrite64 parisc_pwrite64 139 124 32 adjtimex sys_adjtimex_time32 152 136 32 personality parisc_personality [all …]
|
| /linux/arch/powerpc/kernel/ |
| H A D | cpu_specs_book3s_32.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 18 .icache_bsize = 32, 19 .dcache_bsize = 32, 31 .icache_bsize = 32, 32 .dcache_bsize = 32, 44 .icache_bsize = 32, 45 .dcache_bsize = 32, 57 .icache_bsize = 32, 58 .dcache_bsize = 32, 70 .icache_bsize = 32, [all …]
|
| H A D | cpu_specs_44x.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 17 .icache_bsize = 32, 18 .dcache_bsize = 32, 29 .icache_bsize = 32, 30 .dcache_bsize = 32, 42 .icache_bsize = 32, 43 .dcache_bsize = 32, 54 .icache_bsize = 32, 55 .dcache_bsize = 32, 67 .icache_bsize = 32, [all …]
|
| /linux/arch/x86/crypto/ |
| H A D | glue_helper-asm-avx2.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * Copyright © 2012-2013 Jussi Kivilinna <jussi.kivilinna@mbnet.fi> 9 vmovdqu (0*32)(src), x0; \ 10 vmovdqu (1*32)(src), x1; \ 11 vmovdqu (2*32)(src), x2; \ 12 vmovdqu (3*32)(src), x3; \ 13 vmovdqu (4*32)(src), x4; \ 14 vmovdqu (5*32)(src), x5; \ 15 vmovdqu (6*32)(src), x6; \ 16 vmovdqu (7*32)(src), x7; [all …]
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_stream_defs.c | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 31 sizeof(((struct owner *)0)->member), PVR_FEATURE_NONE) 35 sizeof(((struct owner *)0)->member), feature) 39 sizeof(((struct owner *)0)->member), (feature) | PVR_FEATURE_NOT) 51 PVR_STREAM_DEF_FEATURE(rogue_fwif_cmd_geom, regs.vdm_draw_indirect1, 32, 53 PVR_STREAM_DEF(rogue_fwif_cmd_geom, regs.ppp_ctrl, 32), 54 PVR_STREAM_DEF(rogue_fwif_cmd_geom, regs.te_psg, 32), 55 PVR_STREAM_DEF(rogue_fwif_cmd_geom, regs.vdm_context_resume_task0_size, 32), 56 PVR_STREAM_DEF_FEATURE(rogue_fwif_cmd_geom, regs.vdm_context_resume_task3_size, 32, 58 PVR_STREAM_DEF(rogue_fwif_cmd_geom, regs.view_idx, 32), [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sa8540p.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 9 /delete-node/ &cpu0_opp_table; 10 /delete-node/ &cpu4_opp_table; 13 cpu0_opp_table: opp-table-cpu0 { 14 compatible = "operating-points-v2"; 15 opp-shared; 17 opp-300000000 { 18 opp-hz = /bits/ 64 <300000000>; 19 opp-peak-kBps = <(300000 * 32)>; 21 opp-403200000 { [all …]
|
| /linux/Documentation/scsi/ |
| H A D | aic7xxx.rst | 1 .. SPDX-License-Identifier: GPL-2.0 5 Adaptec Aic7xxx Fast -> Ultra160 Family Manager Set v7.0 27 aic7850 10 PCI/32 10MHz 8Bit 3 28 aic7855 10 PCI/32 10MHz 8Bit 3 29 aic7856 10 PCI/32 10MHz 8Bit 3 30 aic7859 10 PCI/32 20MHz 8Bit 3 31 aic7860 10 PCI/32 20MHz 8Bit 3 32 aic7870 10 PCI/32 10MHz 16Bit 16 33 aic7880 10 PCI/32 20MHz 16Bit 16 34 aic7890 20 PCI/32 40MHz 16Bit 16 3 4 5 6 7 8 [all …]
|
| /linux/arch/powerpc/boot/ |
| H A D | div64.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Divide a 64-bit unsigned number by a 32-bit unsigned number. 4 * This routine assumes that the top 32 bits of the dividend are 5 * non-zero to start with. 7 * the 64-bit quotient, and r4 contains the divisor. 30 li r10,-1 # to make it < 2^32, and shifting 48 divwu r0,r6,r4 # perform the remaining 32-bit division 61 * -- Gabriel 73 subfic r6,r5,32 75 addi r7,r5,32 # could be xori, or addi with -32 [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_subreg.c | 1 // SPDX-License-Identifier: GPL-2.0 8 /* This file contains sub-register zero extension checks for insns defining 9 * sub-registers, meaning: 10 * - All insns under BPF_ALU class. Their BPF_ALU32 variants or narrow width 11 * forms (BPF_END) could define sub-registers. 12 * - Narrow direct loads, BPF_B/H/W | BPF_LDX. 13 * - BPF_LD is not exposed to JIT back-ends, so no need for testing. 15 * "get_prandom_u32" is used to initialize low 32-bit of some registers to 16 * prevent potential optimizations done by verifier or JIT back-ends which could 31 r0 >>= 32; \ in add32_reg_zero_extend_check() [all …]
|