/openbmc/linux/arch/x86/include/asm/ |
H A D | cpufeatures.h | 16 #define NCAPINTS 22 /* N 32-bit words worth of info */ 17 #define NBUGINTS 2 /* N 32-bit bug flags */ 29 #define X86_FEATURE_FPU ( 0*32+ 0) /* Onboard FPU */ 30 #define X86_FEATURE_VME ( 0*32+ 1) /* Virtual Mode Extensions */ 31 #define X86_FEATURE_DE ( 0*32+ 2) /* Debugging Extensions */ 32 #define X86_FEATURE_PSE ( 0*32+ 3) /* Page Size Extensions */ 33 #define X86_FEATURE_TSC ( 0*32+ 4) /* Time Stamp Counter */ 34 #define X86_FEATURE_MSR ( 0*32+ 5) /* Model-Specific Registers */ 35 #define X86_FEATURE_PAE ( 0*32+ 6) /* Physical Address Extensions */ 36 #define X86_FEATURE_MCE ( 0*32+ 7) /* Machine Check Exception */ [all …]
|
H A D | vmxfeatures.h | 8 #define NVMXINTS 5 /* N 32-bit words worth of info */ 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) /* VMX Preemption Timer */ 21 #define VMX_FEATURE_POSTED_INTR ( 0*32+ 7) /* Posted Interrupts */ 24 #define VMX_FEATURE_INVVPID ( 0*32+ 16) /* INVVPID is supported */ 25 #define VMX_FEATURE_EPT_EXECUTE_ONLY ( 0*32+ 17) /* "ept_x_only" EPT entries can be execute only */ 26 #define VMX_FEATURE_EPT_AD ( 0*32+ 18) /* EPT Accessed/Dirty bits */ 27 #define VMX_FEATURE_EPT_1GB ( 0*32+ 19) /* 1GB EPT pages */ [all …]
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | cpufeatures.h | 16 #define NCAPINTS 21 /* N 32-bit words worth of info */ 17 #define NBUGINTS 2 /* N 32-bit bug flags */ 29 #define X86_FEATURE_FPU ( 0*32+ 0) /* Onboard FPU */ 30 #define X86_FEATURE_VME ( 0*32+ 1) /* Virtual Mode Extensions */ 31 #define X86_FEATURE_DE ( 0*32+ 2) /* Debugging Extensions */ 32 #define X86_FEATURE_PSE ( 0*32+ 3) /* Page Size Extensions */ 33 #define X86_FEATURE_TSC ( 0*32+ 4) /* Time Stamp Counter */ 34 #define X86_FEATURE_MSR ( 0*32+ 5) /* Model-Specific Registers */ 35 #define X86_FEATURE_PAE ( 0*32+ 6) /* Physical Address Extensions */ 36 #define X86_FEATURE_MCE ( 0*32+ 7) /* Machine Check Exception */ [all …]
|
/openbmc/qemu/gdb-xml/ |
H A D | microblaze-core.xml | 10 <reg name="r0" bitsize="32" regnum="0"/> 11 <reg name="r1" bitsize="32" type="data_ptr"/> 12 <reg name="r2" bitsize="32"/> 13 <reg name="r3" bitsize="32"/> 14 <reg name="r4" bitsize="32"/> 15 <reg name="r5" bitsize="32"/> 16 <reg name="r6" bitsize="32"/> 17 <reg name="r7" bitsize="32"/> 18 <reg name="r8" bitsize="32"/> 19 <reg name="r9" bitsize="32"/> [all …]
|
H A D | power-core.xml | 10 <reg name="r0" bitsize="32" type="uint32"/> 11 <reg name="r1" bitsize="32" type="uint32"/> 12 <reg name="r2" bitsize="32" type="uint32"/> 13 <reg name="r3" bitsize="32" type="uint32"/> 14 <reg name="r4" bitsize="32" type="uint32"/> 15 <reg name="r5" bitsize="32" type="uint32"/> 16 <reg name="r6" bitsize="32" type="uint32"/> 17 <reg name="r7" bitsize="32" type="uint32"/> 18 <reg name="r8" bitsize="32" type="uint32"/> 19 <reg name="r9" bitsize="32" type="uint32"/> [all …]
|
H A D | power-spe.xml | 10 <reg name="ev0h" bitsize="32" regnum="71"/> 11 <reg name="ev1h" bitsize="32"/> 12 <reg name="ev2h" bitsize="32"/> 13 <reg name="ev3h" bitsize="32"/> 14 <reg name="ev4h" bitsize="32"/> 15 <reg name="ev5h" bitsize="32"/> 16 <reg name="ev6h" bitsize="32"/> 17 <reg name="ev7h" bitsize="32"/> 18 <reg name="ev8h" bitsize="32"/> 19 <reg name="ev9h" bitsize="32"/> [all …]
|
H A D | riscv-32bit-cpu.xml | 10 <reg name="zero" bitsize="32" type="int"/> 11 <reg name="ra" bitsize="32" type="code_ptr"/> 12 <reg name="sp" bitsize="32" type="data_ptr"/> 13 <reg name="gp" bitsize="32" type="data_ptr"/> 14 <reg name="tp" bitsize="32" type="data_ptr"/> 15 <reg name="t0" bitsize="32" type="int"/> 16 <reg name="t1" bitsize="32" type="int"/> 17 <reg name="t2" bitsize="32" type="int"/> 18 <reg name="fp" bitsize="32" type="data_ptr"/> 19 <reg name="s1" bitsize="32" type="int"/> [all …]
|
H A D | riscv-32bit-fpu.xml | 10 <reg name="ft0" bitsize="32" type="ieee_single"/> 11 <reg name="ft1" bitsize="32" type="ieee_single"/> 12 <reg name="ft2" bitsize="32" type="ieee_single"/> 13 <reg name="ft3" bitsize="32" type="ieee_single"/> 14 <reg name="ft4" bitsize="32" type="ieee_single"/> 15 <reg name="ft5" bitsize="32" type="ieee_single"/> 16 <reg name="ft6" bitsize="32" type="ieee_single"/> 17 <reg name="ft7" bitsize="32" type="ieee_single"/> 18 <reg name="fs0" bitsize="32" type="ieee_single"/> 19 <reg name="fs1" bitsize="32" type="ieee_single"/> [all …]
|
H A D | loongarch-base32.xml | 10 <reg name="r0" bitsize="32" type="uint32" group="general"/> 11 <reg name="r1" bitsize="32" type="code_ptr" group="general"/> 12 <reg name="r2" bitsize="32" type="data_ptr" group="general"/> 13 <reg name="r3" bitsize="32" type="data_ptr" group="general"/> 14 <reg name="r4" bitsize="32" type="uint32" group="general"/> 15 <reg name="r5" bitsize="32" type="uint32" group="general"/> 16 <reg name="r6" bitsize="32" type="uint32" group="general"/> 17 <reg name="r7" bitsize="32" type="uint32" group="general"/> 18 <reg name="r8" bitsize="32" type="uint32" group="general"/> 19 <reg name="r9" bitsize="32" type="uint32" group="general"/> [all …]
|
H A D | hexagon-core.xml | 19 …<reg name="r00" altname="r0" bitsize="32" offset="0" encoding="uint" format="hex" group="Thread … 20 …<reg name="r01" altname="r1" bitsize="32" offset="4" encoding="uint" format="hex" group="Thread … 21 …<reg name="r02" altname="r2" bitsize="32" offset="8" encoding="uint" format="hex" group="Thread … 22 …<reg name="r03" altname="r3" bitsize="32" offset="12" encoding="uint" format="hex" group="Thread … 23 …<reg name="r04" altname="r4" bitsize="32" offset="16" encoding="uint" format="hex" group="Thread … 24 …<reg name="r05" altname="r5" bitsize="32" offset="20" encoding="uint" format="hex" group="Thread … 25 …<reg name="r06" altname="r6" bitsize="32" offset="24" encoding="uint" format="hex" group="Thread … 26 …<reg name="r07" altname="r7" bitsize="32" offset="28" encoding="uint" format="hex" group="Thread … 27 …<reg name="r08" altname="r8" bitsize="32" offset="32" encoding="uint" format="hex" group="Thread … 28 …<reg name="r09" altname="r9" bitsize="32" offset="36" encoding="uint" format="hex" group="Thread … [all …]
|
/openbmc/linux/arch/sparc/kernel/syscalls/ |
H A D | syscall.tbl | 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 49 31 32 lchown32 sys_lchown [all …]
|
/openbmc/qemu/linux-user/sparc/ |
H A D | syscall.tbl | 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 49 31 32 lchown32 sys_lchown [all …]
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | des_asm.S | 7 .align 32 49 .align 32 70 DES_IP(32, 32) 71 DES_ROUND(0, 2, 32, 32) 72 DES_ROUND(4, 6, 32, 32) 73 DES_ROUND(8, 10, 32, 32) 74 DES_ROUND(12, 14, 32, 32) 75 DES_ROUND(16, 18, 32, 32) 76 DES_ROUND(20, 22, 32, 32) 77 DES_ROUND(24, 26, 32, 32) [all …]
|
/openbmc/linux/fs/nls/ |
H A D | nls_ucs2_utils.c | 31 0, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, 32 -32, -32, -32, -32, -32, /* 060-06f */ 33 -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, 34 -32, 0, 0, 0, 0, 0, /* 070-07f */ 41 -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, 42 -32, -32, -32, -32, -32, -32, /* 0e0-0ef */ 43 -32, -32, -32, -32, -32, -32, -32, 0, -32, -32, 44 -32, -32, -32, -32, -32, 121, /* 0f0-0ff */ 67 0, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, 68 -32, -32, -32, -32, /* 3b0-3bf */ [all …]
|
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | pcie-sh7786.h | 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 */ 86 #define SH4A_PCIEPDR (0x000020) /* R/W - 0x0000 0000 32 */ 91 #define SH4A_PCIEMSGALR (0x000030) /* R/W - 0x0000 0000 32 */ 96 #define SH4A_PCIEMSGAHR (0x000034) /* R/W - 0x0000 0000 32 */ [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | elf.py | 11 # TARGET_OS TARGET_ARCH MACHINE, OSABI, ABIVERSION, Little Endian, 32bit? 13 "arm" : (40, 0, 0, True, 32), 16 "arm" : (40, 0, 0, True, 32), 21 "i586" : (3, 0, 0, True, 32), 22 "i686" : (3, 0, 0, True, 32), 24 "epiphany": (4643, 0, 0, True, 32), 25 "lm32": (138, 0, 0, False, 32), 27 "mips": ( 8, 0, 0, False, 32), 28 "mipsel": ( 8, 0, 0, True, 32), 29 "microblaze": (189, 0, 0, False, 32), [all …]
|
/openbmc/linux/arch/powerpc/kernel/syscalls/ |
H A D | syscall.tbl | 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 90 67 32 sigaction sys_sigaction compat_sys_sigaction [all …]
|
/openbmc/qemu/linux-user/ppc/ |
H A D | syscall.tbl | 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 90 67 32 sigaction sys_sigaction compat_sys_sigaction [all …]
|
/openbmc/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 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 90 67 32 sigaction sys_sigaction compat_sys_sigaction [all …]
|
/openbmc/linux/arch/s390/kernel/syscalls/ |
H A D | syscall.tbl | 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 52 49 32 geteuid - sys_geteuid16 53 50 32 getegid - sys_getegid16 [all …]
|
/openbmc/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 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 52 49 32 geteuid - sys_geteuid16 53 50 32 getegid - sys_getegid16 [all …]
|
/openbmc/qemu/linux-user/s390x/ |
H A D | syscall.tbl | 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 52 49 32 geteuid - sys_geteuid16 53 50 32 getegid - sys_getegid16 [all …]
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | blocks.rst | 12 pages). By default a filesystem can contain 2^32 blocks; if the '64bit' 17 For 32-bit filesystems, limits are as follows: 29 - 2^32 30 - 2^32 31 - 2^32 32 - 2^32 34 - 2^32 35 - 2^32 36 - 2^32 37 - 2^32 [all …]
|
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | HalHWImg8723B_RF.c | 371 "FCC", "20M", "CCK", "1T", "01", "32", 372 "ETSI", "20M", "CCK", "1T", "01", "32", 373 "MKK", "20M", "CCK", "1T", "01", "32", 374 "FCC", "20M", "CCK", "1T", "02", "32", 375 "ETSI", "20M", "CCK", "1T", "02", "32", 376 "MKK", "20M", "CCK", "1T", "02", "32", 377 "FCC", "20M", "CCK", "1T", "03", "32", 378 "ETSI", "20M", "CCK", "1T", "03", "32", 379 "MKK", "20M", "CCK", "1T", "03", "32", 380 "FCC", "20M", "CCK", "1T", "04", "32", [all …]
|
/openbmc/linux/arch/parisc/kernel/syscalls/ |
H A D | syscall.tbl | 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 178 161 32 sched_rr_get_interval sys_sched_rr_get_interval_time32 [all …]
|