Home
last modified time | relevance | path

Searched full:32 (Results 1 – 25 of 6287) sorted by relevance

12345678910>>...252

/linux/arch/x86/include/asm/
H A Dcpufeatures.h16 #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) /* "fpu" Onboard FPU */
30 #define X86_FEATURE_VME ( 0*32+ 1) /* "vme" Virtual Mode Extensions */
31 #define X86_FEATURE_DE ( 0*32+ 2) /* "de" Debugging Extensions */
32 #define X86_FEATURE_PSE ( 0*32+ 3) /* "pse" Page Size Extensions */
33 #define X86_FEATURE_TSC ( 0*32+ 4) /* "tsc" Time Stamp Counter */
34 #define X86_FEATURE_MSR ( 0*32+ 5) /* "msr" Model-Specific Registers */
35 #define X86_FEATURE_PAE ( 0*32+ 6) /* "pae" Physical Address Extensions */
36 #define X86_FEATURE_MCE ( 0*32+ 7) /* "mce" Machine Check Exception */
[all …]
H A Dvmxfeatures.h8 #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) /* "preemption_timer" VMX Preemption Timer */
21 #define VMX_FEATURE_POSTED_INTR ( 0*32+ 7) /* "posted_intr" Posted Interrupts */
24 #define VMX_FEATURE_INVVPID ( 0*32+ 16) /* "invvpid" 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_ad" EPT Accessed/Dirty bits */
27 #define VMX_FEATURE_EPT_1GB ( 0*32+ 19) /* "ept_1gb" 1GB EPT pages */
[all …]
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h16 #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) /* "fpu" Onboard FPU */
30 #define X86_FEATURE_VME ( 0*32+ 1) /* "vme" Virtual Mode Extensions */
31 #define X86_FEATURE_DE ( 0*32+ 2) /* "de" Debugging Extensions */
32 #define X86_FEATURE_PSE ( 0*32+ 3) /* "pse" Page Size Extensions */
33 #define X86_FEATURE_TSC ( 0*32+ 4) /* "tsc" Time Stamp Counter */
34 #define X86_FEATURE_MSR ( 0*32+ 5) /* "msr" Model-Specific Registers */
35 #define X86_FEATURE_PAE ( 0*32+ 6) /* "pae" Physical Address Extensions */
36 #define X86_FEATURE_MCE ( 0*32+ 7) /* "mce" Machine Check Exception */
[all …]
/linux/arch/sparc/crypto/
H A Ddes_asm.S7 .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 …]
/linux/fs/nls/
H A Dnls_ucs2_utils.c32 0, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32,
33 -32, -32, -32, -32, -32, /* 060-06f */
34 -32, -32, -32, -32, -32, -32, -32, -32, -32, -32,
35 -32, 0, 0, 0, 0, 0, /* 070-07f */
42 -32, -32, -32, -32, -32, -32, -32, -32, -32, -32,
43 -32, -32, -32, -32, -32, -32, /* 0e0-0ef */
44 -32, -32, -32, -32, -32, -32, -32, 0, -32, -32,
45 -32, -32, -32, -32, -32, 121, /* 0f0-0ff */
68 0, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32,
69 -32, -32, -32, -32, /* 3b0-3bf */
[all …]
/linux/arch/sh/drivers/pci/
H A Dpcie-sh7786.h30 /* 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 …]
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl8 # 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 …]
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl9 # 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 …]
/linux/drivers/staging/rtl8723bs/hal/
H A DHalHWImg8723B_RF.c361 "FCC", "20M", "CCK", "1T", "01", "32",
362 "ETSI", "20M", "CCK", "1T", "01", "32",
363 "MKK", "20M", "CCK", "1T", "01", "32",
364 "FCC", "20M", "CCK", "1T", "02", "32",
365 "ETSI", "20M", "CCK", "1T", "02", "32",
366 "MKK", "20M", "CCK", "1T", "02", "32",
367 "FCC", "20M", "CCK", "1T", "03", "32",
368 "ETSI", "20M", "CCK", "1T", "03", "32",
369 "MKK", "20M", "CCK", "1T", "03", "32",
370 "FCC", "20M", "CCK", "1T", "04", "32",
[all …]
/linux/arch/powerpc/kernel/
H A Dcpu_specs_book3s_32.h18 .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,
71 .dcache_bsize = 32,
[all …]
H A Dcpu_specs_44x.h17 .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,
68 .dcache_bsize = 32,
[all …]
/linux/arch/powerpc/crypto/
H A Dchacha-p10le-8x.S105 SAVE_VRS 22, 32, 9
140 RESTORE_VRS 22, 32, 9
196 xxlor 0, 32+25, 32+25
197 xxlor 32+25, 20, 20
215 xxlor 32+25, 0, 0
233 xxlor 0, 32+25, 32+25
234 xxlor 32+25, 21, 21
243 xxlor 32+25, 0, 0
253 xxlor 0, 32+25, 32+25
254 xxlor 32+25, 22, 22
[all …]
/linux/Documentation/filesystems/ext4/
H A Dblocks.rst12 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 …]
/linux/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh364 insmod_test "-1,32" 32
365 insmod_test "-1,23,-1,32" 23 32
366 insmod_test "-1,23,-1,26,-1,32" 23 26 32
369 insmod_test "0,32" 32
370 insmod_test "0,32,32,60" 32 28
371 insmod_test "0,32,40,64,64,96" 32 24 32
373 insmod_test "-1,32,32,62" 32 30
374 insmod_test "-1,22,-1,23,0,24,32,64" 22 23 24 32
375 insmod_test "-1,32,32,60,-1,29" 32 28 29
376 insmod_test "-1,32,40,64,-1,5" 32 24 5
[all …]
/linux/arch/riscv/include/asm/
H A Dgdb_xml.h65 "qXfer:features:read:riscv-32bit-cpu.xml";
71 "<xi:include href=\"riscv-32bit-cpu.xml\"/>"
78 "<reg name=\""DBG_REG_ZERO"\" bitsize=\"32\" type=\"int\" regnum=\"0\"/>"
79 "<reg name=\""DBG_REG_RA"\" bitsize=\"32\" type=\"code_ptr\"/>"
80 "<reg name=\""DBG_REG_SP"\" bitsize=\"32\" type=\"data_ptr\"/>"
81 "<reg name=\""DBG_REG_GP"\" bitsize=\"32\" type=\"data_ptr\"/>"
82 "<reg name=\""DBG_REG_TP"\" bitsize=\"32\" type=\"data_ptr\"/>"
83 "<reg name=\""DBG_REG_T0"\" bitsize=\"32\" type=\"int\"/>"
84 "<reg name=\""DBG_REG_T1"\" bitsize=\"32\" type=\"int\"/>"
85 "<reg name=\""DBG_REG_T2"\" bitsize=\"32\" type=\"int\"/>"
[all …]
/linux/tools/perf/pmu-events/arch/arm64/freescale/imx95/sys/
H A Dmetrics.json5 "MetricExpr": "(( imx9_ddr0@eddrtq_pm_rd_beat_filt0\\,axi_mask\\=0x000\\,axi_id\\=0x000@ + imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x000\\,axi_id\\=0x000@ ) * 32 / duration_time) / (6400 * 1000000 * 4)",
13 "MetricExpr": "(( imx9_ddr0@eddrtq_pm_rd_beat_filt0\\,axi_mask\\=0x000\\,axi_id\\=0x000@ + imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x000\\,axi_id\\=0x000@ ) * 32 / duration_time) / (4000 * 1000000 * 4)",
21 "MetricExpr": "( imx9_ddr0@eddrtq_pm_rd_beat_filt0\\,axi_mask\\=0x000\\,axi_id\\=0x000@ ) * 32",
29 "MetricExpr": "( imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x000\\,axi_id\\=0x000@ ) * 32",
37 "MetricExpr": "( imx9_ddr0@eddrtq_pm_rd_beat_filt0\\,axi_mask\\=0x3fc\\,axi_id\\=0x000@ + imx9_ddr0@eddrtq_pm_rd_beat_filt1\\,axi_mask\\=0x3fe\\,axi_id\\=0x004@ ) * 32",
45 "MetricExpr": "( imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x3fc\\,axi_id\\=0x000@ ) * 32",
53 "MetricExpr": "( imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x3fe\\,axi_id\\=0x004@ ) * 32",
61 "MetricExpr": "( imx9_ddr0@eddrtq_pm_rd_beat_filt0\\,axi_mask\\=0x3ff\\,axi_id\\=0x000@ ) * 32",
69 "MetricExpr": "( imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x3ff\\,axi_id\\=0x000@ ) * 32",
77 "MetricExpr": "( imx9_ddr0@eddrtq_pm_rd_beat_filt1\\,axi_mask\\=0x00f\\,axi_id\\=0x001@ ) * 32",
258 { global() object
[all...]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_stream_defs.c51 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),
59 PVR_STREAM_DEF_FEATURE(rogue_fwif_cmd_geom, regs.pds_coeff_free_prog, 32,
64 PVR_STREAM_DEF(rogue_fwif_cmd_geom, regs.tpu, 32),
110 PVR_STREAM_DEF(rogue_fwif_cmd_frag, regs.usc_pixel_output_ctrl, 32),
111 PVR_STREAM_DEF(rogue_fwif_cmd_frag, regs.isp_bgobjdepth, 32),
[all …]
/linux/arch/x86/crypto/
H A Dcamellia-aesni-avx2-asm_64.S51 32-way camellia
193 vpxor 5 * 32(mem_cd), x1, x1; \
200 vpxor 4 * 32(mem_cd), x0, x0; \
203 vpxor 6 * 32(mem_cd), x2, x2; \
206 vpxor 7 * 32(mem_cd), x3, x3; \
209 vpxor 0 * 32(mem_cd), x4, x4; \
212 vpxor 1 * 32(mem_cd), x5, x5; \
215 vpxor 2 * 32(mem_cd), x6, x6; \
218 vpxor 3 * 32(mem_cd), x7, x7;
249 vmovdqu x0, 4 * 32(mem_cd); \
[all …]
H A Dglue_helper-asm-avx2.S9 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;
19 vmovdqu x0, (0*32)(dst); \
20 vmovdqu x1, (1*32)(dst); \
[all …]
/linux/Documentation/arch/arm64/
H A Dasymmetric-32bit.rst2 Asymmetric 32-bit SoCs
7 This document describes the impact of asymmetric 32-bit SoCs on the
8 execution of 32-bit (``AArch32``) applications.
16 of the CPUs are capable of executing 32-bit user applications. On such
19 ``execve(2)`` of 32-bit ELF binaries, with the latter returning
25 running legacy 32-bit binaries. Unsurprisingly, that doesn't work very
28 It seems inevitable that future SoCs will drop 32-bit support
30 run 32-bit code on one of these transitionary platforms then you would
38 allowing 32-bit tasks to run on an asymmetric 32-bit system requires an
43 system* to mean an asymmetric 32-bit SoC running Linux with this kernel
[all …]
/linux/Documentation/devicetree/bindings/timer/
H A Drenesas,cmt.yaml14 The CMT is a multi-channel 16/32/48-bit timer/counter with configurable clock
28 - renesas,r8a7740-cmt0 # 32-bit CMT0 on R-Mobile A1
30 - renesas,r8a7740-cmt2 # 32-bit CMT2 on R-Mobile A1
31 - renesas,r8a7740-cmt3 # 32-bit CMT3 on R-Mobile A1
32 - renesas,r8a7740-cmt4 # 32-bit CMT4 on R-Mobile A1
33 - renesas,sh73a0-cmt0 # 32-bit CMT0 on SH-Mobile AG5
35 - renesas,sh73a0-cmt2 # 32-bit CMT2 on SH-Mobile AG5
36 - renesas,sh73a0-cmt3 # 32-bit CMT3 on SH-Mobile AG5
37 - renesas,sh73a0-cmt4 # 32-bit CMT4 on SH-Mobile AG5
41 - renesas,r8a73a4-cmt0 # 32-bit CMT0 on R-Mobile APE6
[all …]
/linux/drivers/scsi/qla2xxx/
H A Dqla_dbg.h17 __be16 mailbox_reg[32];
18 __be16 resp_dma_reg[32];
40 __be16 mailbox_reg[32];
60 __be32 host_reg[32];
62 __be16 mailbox_reg[32];
74 __be32 xmt0_dma_reg[32];
75 __be32 xmt1_dma_reg[32];
76 __be32 xmt2_dma_reg[32];
77 __be32 xmt3_dma_reg[32];
78 __be32 xmt4_dma_reg[32];
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dsa8540p.dtsi19 opp-peak-kBps = <(300000 * 32)>;
23 opp-peak-kBps = <(384000 * 32)>;
27 opp-peak-kBps = <(480000 * 32)>;
31 opp-peak-kBps = <(576000 * 32)>;
35 opp-peak-kBps = <(672000 * 32)>;
39 opp-peak-kBps = <(768000 * 32)>;
43 opp-peak-kBps = <(864000 * 32)>;
47 opp-peak-kBps = <(960000 * 32)>;
51 opp-peak-kBps = <(1075200 * 32)>;
55 opp-peak-kBps = <(1171200 * 32)>;
[all …]
/linux/Documentation/scsi/
H A Daic7xxx.rst27 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
37 aic7895 15 PCI/32 20MHz 16Bit 16 2 3 4 5
38 aic7895C 15 PCI/32 20MHz 16Bit 16 2 3 4 5 8
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtable.c2899 "ETSI", "2.4G", "20M", "CCK", "1T", "01", "32",
2900 "MKK", "2.4G", "20M", "CCK", "1T", "01", "32",
2902 "ETSI", "2.4G", "20M", "CCK", "1T", "02", "32",
2903 "MKK", "2.4G", "20M", "CCK", "1T", "02", "32",
2905 "ETSI", "2.4G", "20M", "CCK", "1T", "03", "32",
2906 "MKK", "2.4G", "20M", "CCK", "1T", "03", "32",
2908 "ETSI", "2.4G", "20M", "CCK", "1T", "04", "32",
2909 "MKK", "2.4G", "20M", "CCK", "1T", "04", "32",
2911 "ETSI", "2.4G", "20M", "CCK", "1T", "05", "32",
2912 "MKK", "2.4G", "20M", "CCK", "1T", "05", "32",
[all …]

12345678910>>...252