Home
last modified time | relevance | path

Searched full:v2 (Results 1 – 25 of 2390) sorted by relevance

12345678910>>...96

/linux/net/ceph/
H A Dmessenger_v2.c113 iov_iter_is_discard(&con->v2.in_iter) ? "discard" : "need", in ceph_tcp_recv()
114 iov_iter_count(&con->v2.in_iter)); in ceph_tcp_recv()
115 ret = do_recvmsg(con->sock, &con->v2.in_iter); in ceph_tcp_recv()
117 iov_iter_count(&con->v2.in_iter)); in ceph_tcp_recv()
200 iov_iter_count(&con->v2.out_iter), con->v2.out_iter_sendpage); in ceph_tcp_send()
201 if (con->v2.out_iter_sendpage) in ceph_tcp_send()
202 ret = do_try_sendpage(con->sock, &con->v2.out_iter); in ceph_tcp_send()
204 ret = do_sendmsg(con->sock, &con->v2.out_iter); in ceph_tcp_send()
206 iov_iter_count(&con->v2.out_iter)); in ceph_tcp_send()
212 BUG_ON(con->v2.in_kvec_cnt >= ARRAY_SIZE(con->v2.in_kvecs)); in add_in_kvec()
[all …]
/linux/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S9 # Should be safe from C, only touches r4, r5 and v0,v1,v2
17 vmr v2,v1
22 vand v2,v2,v1
27 vand v2,v2,v1
32 vand v2,v2,v1
37 vand v2,v2,v1
42 vand v2,v2,v1
47 vand v2,v2,v1
52 vand v2,v2,v1
57 vand v2,v2,v1
[all …]
/linux/arch/s390/include/asm/
H A Dfpu-insn-asm.h100 .ifc \vxr,%v2
201 * @v2: Vector register designated operand whose MSB is stored in
211 * Note: In most vector instruction formats [1] V1, V2, V3, and V4 directly
212 * correspond to @v1, @v2, @v3, and @v4. But there are exceptions, such as but
219 .macro RXB rxb v1 v2=0 v3=0 v4=0
224 .if \v2 & 0x10
239 * @v2: Second vector register designated operand (for RXB)
243 * Note: For @v1, @v2, @v3, and @v4 also refer to the RXB macro
246 .macro MRXB m v1 v2=0 v3=0 v4=0
248 RXB rxb, \v1, \v2, \v3, \v4
[all …]
/linux/Documentation/arch/powerpc/
H A Disa-versions.rst14 Power8 Power ISA v2.07
15 e6500 Power ISA v2.06 with some exceptions
16 e5500 Power ISA v2.06 with some exceptions, no Altivec
17 Power7 Power ISA v2.06
18 Power6 Power ISA v2.05
19 PA6T Power ISA v2.04
20 Cell PPU - Power ISA v2.02 with some minor exceptions
22 Power5++ Power ISA v2.04 (no VMX)
23 Power5+ Power ISA v2.03
24 Power5 - PowerPC User Instruction Set Architecture Book I v2.02
[all …]
/linux/include/pcmcia/
H A Ddevice_id.h29 #define PCMCIA_DEVICE_PROD_ID2(v2, vh2) { \ argument
31 .prod_id = { NULL, (v2), NULL, NULL }, \
39 #define PCMCIA_DEVICE_PROD_ID12(v1, v2, vh1, vh2) { \ argument
42 .prod_id = { (v1), (v2), NULL, NULL }, \
57 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument
61 .prod_id = { (v1), (v2), (v3), NULL },\
64 #define PCMCIA_DEVICE_PROD_ID124(v1, v2, v4, vh1, vh2, vh4) { \ argument
68 .prod_id = { (v1), (v2), NULL, (v4) }, \
78 #define PCMCIA_DEVICE_PROD_ID1234(v1, v2, v3, v4, vh1, vh2, vh3, vh4) { \ argument
83 .prod_id = { (v1), (v2), (v3), (v4) }, \
[all …]
/linux/include/uapi/linux/
H A Dnfs.h43 * Error codes that have a `--' in the v2 column are not part of the
47 NFS_OK = 0, /* v2 v3 v4 */
48 NFSERR_PERM = 1, /* v2 v3 v4 */
49 NFSERR_NOENT = 2, /* v2 v3 v4 */
50 NFSERR_IO = 5, /* v2 v3 v4 */
51 NFSERR_NXIO = 6, /* v2 v3 v4 */
52 NFSERR_ACCES = 13, /* v2 v3 v4 */
53 NFSERR_EXIST = 17, /* v2 v3 v4 */
55 NFSERR_NODEV = 19, /* v2 v3 v4 */
56 NFSERR_NOTDIR = 20, /* v2 v3 v4 */
[all …]
/linux/Documentation/userspace-api/gpio/
H A Dchardev.rst7 This is latest version (v2) of the character device API, as defined in
28 The API is based around two major objects, the :ref:`gpio-v2-chip` and the
29 :ref:`gpio-v2-line-request`.
31 .. _gpio-v2-chip:
43 Lines are requested from the chip using gpio-v2-get-line-ioctl.rst
58 Get Line <gpio-v2-get-line-ioctl>
60 Get Line Info <gpio-v2-get-lineinfo-ioctl>
61 Watch Line Info <gpio-v2-get-lineinfo-watch-ioctl>
63 Read Line Info Changed Events <gpio-v2-lineinfo-changed-read>
65 .. _gpio-v2-line-request:
[all …]
/linux/lib/raid6/
H A Drvv.c38 /* v0:wp0, v1:wq0, v2:wd0/w20, v3:w10 */ in raid6_rvv1_gen_syndrome_real()
62 "vsra.vi v2, v1, 7\n" in raid6_rvv1_gen_syndrome_real()
64 "vand.vx v2, v2, %[x1d]\n" in raid6_rvv1_gen_syndrome_real()
65 "vxor.vv v3, v3, v2\n" in raid6_rvv1_gen_syndrome_real()
66 "vle8.v v2, (%[wd0])\n" in raid6_rvv1_gen_syndrome_real()
67 "vxor.vv v1, v3, v2\n" in raid6_rvv1_gen_syndrome_real()
68 "vxor.vv v0, v0, v2\n" in raid6_rvv1_gen_syndrome_real()
113 /* v0:wp0, v1:wq0, v2:wd0/w20, v3:w10 */ in raid6_rvv1_xor_syndrome_real()
138 "vsra.vi v2, v1, 7\n" in raid6_rvv1_xor_syndrome_real()
140 "vand.vx v2, v2, %[x1d]\n" in raid6_rvv1_xor_syndrome_real()
[all …]
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588j.dtsi11 compatible = "operating-points-v2";
28 compatible = "operating-points-v2";
49 compatible = "operating-points-v2";
70 compatible = "operating-points-v2";
96 operating-points-v2 = <&cluster1_opp_table>;
100 operating-points-v2 = <&cluster1_opp_table>;
104 operating-points-v2 = <&cluster2_opp_table>;
108 operating-points-v2 = <&cluster2_opp_table>;
112 operating-points-v2 = <&cluster0_opp_table>;
116 operating-points-v2 = <&cluster0_opp_table>;
[all …]
H A Drk3399-op1.dtsi10 compatible = "operating-points-v2";
45 compatible = "operating-points-v2";
88 compatible = "operating-points-v2";
117 compatible = "operating-points-v2";
139 operating-points-v2 = <&cluster0_opp>;
143 operating-points-v2 = <&cluster0_opp>;
147 operating-points-v2 = <&cluster0_opp>;
151 operating-points-v2 = <&cluster0_opp>;
155 operating-points-v2 = <&cluster1_opp>;
159 operating-points-v2 = <&cluster1_opp>;
[all …]
H A Drk3399-t.dtsi11 compatible = "operating-points-v2";
34 compatible = "operating-points-v2";
69 compatible = "operating-points-v2";
91 operating-points-v2 = <&cluster0_opp>;
95 operating-points-v2 = <&cluster0_opp>;
99 operating-points-v2 = <&cluster0_opp>;
103 operating-points-v2 = <&cluster0_opp>;
107 operating-points-v2 = <&cluster1_opp>;
111 operating-points-v2 = <&cluster1_opp>;
115 operating-points-v2 = <&gpu_opp_table>;
H A Drk3588-opp.dtsi5 compatible = "operating-points-v2";
37 compatible = "operating-points-v2";
78 compatible = "operating-points-v2";
119 compatible = "operating-points-v2";
157 operating-points-v2 = <&cluster1_opp_table>;
161 operating-points-v2 = <&cluster1_opp_table>;
165 operating-points-v2 = <&cluster2_opp_table>;
169 operating-points-v2 = <&cluster2_opp_table>;
173 operating-points-v2 = <&cluster0_opp_table>;
177 operating-points-v2 = <&cluster0_opp_table>;
[all …]
H A Drk3399.dtsi10 compatible = "operating-points-v2";
41 compatible = "operating-points-v2";
80 compatible = "operating-points-v2";
110 operating-points-v2 = <&cluster0_opp>;
114 operating-points-v2 = <&cluster0_opp>;
118 operating-points-v2 = <&cluster0_opp>;
122 operating-points-v2 = <&cluster0_opp>;
126 operating-points-v2 = <&cluster1_opp>;
130 operating-points-v2 = <&cluster1_opp>;
134 operating-points-v2 = <&gpu_opp_table>;
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-bus.dtsi14 operating-points-v2 = <&bus_g2d_400_opp_table>;
22 operating-points-v2 = <&bus_g2d_266_opp_table>;
30 operating-points-v2 = <&bus_gscl_opp_table>;
38 operating-points-v2 = <&bus_hevc_opp_table>;
46 operating-points-v2 = <&bus_g2d_400_opp_table>;
54 operating-points-v2 = <&bus_g2d_400_opp_table>;
62 operating-points-v2 = <&bus_g2d_400_opp_table>;
70 operating-points-v2 = <&bus_hevc_opp_table>;
78 operating-points-v2 = <&bus_hevc_opp_table>;
86 operating-points-v2 = <&bus_noc2_opp_table>;
[all …]
/linux/arch/arm64/crypto/
H A Dsm4-ce-core.S63 sm4ekey v2.4s, v1.4s, v26.4s;
64 sm4ekey v3.4s, v2.4s, v27.4s;
81 tbl v21.16b, {v2.16b}, v24.16b
124 SM4_CRYPT_BLK8(v0, v1, v2, v3, v4, v5, v6, v7);
140 SM4_CRYPT_BLK4(v0, v1, v2, v3);
183 eor v2.16b, v2.16b, v1.16b
184 SM4_CRYPT_BLK(v2)
185 eor v3.16b, v3.16b, v2.16b
235 rev32 v10.16b, v2.16b
247 eor v11.16b, v11.16b, v2.16b
[all …]
H A Daes-ce-ccm-core.S65 ld1 {v2.16b}, [x1], #16 /* load next input block */
67 eor v2.16b, v2.16b, v5.16b /* final round enc+mac */
68 eor v6.16b, v1.16b, v2.16b /* xor with crypted ctr */
70 eor v2.16b, v2.16b, v1.16b /* xor with crypted ctr */
71 eor v6.16b, v2.16b, v5.16b /* final round enc */
73 eor v0.16b, v0.16b, v2.16b /* xor mac with pt ^ rk[last] */
96 ld1 {v2.16b}, [x1] /* load a full block of input */
98 eor v7.16b, v2.16b, v1.16b /* encrypt partial input block */
99 bif v2.16b, v7.16b, v22.16b /* select plaintext */
101 tbl v2.16b, {v2.16b}, v9.16b /* copy plaintext to start of v2 */
[all …]
/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,saw2.yaml38 - qcom,msm8226-saw2-v2.1-cpu
39 - qcom,msm8226-saw2-v2.1-l2
41 - qcom,msm8974-saw2-v2.1-cpu
42 - qcom,msm8974-saw2-v2.1-l2
43 - qcom,msm8976-gold-saw2-v2.3-l2
44 - qcom,msm8976-silver-saw2-v2.3-l2
45 - qcom,apq8084-saw2-v2.1-cpu
46 - qcom,apq8084-saw2-v2.1-l2
70 /* Example 1: SoC using SAW2 and kpss-acc-v2 CPUIdle */
78 enable-method = "qcom,kpss-acc-v2";
[all …]
/linux/lib/
H A Dxxhash.c96 uint32_t v2 = seed + PRIME32_2; in xxh32() local
103 v2 = xxh32_round(v2, get_unaligned_le32(p)); in xxh32()
111 h32 = xxh_rotl32(v1, 1) + xxh_rotl32(v2, 7) + in xxh32()
166 uint64_t v2 = seed + PRIME64_2; in xxh64() local
173 v2 = xxh64_round(v2, get_unaligned_le64(p)); in xxh64()
181 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
184 h64 = xxh64_merge_round(h64, v2); in xxh64()
234 state.v2 = seed + PRIME64_2; in xxh64_reset()
265 state->v2 = xxh64_round(state->v2, get_unaligned_le64(p64)); in xxh64_update()
278 uint64_t v2 = state->v2; in xxh64_update() local
[all …]
/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_reg.h65 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
68 FN(reg, f2), v2)
70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
73 FN(reg, f2), v2, \
76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
79 FN(reg, f2), v2, \
92 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \ argument
95 FN(reg, f2), v2)
97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument
100 FN(reg, f2), v2, \
[all …]
/linux/drivers/firmware/google/
H A Dmemconsole-x86-legacy.c39 } __packed v2; member
67 pr_info("memconsole: BIOS console v2 EBDA structure found at %p\n", in found_v2_header()
70 hdr->v2.buffer_addr, hdr->v2.start, in found_v2_header()
71 hdr->v2.end, hdr->v2.num_bytes); in found_v2_header()
73 memconsole_baseaddr = phys_to_virt(hdr->v2.buffer_addr + hdr->v2.start); in found_v2_header()
74 memconsole_length = hdr->v2.end - hdr->v2.start; in found_v2_header()
110 /* memconsole v2 */ in memconsole_ebda_init()
/linux/Documentation/devicetree/bindings/hwmon/
H A Dltc2990.txt13 0: V1, V2, TR2
14 1: V1-V2, TR2
15 2: V1-V2, V3, V4
19 6: V1-V2, V3-V4
20 7: V1, V2, V3, V4
26 1: TR1, V1 or V1-V2 only per mode
35 lltc,meas-mode = <7 3>; /* V1, V2, V3, V4 */
/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_sas.h13 * prefix are for use only on MPI v2.5 products, and must not be used
14 * with MPI v2.0 products. Unless otherwise noted, names beginning with
15 * MPI2 or Mpi2 are for use with both MPI v2.0 and MPI v2.5 products.
31 * 11-18-11 02.00.06 Incorporating additions for MPI v2.5.
35 * for anything newer than MPI v2.0.
37 * 03-16-15 02.00.10 Updated for MPI v2.6.
110 U8 SGLFlags; /*0x06*//*MPI v2.0 only. Reserved on MPI v2.5*/
126 /*MPI v2.0: use MPI2_SGLFLAGS_ defines from mpi2.h for the SGLFlags field */
159 MPI2_SGE_SIMPLE_UNION MpiSimple; /*MPI v2.0 only */
160 MPI2_SGE_CHAIN_UNION MpiChain; /*MPI v2.0 only */
[all …]
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dqcom-cpufreq-nvmem.yaml51 - operating-points-v2-krait-cpu
52 - operating-points-v2-kryo-cpu
54 $ref: /schemas/opp/opp-v2-kryo-cpu.yaml#
59 const: operating-points-v2-qcom-level
61 $ref: /schemas/opp/opp-v2-qcom-level.yaml#
99 const: operating-points-v2-kryo-cpu
129 operating-points-v2 = <&cpu_opp_table>;
143 operating-points-v2 = <&cpu_opp_table>;
157 operating-points-v2 = <&cpu_opp_table>;
171 operating-points-v2 = <&cpu_opp_table>;
[all …]
/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroid-core.dtsi43 compatible = "operating-points-v2";
69 compatible = "operating-points-v2";
87 compatible = "operating-points-v2";
99 compatible = "operating-points-v2";
114 compatible = "operating-points-v2";
135 compatible = "operating-points-v2";
153 compatible = "operating-points-v2";
162 compatible = "operating-points-v2";
183 compatible = "operating-points-v2";
201 compatible = "operating-points-v2";
[all …]
/linux/Documentation/networking/device_drivers/fddi/
H A Dskfp.rst13 Readme File for skfp.o v2.06
76 From v2.01 on, the driver is integrated in the linux kernel sources.
144 changed in SMT version v2.82. With this new SMT version, the yellow
150 With versions of SMT prior to v2.82 a ring up was indicated if the
162 v2.06 (20000511) (In-Kernel version)
169 v2.05 (20000217) (In-Kernel version)
174 v2.04 (20000207) (Standalone version)
179 v2.03 (20000111) (Standalone version)
182 - Fixed printk statements from v2.02
184 v2.02 (991215) (Standalone version)
[all …]

12345678910>>...96