Searched refs:v0 (Results 1 - 200 of 273) sorted by relevance

12

/linux-4.1.27/lib/
H A Datomic64_test.c22 long long v0 = 0xaaa31337c001d00dLL; test_atomic64() local
28 atomic64_t v = ATOMIC64_INIT(v0); test_atomic64()
29 long long r = v0; test_atomic64()
37 INIT(v0); test_atomic64()
42 INIT(v0); test_atomic64()
47 INIT(v0); test_atomic64()
52 INIT(v0); test_atomic64()
57 INIT(v0); test_atomic64()
62 INIT(v0); test_atomic64()
67 INIT(v0); test_atomic64()
72 INIT(v0); test_atomic64()
77 INIT(v0); test_atomic64()
82 INIT(v0); test_atomic64()
87 INIT(v0); test_atomic64()
92 INIT(v0); test_atomic64()
97 INIT(v0); test_atomic64()
98 BUG_ON(atomic64_xchg(&v, v1) != v0); test_atomic64()
102 INIT(v0); test_atomic64()
103 BUG_ON(atomic64_cmpxchg(&v, v0, v1) != v0); test_atomic64()
107 INIT(v0); test_atomic64()
108 BUG_ON(atomic64_cmpxchg(&v, v2, v1) != v0); test_atomic64()
111 INIT(v0); test_atomic64()
112 BUG_ON(atomic64_add_unless(&v, one, v0)); test_atomic64()
115 INIT(v0); test_atomic64()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dctrl.c37 struct nvif_control_pstate_info_v0 v0; nvkm_control_mthd_pstate_info() member in union:__anon4223
43 if (nvif_unpack(args->v0, 0, 0, false)) { nvkm_control_mthd_pstate_info()
45 args->v0.version); nvkm_control_mthd_pstate_info()
50 args->v0.count = clk->state_nr; nvkm_control_mthd_pstate_info()
51 args->v0.ustate_ac = clk->ustate_ac; nvkm_control_mthd_pstate_info()
52 args->v0.ustate_dc = clk->ustate_dc; nvkm_control_mthd_pstate_info()
53 args->v0.pwrsrc = clk->pwrsrc; nvkm_control_mthd_pstate_info()
54 args->v0.pstate = clk->pstate; nvkm_control_mthd_pstate_info()
56 args->v0.count = 0; nvkm_control_mthd_pstate_info()
57 args->v0.ustate_ac = NVIF_CONTROL_PSTATE_INFO_V0_USTATE_DISABLE; nvkm_control_mthd_pstate_info()
58 args->v0.ustate_dc = NVIF_CONTROL_PSTATE_INFO_V0_USTATE_DISABLE; nvkm_control_mthd_pstate_info()
59 args->v0.pwrsrc = -ENOSYS; nvkm_control_mthd_pstate_info()
60 args->v0.pstate = NVIF_CONTROL_PSTATE_INFO_V0_PSTATE_UNKNOWN; nvkm_control_mthd_pstate_info()
70 struct nvif_control_pstate_attr_v0 v0; nvkm_control_mthd_pstate_attr() member in union:__anon4224
81 if (nvif_unpack(args->v0, 0, 0, false)) { nvkm_control_mthd_pstate_attr()
84 args->v0.version, args->v0.state, args->v0.index); nvkm_control_mthd_pstate_attr()
87 if (args->v0.state < NVIF_CONTROL_PSTATE_ATTR_V0_STATE_CURRENT) nvkm_control_mthd_pstate_attr()
89 if (args->v0.state >= clk->state_nr) nvkm_control_mthd_pstate_attr()
96 if (domain->mname && ++j == args->v0.index) nvkm_control_mthd_pstate_attr()
104 if (args->v0.state != NVIF_CONTROL_PSTATE_ATTR_V0_STATE_CURRENT) { nvkm_control_mthd_pstate_attr()
106 if (i++ == args->v0.state) nvkm_control_mthd_pstate_attr()
117 args->v0.state = pstate->pstate; nvkm_control_mthd_pstate_attr()
123 snprintf(args->v0.name, sizeof(args->v0.name), "%s", domain->mname); nvkm_control_mthd_pstate_attr()
124 snprintf(args->v0.unit, sizeof(args->v0.unit), "MHz"); nvkm_control_mthd_pstate_attr()
125 args->v0.min = lo / domain->mdiv; nvkm_control_mthd_pstate_attr()
126 args->v0.max = hi / domain->mdiv; nvkm_control_mthd_pstate_attr()
128 args->v0.index = 0; nvkm_control_mthd_pstate_attr()
131 args->v0.index = ++j; nvkm_control_mthd_pstate_attr()
143 struct nvif_control_pstate_user_v0 v0; nvkm_control_mthd_pstate_user() member in union:__anon4225
149 if (nvif_unpack(args->v0, 0, 0, false)) { nvkm_control_mthd_pstate_user()
151 "pwrsrc %d\n", args->v0.version, nvkm_control_mthd_pstate_user()
152 args->v0.ustate, args->v0.pwrsrc); nvkm_control_mthd_pstate_user()
158 if (args->v0.pwrsrc >= 0) { nvkm_control_mthd_pstate_user()
159 ret |= nvkm_clk_ustate(clk, args->v0.ustate, args->v0.pwrsrc); nvkm_control_mthd_pstate_user()
161 ret |= nvkm_clk_ustate(clk, args->v0.ustate, 0); nvkm_control_mthd_pstate_user()
162 ret |= nvkm_clk_ustate(clk, args->v0.ustate, 1); nvkm_control_mthd_pstate_user()
H A Dbase.c86 struct nv_device_info_v0 v0; nvkm_devobj_info() member in union:__anon4221
91 if (nvif_unpack(args->v0, 0, 0, false)) { nvkm_devobj_info()
92 nv_ioctl(object, "device info vers %d\n", args->v0.version); nvkm_devobj_info()
107 args->v0.platform = NV_DEVICE_INFO_V0_IGP; nvkm_devobj_info()
112 args->v0.platform = NV_DEVICE_INFO_V0_AGP; nvkm_devobj_info()
115 args->v0.platform = NV_DEVICE_INFO_V0_PCIE; nvkm_devobj_info()
117 args->v0.platform = NV_DEVICE_INFO_V0_PCI; nvkm_devobj_info()
119 args->v0.platform = NV_DEVICE_INFO_V0_SOC; nvkm_devobj_info()
125 case NV_04: args->v0.family = NV_DEVICE_INFO_V0_TNT; break; nvkm_devobj_info()
127 case NV_11: args->v0.family = NV_DEVICE_INFO_V0_CELSIUS; break; nvkm_devobj_info()
128 case NV_20: args->v0.family = NV_DEVICE_INFO_V0_KELVIN; break; nvkm_devobj_info()
129 case NV_30: args->v0.family = NV_DEVICE_INFO_V0_RANKINE; break; nvkm_devobj_info()
130 case NV_40: args->v0.family = NV_DEVICE_INFO_V0_CURIE; break; nvkm_devobj_info()
131 case NV_50: args->v0.family = NV_DEVICE_INFO_V0_TESLA; break; nvkm_devobj_info()
132 case NV_C0: args->v0.family = NV_DEVICE_INFO_V0_FERMI; break; nvkm_devobj_info()
133 case NV_E0: args->v0.family = NV_DEVICE_INFO_V0_KEPLER; break; nvkm_devobj_info()
134 case GM100: args->v0.family = NV_DEVICE_INFO_V0_MAXWELL; break; nvkm_devobj_info()
136 args->v0.family = 0; nvkm_devobj_info()
140 args->v0.chipset = device->chipset; nvkm_devobj_info()
141 args->v0.revision = device->chiprev; nvkm_devobj_info()
143 args->v0.ram_size = args->v0.ram_user = pfb->ram->size; nvkm_devobj_info()
145 args->v0.ram_size = args->v0.ram_user = 0; nvkm_devobj_info()
146 if (imem && args->v0.ram_size > 0) nvkm_devobj_info()
147 args->v0.ram_user = args->v0.ram_user - imem->reserved; nvkm_devobj_info()
287 struct nv_device_v0 v0; member in union:__anon4222
298 if (nvif_unpack(args->v0, 0, 0, false)) {
301 args->v0.version, args->v0.device,
302 args->v0.disable, args->v0.debug0);
312 if (args->v0.device != ~0) {
313 device = nvkm_device_find(args->v0.device);
332 disable = args->v0.debug0;
334 if (args->v0.disable & disable_map[i])
339 if (!(args->v0.disable & NV_DEVICE_V0_DISABLE_IDENTIFY) &&
442 if ( (args->v0.disable & NV_DEVICE_V0_DISABLE_IDENTIFY)) {
447 if (!(args->v0.disable & NV_DEVICE_V0_DISABLE_MMIO) &&
/linux-4.1.27/arch/mips/lib/
H A Dstrlen_user.S27 LONG_L v0, TI_ADDR_LIMIT($28) # pointer ok?
28 and v0, a0
29 bnez v0, .Lfault\@
31 move v0, a0
33 1: EX(lbu, v1, (v0), .Lfault\@)
35 1: EX(lbue, v1, (v0), .Lfault\@)
37 PTR_ADDIU v0, 1
39 PTR_SUBU v0, a0
43 .Lfault\@: move v0, zero
H A Dstrncpy_user.S33 LONG_L v0, TI_ADDR_LIMIT($28) # pointer ok?
34 and v0, a1
35 bnez v0, .Lfault\@
41 1: EX(lbu, v0, (v1), .Lfault\@)
43 1: EX(lbue, v0, (v1), .Lfault\@)
47 sb v0, (a0)
48 beqz v0, 2f
52 2: PTR_ADDU v0, a1, t0
53 xor v0, a1
54 bltz v0, .Lfault\@
55 move v0, t0
60 li v0, -EFAULT
H A Dstrnlen_user.S30 LONG_L v0, TI_ADDR_LIMIT($28) # pointer ok?
31 and v0, a0
32 bnez v0, .Lfault\@
35 move v0, a0
42 beq v0, a1, 1f # limit reached?
44 EX(lb, t0, (v0), .Lfault\@)
46 EX(lbe, t0, (v0), .Lfault\@)
52 PTR_ADDIU v0, 1
54 PTR_ADDU v0, AT
58 PTR_SUBU v0, a0
63 move v0, zero
H A Dmemcpy.S43 * memcpy copies len bytes from src to dst and sets v0 to dst.
631 move v0, a0 /* return value */
685 * memcpy sets v0 to dst.
689 move v0, dst /* return value */
H A Dmemset.S272 move v0, a0 /* result */
H A Dcsum_partial.S100 #define sum v0
319 #define sum v0
818 li v0, -1 /* invalid checksum */
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dswab.h18 * UNPKBW a0, v0 v0: 00AA00BB00CC00DD __arch_swab32()
19 * SLL v0, 24, a0 a0: BB00CC00DD000000 __arch_swab32()
20 * BIS v0, a0, a0 a0: BBAACCBBDDCC00DD __arch_swab32()
21 * EXTWL a0, 6, v0 v0: 000000000000BBAA __arch_swab32()
23 * ADDL a0, v0, v0 v0: ssssssssDDCCBBAA __arch_swab32()
H A Dregdef.h4 #define v0 $0 /* function return value */ macro
/linux-4.1.27/arch/arm64/crypto/
H A Daes-ce-cipher.c49 __asm__(" ld1 {v0.16b}, %[in] ;" aes_cipher_encrypt()
58 "1: aese v0.16b, v2.16b ;" aes_cipher_encrypt()
59 " aesmc v0.16b, v0.16b ;" aes_cipher_encrypt()
61 " aese v0.16b, v3.16b ;" aes_cipher_encrypt()
62 " aesmc v0.16b, v0.16b ;" aes_cipher_encrypt()
65 " aese v0.16b, v1.16b ;" aes_cipher_encrypt()
66 " aesmc v0.16b, v0.16b ;" aes_cipher_encrypt()
69 " aese v0.16b, v2.16b ;" aes_cipher_encrypt()
70 " eor v0.16b, v0.16b, v3.16b ;" aes_cipher_encrypt()
71 " st1 {v0.16b}, %[out] ;" aes_cipher_encrypt()
94 __asm__(" ld1 {v0.16b}, %[in] ;" aes_cipher_decrypt()
103 "1: aesd v0.16b, v2.16b ;" aes_cipher_decrypt()
104 " aesimc v0.16b, v0.16b ;" aes_cipher_decrypt()
106 " aesd v0.16b, v3.16b ;" aes_cipher_decrypt()
107 " aesimc v0.16b, v0.16b ;" aes_cipher_decrypt()
110 " aesd v0.16b, v1.16b ;" aes_cipher_decrypt()
111 " aesimc v0.16b, v0.16b ;" aes_cipher_decrypt()
114 " aesd v0.16b, v2.16b ;" aes_cipher_decrypt()
115 " eor v0.16b, v0.16b, v3.16b ;" aes_cipher_decrypt()
116 " st1 {v0.16b}, %[out] ;" aes_cipher_decrypt()
138 "movi v0.16b, #0 ;" aes_sub()
139 "aese v0.16b, v1.16b ;" aes_sub()
140 "umov %w[out], v0.4s[0] ;" aes_sub()
144 : "v0","v1"); aes_sub()
208 __asm__("ld1 {v0.16b}, %[in] ;" ce_aes_expandkey()
209 "aesimc v1.16b, v0.16b ;" ce_aes_expandkey()
214 : "v0","v1"); ce_aes_expandkey()
H A Daes-modes.S43 encrypt_block2x v0, v1, w3, x2, x6, w7
48 decrypt_block2x v0, v1, w3, x2, x6, w7
55 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
60 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
89 encrypt_block2x v0, v1, w3, x2, x6, w7
93 decrypt_block2x v0, v1, w3, x2, x6, w7
97 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
101 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
124 ld1 {v0.16b-v1.16b}, [x1], #32 /* get 2 pt blocks */
126 st1 {v0.16b-v1.16b}, [x0], #32
128 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 pt blocks */
130 st1 {v0.16b-v3.16b}, [x0], #64
138 ld1 {v0.16b}, [x1], #16 /* get next pt block */
139 encrypt_block v0, w3, x2, x5, w6
140 st1 {v0.16b}, [x0], #16
160 ld1 {v0.16b-v1.16b}, [x1], #32 /* get 2 ct blocks */
162 st1 {v0.16b-v1.16b}, [x0], #32
164 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 ct blocks */
166 st1 {v0.16b-v3.16b}, [x0], #64
174 ld1 {v0.16b}, [x1], #16 /* get next ct block */
175 decrypt_block v0, w3, x2, x5, w6
176 st1 {v0.16b}, [x0], #16
195 ld1 {v0.16b}, [x5] /* get iv */
200 eor v0.16b, v0.16b, v1.16b /* ..and xor with iv */
201 encrypt_block v0, w3, x2, x5, w6
202 st1 {v0.16b}, [x0], #16
221 ld1 {v0.16b-v1.16b}, [x1], #32 /* get 2 ct blocks */
222 mov v2.16b, v0.16b
225 eor v0.16b, v0.16b, v7.16b
228 st1 {v0.16b-v1.16b}, [x0], #32
230 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 ct blocks */
231 mov v4.16b, v0.16b
236 eor v0.16b, v0.16b, v7.16b
241 st1 {v0.16b-v3.16b}, [x0], #64
250 mov v0.16b, v1.16b /* ...and copy to v0 */
251 decrypt_block v0, w3, x2, x5, w6
252 eor v0.16b, v0.16b, v7.16b /* xor with iv => pt */
254 st1 {v0.16b}, [x0], #16
293 mov v0.8b, v4.8b
297 ins v0.d[1], x7
303 eor v0.16b, v0.16b, v2.16b
305 st1 {v0.16b-v1.16b}, [x0], #32
309 mov v0.16b, v4.16b
320 eor v0.16b, v5.16b, v0.16b
325 st1 {v0.16b-v3.16b}, [x0], #64
343 mov v0.16b, v4.16b
344 encrypt_block v0, w3, x2, x6, w7
348 eor v3.16b, v0.16b, v3.16b
364 eor v3.8b, v0.8b, v3.8b
410 ld1 {v0.16b-v1.16b}, [x1], #32 /* get 2 pt blocks */
412 eor v0.16b, v0.16b, v4.16b
415 eor v0.16b, v0.16b, v4.16b
417 st1 {v0.16b-v1.16b}, [x0], #32
425 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 pt blocks */
427 eor v0.16b, v0.16b, v4.16b
435 eor v0.16b, v0.16b, v4.16b
438 st1 {v0.16b-v3.16b}, [x0], #64
449 eor v0.16b, v1.16b, v4.16b
450 encrypt_block v0, w3, x2, x6, w7
451 eor v0.16b, v0.16b, v4.16b
452 st1 {v0.16b}, [x0], #16
482 ld1 {v0.16b-v1.16b}, [x1], #32 /* get 2 ct blocks */
484 eor v0.16b, v0.16b, v4.16b
487 eor v0.16b, v0.16b, v4.16b
489 st1 {v0.16b-v1.16b}, [x0], #32
497 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 ct blocks */
499 eor v0.16b, v0.16b, v4.16b
507 eor v0.16b, v0.16b, v4.16b
510 st1 {v0.16b-v3.16b}, [x0], #64
521 eor v0.16b, v1.16b, v4.16b
522 decrypt_block v0, w3, x2, x6, w7
523 eor v0.16b, v0.16b, v4.16b
524 st1 {v0.16b}, [x0], #16
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h30 dmfc0 v0, CP0_CVMMEMCTL_REG
32 dins v0, $0, 0, 6 variable
33 ori v0, CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE variable
34 dmtc0 v0, CP0_CVMMEMCTL_REG # Write the cavium mem control register variable
35 dmfc0 v0, CP0_CVMCTL_REG # Read the cavium control register variable
38 or v0, v0, 0x5001 variable
39 xor v0, v0, 0x1001 variable
43 and v0, v0, v1 variable
44 ori v0, v0, (6 << 7) variable
64 or v0, v0, 0x2000 # Set IPREF bit. variable
68 dmtc0 v0, CP0_CVMCTL_REG
73 dli v0, CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE variable
74 dsll v0, 7 variable
75 beqz v0, 2f variable
76 1: dsubu v0, 8 variable
77 sd $0, -32768(v0)
78 bnez v0, 1b
80 mfc0 v0, CP0_PRID_REG variable
81 bbit0 v0, 15, 1f variable
83 and t1, v0, 0xff00 variable
84 dli v0, 0x9500 variable
85 bge t1, v0, 1f # OCTEON III has no DCACHE_ERR_REG COP0 variable
86 dli v0, 0x27 variable
87 dmtc0 v0, CP0_DCACHE_ERR_REG variable
90 rdhwr v0, $0 variable
108 bne t1, v0, octeon_spin_wait_boot variable
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
H A Dioctl.c55 struct nvif_ioctl_sclass_v0 v0; nvkm_ioctl_sclass() member in union:__anon4207
65 if (nvif_unpack(args->v0, 0, 0, true)) { nvkm_ioctl_sclass()
67 args->v0.version, args->v0.count); nvkm_ioctl_sclass()
68 if (size == args->v0.count * sizeof(args->v0.oclass[0])) { nvkm_ioctl_sclass()
69 ret = nvkm_parent_lclass(object, args->v0.oclass, nvkm_ioctl_sclass()
70 args->v0.count); nvkm_ioctl_sclass()
72 args->v0.count = ret; nvkm_ioctl_sclass()
87 struct nvif_ioctl_new_v0 v0; nvkm_ioctl_new() member in union:__anon4208
99 if (nvif_unpack(args->v0, 0, 0, true)) { nvkm_ioctl_new()
100 _handle = args->v0.handle; nvkm_ioctl_new()
101 _oclass = args->v0.oclass; nvkm_ioctl_new()
107 args->v0.version, _handle, _oclass, nvkm_ioctl_new()
108 args->v0.route, args->v0.token); nvkm_ioctl_new()
164 handle->route = args->v0.route; nvkm_ioctl_new()
165 handle->token = args->v0.token; nvkm_ioctl_new()
207 struct nvif_ioctl_mthd_v0 v0; nvkm_ioctl_mthd() member in union:__anon4210
212 if (nvif_unpack(args->v0, 0, 0, true)) { nvkm_ioctl_mthd()
214 args->v0.version, args->v0.method); nvkm_ioctl_mthd()
216 ret = ofuncs->mthd(object, args->v0.method, data, size); nvkm_ioctl_mthd()
229 struct nvif_ioctl_rd_v0 v0; nvkm_ioctl_rd() member in union:__anon4211
234 if (nvif_unpack(args->v0, 0, 0, false)) { nvkm_ioctl_rd()
236 args->v0.version, args->v0.size, args->v0.addr); nvkm_ioctl_rd()
237 switch (args->v0.size) { nvkm_ioctl_rd()
240 args->v0.data = nv_ro08(object, args->v0.addr); nvkm_ioctl_rd()
246 args->v0.data = nv_ro16(object, args->v0.addr); nvkm_ioctl_rd()
252 args->v0.data = nv_ro32(object, args->v0.addr); nvkm_ioctl_rd()
271 struct nvif_ioctl_wr_v0 v0; nvkm_ioctl_wr() member in union:__anon4212
276 if (nvif_unpack(args->v0, 0, 0, false)) { nvkm_ioctl_wr()
278 args->v0.version, args->v0.size, args->v0.addr, nvkm_ioctl_wr()
279 args->v0.data); nvkm_ioctl_wr()
280 switch (args->v0.size) { nvkm_ioctl_wr()
283 nv_wo08(object, args->v0.addr, args->v0.data); nvkm_ioctl_wr()
289 nv_wo16(object, args->v0.addr, args->v0.data); nvkm_ioctl_wr()
295 nv_wo32(object, args->v0.addr, args->v0.data); nvkm_ioctl_wr()
314 struct nvif_ioctl_map_v0 v0; nvkm_ioctl_map() member in union:__anon4213
319 if (nvif_unpack(args->v0, 0, 0, false)) { nvkm_ioctl_map()
320 nv_ioctl(object, "map vers %d\n", args->v0.version); nvkm_ioctl_map()
322 ret = ofuncs->map(object, &args->v0.handle, nvkm_ioctl_map()
323 &args->v0.length); nvkm_ioctl_map()
353 struct nvif_ioctl_ntfy_new_v0 v0; nvkm_ioctl_ntfy_new() member in union:__anon4215
359 if (nvif_unpack(args->v0, 0, 0, true)) { nvkm_ioctl_ntfy_new()
361 args->v0.version, args->v0.event); nvkm_ioctl_ntfy_new()
363 ret = ofuncs->ntfy(object, args->v0.event, &event); nvkm_ioctl_ntfy_new()
367 args->v0.index = ret; nvkm_ioctl_ntfy_new()
382 struct nvif_ioctl_ntfy_del_v0 v0; nvkm_ioctl_ntfy_del() member in union:__anon4216
387 if (nvif_unpack(args->v0, 0, 0, false)) { nvkm_ioctl_ntfy_del()
389 args->v0.version, args->v0.index); nvkm_ioctl_ntfy_del()
390 ret = nvkm_client_notify_del(client, args->v0.index); nvkm_ioctl_ntfy_del()
402 struct nvif_ioctl_ntfy_get_v0 v0; nvkm_ioctl_ntfy_get() member in union:__anon4217
407 if (nvif_unpack(args->v0, 0, 0, false)) { nvkm_ioctl_ntfy_get()
409 args->v0.version, args->v0.index); nvkm_ioctl_ntfy_get()
410 ret = nvkm_client_notify_get(client, args->v0.index); nvkm_ioctl_ntfy_get()
422 struct nvif_ioctl_ntfy_put_v0 v0; nvkm_ioctl_ntfy_put() member in union:__anon4218
427 if (nvif_unpack(args->v0, 0, 0, false)) { nvkm_ioctl_ntfy_put()
429 args->v0.version, args->v0.index); nvkm_ioctl_ntfy_put()
430 ret = nvkm_client_notify_put(client, args->v0.index); nvkm_ioctl_ntfy_put()
501 struct nvif_ioctl_v0 v0; nvkm_ioctl() member in union:__anon4220
508 if (nvif_unpack(args->v0, 0, 0, true)) { nvkm_ioctl()
510 args->v0.version, args->v0.type, args->v0.path_nr, nvkm_ioctl()
511 args->v0.owner); nvkm_ioctl()
512 ret = nvkm_ioctl_path(client->root, args->v0.type, nvkm_ioctl()
513 args->v0.path_nr, args->v0.path, nvkm_ioctl()
514 data, size, args->v0.owner, nvkm_ioctl()
515 &args->v0.route, &args->v0.token); nvkm_ioctl()
H A Dclient.c40 struct nvif_notify_rep_v0 v0; member in union:nvkm_client_notify::__anon4203
97 struct nvif_notify_req_v0 v0; nvkm_client_notify_new() member in union:__anon4204
115 if (nvif_unpack(req->v0, 0, 0, true)) { nvkm_client_notify_new()
117 "token %llx\n", req->v0.version, nvkm_client_notify_new()
118 req->v0.reply, req->v0.route, req->v0.token); nvkm_client_notify_new()
119 notify->version = req->v0.version; nvkm_client_notify_new()
120 notify->size = sizeof(notify->rep.v0); nvkm_client_notify_new()
121 notify->rep.v0.version = req->v0.version; nvkm_client_notify_new()
122 notify->rep.v0.route = req->v0.route; nvkm_client_notify_new()
123 notify->rep.v0.token = req->v0.token; nvkm_client_notify_new()
124 reply = req->v0.reply; nvkm_client_notify_new()
145 struct nv_client_devlist_v0 v0; nvkm_client_mthd_devlist() member in union:__anon4205
150 if (nvif_unpack(args->v0, 0, 0, true)) { nvkm_client_mthd_devlist()
152 args->v0.version, args->v0.count); nvkm_client_mthd_devlist()
153 if (size == sizeof(args->v0.device[0]) * args->v0.count) { nvkm_client_mthd_devlist()
154 ret = nvkm_device_list(args->v0.device, args->v0.count); nvkm_client_mthd_devlist()
156 args->v0.count = ret; nvkm_client_mthd_devlist()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddacnv50.c38 struct nv50_disp_dac_pwr_v0 v0; nv50_dac_power() member in union:__anon4228
44 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_dac_power()
47 args->v0.version, args->v0.state, args->v0.data, nv50_dac_power()
48 args->v0.vsync, args->v0.hsync); nv50_dac_power()
49 stat = 0x00000040 * !args->v0.state; nv50_dac_power()
50 stat |= 0x00000010 * !args->v0.data; nv50_dac_power()
51 stat |= 0x00000004 * !args->v0.vsync; nv50_dac_power()
52 stat |= 0x00000001 * !args->v0.hsync; nv50_dac_power()
66 struct nv50_disp_dac_load_v0 v0; nv50_dac_sense() member in union:__anon4229
73 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_dac_sense()
75 args->v0.version, args->v0.data); nv50_dac_sense()
76 if (args->v0.data & 0xfff00000) nv50_dac_sense()
78 loadval = args->v0.data; nv50_dac_sense()
97 args->v0.load = (loadval & 0x38000000) >> 27; nv50_dac_sense()
H A Dnv04.c42 struct nv04_disp_scanoutpos_v0 v0; nv04_disp_scanoutpos() member in union:__anon4237
48 if (nvif_unpack(args->v0, 0, 0, false)) { nv04_disp_scanoutpos()
49 nv_ioctl(object, "disp scanoutpos vers %d\n", args->v0.version); nv04_disp_scanoutpos()
50 args->v0.vblanks = nv_rd32(priv, 0x680800 + hoff) & 0xffff; nv04_disp_scanoutpos()
51 args->v0.vtotal = nv_rd32(priv, 0x680804 + hoff) & 0xffff; nv04_disp_scanoutpos()
52 args->v0.vblanke = args->v0.vtotal - 1; nv04_disp_scanoutpos()
54 args->v0.hblanks = nv_rd32(priv, 0x680820 + hoff) & 0xffff; nv04_disp_scanoutpos()
55 args->v0.htotal = nv_rd32(priv, 0x680824 + hoff) & 0xffff; nv04_disp_scanoutpos()
56 args->v0.hblanke = args->v0.htotal - 1; nv04_disp_scanoutpos()
63 if (!args->v0.vtotal || !args->v0.htotal) nv04_disp_scanoutpos()
66 args->v0.time[0] = ktime_to_ns(ktime_get()); nv04_disp_scanoutpos()
68 args->v0.time[1] = ktime_to_ns(ktime_get()); nv04_disp_scanoutpos()
69 args->v0.hline = (line & 0xffff0000) >> 16; nv04_disp_scanoutpos()
70 args->v0.vline = (line & 0x0000ffff); nv04_disp_scanoutpos()
81 struct nv04_disp_mthd_v0 v0; nv04_disp_mthd() member in union:__anon4238
87 if (nvif_unpack(args->v0, 0, 0, true)) { nv04_disp_mthd()
89 args->v0.version, args->v0.method, args->v0.head); nv04_disp_mthd()
90 mthd = args->v0.method; nv04_disp_mthd()
91 head = args->v0.head; nv04_disp_mthd()
H A Dhdmig84.c36 struct nv50_disp_sor_hdmi_pwr_v0 v0; g84_hdmi_ctrl() member in union:__anon4233
42 if (nvif_unpack(args->v0, 0, 0, false)) { g84_hdmi_ctrl()
45 args->v0.version, args->v0.state, g84_hdmi_ctrl()
46 args->v0.max_ac_packet, args->v0.rekey); g84_hdmi_ctrl()
47 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) g84_hdmi_ctrl()
49 ctrl = 0x40000000 * !!args->v0.state; g84_hdmi_ctrl()
50 ctrl |= args->v0.max_ac_packet << 16; g84_hdmi_ctrl()
51 ctrl |= args->v0.rekey; g84_hdmi_ctrl()
H A Dhdmigf110.c36 struct nv50_disp_sor_hdmi_pwr_v0 v0; gf110_hdmi_ctrl() member in union:__anon4234
42 if (nvif_unpack(args->v0, 0, 0, false)) { gf110_hdmi_ctrl()
45 args->v0.version, args->v0.state, gf110_hdmi_ctrl()
46 args->v0.max_ac_packet, args->v0.rekey); gf110_hdmi_ctrl()
47 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) gf110_hdmi_ctrl()
49 ctrl = 0x40000000 * !!args->v0.state; gf110_hdmi_ctrl()
50 ctrl |= args->v0.max_ac_packet << 16; gf110_hdmi_ctrl()
51 ctrl |= args->v0.rekey; gf110_hdmi_ctrl()
H A Dhdmigk104.c37 struct nv50_disp_sor_hdmi_pwr_v0 v0; gk104_hdmi_ctrl() member in union:__anon4235
43 if (nvif_unpack(args->v0, 0, 0, false)) { gk104_hdmi_ctrl()
46 args->v0.version, args->v0.state, gk104_hdmi_ctrl()
47 args->v0.max_ac_packet, args->v0.rekey); gk104_hdmi_ctrl()
48 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) gk104_hdmi_ctrl()
50 ctrl = 0x40000000 * !!args->v0.state; gk104_hdmi_ctrl()
51 ctrl |= args->v0.max_ac_packet << 16; gk104_hdmi_ctrl()
52 ctrl |= args->v0.rekey; gk104_hdmi_ctrl()
H A Dhdmigt215.c37 struct nv50_disp_sor_hdmi_pwr_v0 v0; gt215_hdmi_ctrl() member in union:__anon4236
43 if (nvif_unpack(args->v0, 0, 0, false)) { gt215_hdmi_ctrl()
46 args->v0.version, args->v0.state, gt215_hdmi_ctrl()
47 args->v0.max_ac_packet, args->v0.rekey); gt215_hdmi_ctrl()
48 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) gt215_hdmi_ctrl()
50 ctrl = 0x40000000 * !!args->v0.state; gt215_hdmi_ctrl()
51 ctrl |= args->v0.max_ac_packet << 16; gt215_hdmi_ctrl()
52 ctrl |= args->v0.rekey; gt215_hdmi_ctrl()
H A Dhdagf110.c39 struct nv50_disp_sor_hda_eld_v0 v0; gf110_hda_eld() member in union:__anon4231
46 if (nvif_unpack(args->v0, 0, 0, true)) { gf110_hda_eld()
47 nv_ioctl(object, "disp sor hda eld vers %d\n", args->v0.version); gf110_hda_eld()
53 if (size && args->v0.data[0]) { gf110_hda_eld()
60 nv_wr32(priv, 0x10ec00 + soff, (i << 8) | args->v0.data[i]); gf110_hda_eld()
H A Dhdagt215.c37 struct nv50_disp_sor_hda_eld_v0 v0; gt215_hda_eld() member in union:__anon4232
43 if (nvif_unpack(args->v0, 0, 0, true)) { gt215_hda_eld()
44 nv_ioctl(object, "disp sor hda eld vers %d\n", args->v0.version); gt215_hda_eld()
50 if (size && args->v0.data[0]) { gt215_hda_eld()
56 nv_wr32(priv, 0x61c440 + soff, (i << 8) | args->v0.data[0]); gt215_hda_eld()
H A Dsornv50.c37 struct nv50_disp_sor_pwr_v0 v0; nv50_sor_power() member in union:__anon4259
44 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_sor_power()
46 args->v0.version, args->v0.state); nv50_sor_power()
47 stat = !!args->v0.state; nv50_sor_power()
H A Dpiornv50.c149 struct nv50_disp_pior_pwr_v0 v0; nv50_pior_power() member in union:__anon4258
155 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_pior_power()
157 args->v0.version, args->v0.state, args->v0.type); nv50_pior_power()
158 if (args->v0.type > 0x0f) nv50_pior_power()
160 ctrl = !!args->v0.state; nv50_pior_power()
161 type = args->v0.type; nv50_pior_power()
H A Dbase.c43 struct nvif_notify_head_req_v0 v0; nvkm_disp_vblank_ctor() member in union:__anon4226
47 if (nvif_unpack(req->v0, 0, 0, false)) { nvkm_disp_vblank_ctor()
49 if (ret = -ENXIO, req->v0.head <= disp->vblank.index_nr) { nvkm_disp_vblank_ctor()
51 notify->index = req->v0.head; nvkm_disp_vblank_ctor()
73 struct nvif_notify_conn_req_v0 v0; nvkm_disp_hpd_ctor() member in union:__anon4227
78 if (nvif_unpack(req->v0, 0, 0, false)) { nvkm_disp_hpd_ctor()
81 if (ret = -ENXIO, outp->conn->index == req->v0.conn) { nvkm_disp_hpd_ctor()
83 notify->types = req->v0.mask; nvkm_disp_hpd_ctor()
84 notify->index = req->v0.conn; nvkm_disp_hpd_ctor()
H A Dnv50.c494 struct nv50_disp_core_channel_dma_v0 v0; nv50_disp_core_ctor() member in union:__anon4240
500 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_disp_core_ctor()
503 args->v0.version, args->v0.pushbuf); nv50_disp_core_ctor()
507 ret = nv50_disp_dmac_create_(parent, engine, oclass, args->v0.pushbuf, nv50_disp_core_ctor()
650 struct nv50_disp_base_channel_dma_v0 v0; nv50_disp_base_ctor() member in union:__anon4241
657 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_disp_base_ctor()
660 args->v0.version, args->v0.pushbuf, args->v0.head); nv50_disp_base_ctor()
661 if (args->v0.head > priv->head.nr) nv50_disp_base_ctor()
666 ret = nv50_disp_dmac_create_(parent, engine, oclass, args->v0.pushbuf, nv50_disp_base_ctor()
667 args->v0.head, sizeof(*dmac), nv50_disp_base_ctor()
740 struct nv50_disp_overlay_channel_dma_v0 v0; nv50_disp_ovly_ctor() member in union:__anon4242
747 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_disp_ovly_ctor()
750 args->v0.version, args->v0.pushbuf, args->v0.head); nv50_disp_ovly_ctor()
751 if (args->v0.head > priv->head.nr) nv50_disp_ovly_ctor()
756 ret = nv50_disp_dmac_create_(parent, engine, oclass, args->v0.pushbuf, nv50_disp_ovly_ctor()
757 args->v0.head, sizeof(*dmac), nv50_disp_ovly_ctor()
860 struct nv50_disp_overlay_v0 v0; nv50_disp_oimm_ctor() member in union:__anon4243
867 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_disp_oimm_ctor()
869 args->v0.version, args->v0.head); nv50_disp_oimm_ctor()
870 if (args->v0.head > priv->head.nr) nv50_disp_oimm_ctor()
875 ret = nv50_disp_pioc_create_(parent, engine, oclass, args->v0.head, nv50_disp_oimm_ctor()
908 struct nv50_disp_cursor_v0 v0; nv50_disp_curs_ctor() member in union:__anon4244
915 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_disp_curs_ctor()
917 args->v0.version, args->v0.head); nv50_disp_curs_ctor()
918 if (args->v0.head > priv->head.nr) nv50_disp_curs_ctor()
923 ret = nv50_disp_pioc_create_(parent, engine, oclass, args->v0.head, nv50_disp_curs_ctor()
956 struct nv04_disp_scanoutpos_v0 v0; nv50_disp_main_scanoutpos() member in union:__anon4245
961 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_disp_main_scanoutpos()
962 nv_ioctl(object, "disp scanoutpos vers %d\n", args->v0.version); nv50_disp_main_scanoutpos()
963 args->v0.vblanke = (blanke & 0xffff0000) >> 16; nv50_disp_main_scanoutpos()
964 args->v0.hblanke = (blanke & 0x0000ffff); nv50_disp_main_scanoutpos()
965 args->v0.vblanks = (blanks & 0xffff0000) >> 16; nv50_disp_main_scanoutpos()
966 args->v0.hblanks = (blanks & 0x0000ffff); nv50_disp_main_scanoutpos()
967 args->v0.vtotal = ( total & 0xffff0000) >> 16; nv50_disp_main_scanoutpos()
968 args->v0.htotal = ( total & 0x0000ffff); nv50_disp_main_scanoutpos()
969 args->v0.time[0] = ktime_to_ns(ktime_get()); nv50_disp_main_scanoutpos()
970 args->v0.vline = /* vline read locks hline */ nv50_disp_main_scanoutpos()
972 args->v0.time[1] = ktime_to_ns(ktime_get()); nv50_disp_main_scanoutpos()
973 args->v0.hline = nv50_disp_main_scanoutpos()
986 struct nv50_disp_mthd_v0 v0; nv50_disp_main_mthd() member in union:__anon4246
999 if (nvif_unpack(args->v0, 0, 0, true)) { nv50_disp_main_mthd()
1001 args->v0.version, args->v0.method, args->v0.head); nv50_disp_main_mthd()
1002 mthd = args->v0.method; nv50_disp_main_mthd()
1003 head = args->v0.head; nv50_disp_main_mthd()
1056 struct nv50_disp_sor_lvds_script_v0 v0; nv50_disp_main_mthd() member in union:__anon4247
1059 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_disp_main_mthd()
1062 args->v0.version, args->v0.script); nv50_disp_main_mthd()
1063 priv->sor.lvdsconf = args->v0.script; nv50_disp_main_mthd()
1072 struct nv50_disp_sor_dp_pwr_v0 v0; nv50_disp_main_mthd() member in union:__anon4248
1075 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_disp_main_mthd()
1077 args->v0.version, args->v0.state); nv50_disp_main_mthd()
1078 if (args->v0.state == 0) { nv50_disp_main_mthd()
1085 if (args->v0.state != 0) { nv50_disp_main_mthd()
H A Dgf110.c632 struct nv04_disp_scanoutpos_v0 v0; gf110_disp_main_scanoutpos() member in union:__anon4230
637 if (nvif_unpack(args->v0, 0, 0, false)) { gf110_disp_main_scanoutpos()
638 nv_ioctl(object, "disp scanoutpos vers %d\n", args->v0.version); gf110_disp_main_scanoutpos()
639 args->v0.vblanke = (blanke & 0xffff0000) >> 16; gf110_disp_main_scanoutpos()
640 args->v0.hblanke = (blanke & 0x0000ffff); gf110_disp_main_scanoutpos()
641 args->v0.vblanks = (blanks & 0xffff0000) >> 16; gf110_disp_main_scanoutpos()
642 args->v0.hblanks = (blanks & 0x0000ffff); gf110_disp_main_scanoutpos()
643 args->v0.vtotal = ( total & 0xffff0000) >> 16; gf110_disp_main_scanoutpos()
644 args->v0.htotal = ( total & 0x0000ffff); gf110_disp_main_scanoutpos()
645 args->v0.time[0] = ktime_to_ns(ktime_get()); gf110_disp_main_scanoutpos()
646 args->v0.vline = /* vline read locks hline */ gf110_disp_main_scanoutpos()
648 args->v0.time[1] = ktime_to_ns(ktime_get()); gf110_disp_main_scanoutpos()
649 args->v0.hline = gf110_disp_main_scanoutpos()
/linux-4.1.27/arch/mips/include/asm/
H A Dkvm_para.h11 * Hypercall number is passed in v0.
12 * Return value will be placed in v0.
17 register unsigned long n asm("v0"); kvm_hypercall0()
18 register unsigned long r asm("v0"); kvm_hypercall0()
32 register unsigned long n asm("v0"); kvm_hypercall1()
33 register unsigned long r asm("v0"); kvm_hypercall1()
49 register unsigned long n asm("v0"); kvm_hypercall2()
50 register unsigned long r asm("v0"); kvm_hypercall2()
68 register unsigned long n asm("v0"); kvm_hypercall3()
69 register unsigned long r asm("v0"); kvm_hypercall3()
H A Dregdef.h24 #define v0 $2 /* return value */ macro
67 #define v0 $2 /* return value - caller saved */ macro
H A Dstackframe.h297 LONG_L v0, PT_STATUS(sp) variable
299 and v0, v1 variable
300 or v0, a0 variable
301 mtc0 v0, CP0_STATUS variable
335 LONG_L v0, PT_STATUS(sp)
337 and v0, v1
338 or v0, a0
339 mtc0 v0, CP0_STATUS
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_usif.c76 struct nvif_notify_rep_v0 v0; usif_notify() member in union:__anon4170
82 if (length == sizeof(rep->v0) && rep->v0.version == 0) { usif_notify()
83 if (WARN_ON(!(ntfy = (void *)(unsigned long)rep->v0.token))) usif_notify()
85 BUG_ON(rep->v0.route != NVDRM_NOTIFY_USIF); usif_notify()
97 switch (rep->v0.version) { usif_notify()
126 struct nvif_ioctl_ntfy_new_v0 v0; usif_notify_new() member in union:__anon4171
129 struct nvif_notify_req_v0 v0; usif_notify_new() member in union:__anon4172
134 if (nvif_unpack(args->v0, 0, 0, true)) { usif_notify_new()
135 if (usif_notify_find(f, args->v0.index)) usif_notify_new()
145 if (nvif_unpack(req->v0, 0, 0, true)) { usif_notify_new()
146 ntfy->reply = sizeof(struct nvif_notify_rep_v0) + req->v0.reply; usif_notify_new()
147 ntfy->route = req->v0.route; usif_notify_new()
148 ntfy->token = req->v0.token; usif_notify_new()
149 req->v0.route = NVDRM_NOTIFY_USIF; usif_notify_new()
150 req->v0.token = (unsigned long)(void *)ntfy; usif_notify_new()
152 req->v0.token = ntfy->token; usif_notify_new()
153 req->v0.route = ntfy->route; usif_notify_new()
154 ntfy->handle = args->v0.index; usif_notify_new()
170 struct nvif_ioctl_ntfy_del_v0 v0; usif_notify_del() member in union:__anon4173
175 if (nvif_unpack(args->v0, 0, 0, true)) { usif_notify_del()
176 if (!(ntfy = usif_notify_find(f, args->v0.index))) usif_notify_del()
193 struct nvif_ioctl_ntfy_del_v0 v0; usif_notify_get() member in union:__anon4174
198 if (nvif_unpack(args->v0, 0, 0, true)) { usif_notify_get()
199 if (!(ntfy = usif_notify_find(f, args->v0.index))) usif_notify_get()
232 struct nvif_ioctl_ntfy_put_v0 v0; usif_notify_put() member in union:__anon4175
237 if (nvif_unpack(args->v0, 0, 0, true)) { usif_notify_put()
238 if (!(ntfy = usif_notify_find(f, args->v0.index))) usif_notify_put()
269 struct nvif_ioctl_new_v0 v0; usif_object_new() member in union:__anon4176
278 if (nvif_unpack(args->v0, 0, 0, true)) { usif_object_new()
279 object->route = args->v0.route; usif_object_new()
280 object->token = args->v0.token; usif_object_new()
281 args->v0.route = NVDRM_OBJECT_USIF; usif_object_new()
282 args->v0.token = (unsigned long)(void *)object; usif_object_new()
284 args->v0.token = object->token; usif_object_new()
285 args->v0.route = object->route; usif_object_new()
301 struct nvif_ioctl_v0 v0; usif_ioctl() member in union:__anon4177
312 if (nvif_unpack(argv->v0, 0, 0, true)) { usif_ioctl()
314 owner = argv->v0.owner; usif_ioctl()
315 argv->v0.owner = NVDRM_OBJECT_USIF; usif_ioctl()
320 switch (argv->v0.type) { usif_ioctl()
323 argv->v0.owner = NVIF_IOCTL_V0_OWNER_ANY; usif_ioctl()
342 if (argv->v0.route == NVDRM_OBJECT_USIF) { usif_ioctl()
343 object = (void *)(unsigned long)argv->v0.token; usif_ioctl()
344 argv->v0.route = object->route; usif_ioctl()
345 argv->v0.token = object->token; usif_ioctl()
346 if (ret == 0 && argv->v0.type == NVIF_IOCTL_V0_DEL) { usif_ioctl()
351 argv->v0.route = NVIF_IOCTL_V0_ROUTE_HIDDEN; usif_ioctl()
352 argv->v0.token = 0; usif_ioctl()
354 argv->v0.owner = owner; usif_ioctl()
H A Dnouveau_nvif.c85 struct nvif_notify_req_v0 v0; nvkm_client_ntfy() member in union:__anon4167
89 if (length == sizeof(args->v0) && args->v0.version == 0) { nvkm_client_ntfy()
90 route = args->v0.route; nvkm_client_ntfy()
/linux-4.1.27/include/uapi/linux/
H A Dpsci.h15 * PSCI v0.1 interface
17 * The PSCI v0.1 function numbers are implementation defined.
21 * to PSCI v0.1.
24 /* PSCI v0.2 interface */
49 /* PSCI v0.2 power state encoding for CPU_SUSPEND function */
59 /* PSCI v0.2 affinity level state returned by AFFINITY_INFO */
64 /* PSCI v0.2 multicore support in Trusted OS returned by MIGRATE_INFO_TYPE */
H A Djoystick.h86 * v0.x compatibility definitions
H A Drtc.h33 * This data structure is inspired by the EFI (v0.92) wakeup
/linux-4.1.27/arch/alpha/lib/
H A Dstrchr.S24 andnot a0, 7, v0 # .. e1 : align our loop pointer
40 $loop: ldq t0, 8(v0) # e0 :
41 addq v0, 8, v0 # .. e1 :
62 addq v0, t4, v0 # .. e1 :
63 addq v0, t2, v0 # e0 :
67 mov zero, v0 # e0 :
H A Dstrrchr.S28 andnot a0, 7, v0 # .. e1 : align source addr
44 ldq t0, 8(v0) # e0 : load next quadword
45 cmovne t3, v0, t6 # .. e1 : save previous comparisons match
47 addq v0, 8, v0 # .. e1 :
62 cmovne t3, v0, t6 # e0 :
79 addq t6, t0, v0 # .. e1 : add our aligned base ptr to the mix
80 addq v0, t1, v0 # e0 :
84 mov zero, v0 # e0 :
H A Dev67-strchr.S38 andnot a0, 7, v0 # E : align our loop pointer
68 $loop: ldq t0, 8(v0) # L : Latency=3
69 addq v0, 8, v0 # E :
81 addq v0, a2, v0 # E : Add in the bit number from above
83 cmoveq t1, $31, v0 # E : Two mapping slots, latency = 2
H A Dev67-strrchr.S44 andnot a0, 7, v0 # E : align source addr
66 ldq t0, 8(v0) # L : load next quadword
67 cmovne t3, v0, t6 # E : save previous comparisons match
73 addq v0, 8, v0 # E :
93 cmovne t3, v0, t6 # E :
104 addq t6, t5, v0 # E : and add to quadword address
H A Dstacktrace.c40 "v0 ", "t0 ", "t1 ", "t2 ", "t3 ", "t4 ", "t5 ", "t6 ", "t7 ",
H A Dev6-stxcpy.S20 * Furthermore, v0, a3-a5, t11, and t12 are untouched.
H A Dev6-stxncpy.S28 * Furthermore, v0, a3-a5, t11, and $at are untouched.
H A Dstxcpy.S20 * Furthermore, v0, a3-a5, t11, and t12 are untouched.
H A Dstxncpy.S28 * Furthermore, v0, a3-a5, t11, and $at are untouched.
/linux-4.1.27/arch/mips/include/asm/mach-malta/
H A Dkernel-entry-init.h113 PTR_LA v0, 0x9fc00534 /* YAMON print */ variable
114 lw v0, (v0) variable
117 jal v0
119 PTR_LA v0, 0x9fc00520 /* YAMON exit */ variable
120 lw v0, (v0) variable
122 jal v0
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dbase.c109 struct nvif_perfctr_query_v0 v0; nvkm_perfctr_query() member in union:__anon4288
121 if (nvif_unpack(args->v0, 0, 0, false)) { nvkm_perfctr_query()
123 args->v0.version, args->v0.iter); nvkm_perfctr_query()
124 di = (args->v0.iter & 0xff000000) >> 24; nvkm_perfctr_query()
125 si = (args->v0.iter & 0x00ffffff) - 1; nvkm_perfctr_query()
141 snprintf(args->v0.name, sizeof(args->v0.name), nvkm_perfctr_query()
144 strncpy(args->v0.name, name, sizeof(args->v0.name)); nvkm_perfctr_query()
151 args->v0.iter = (di << 24) | ++si; nvkm_perfctr_query()
160 args->v0.iter = 0xffffffff; nvkm_perfctr_query()
221 struct nvif_perfctr_read_v0 v0; nvkm_perfctr_read() member in union:__anon4290
227 if (nvif_unpack(args->v0, 0, 0, false)) { nvkm_perfctr_read()
228 nv_ioctl(object, "perfctr read vers %d\n", args->v0.version); nvkm_perfctr_read()
235 args->v0.clk = ctr->clk; nvkm_perfctr_read()
236 args->v0.ctr = ctr->ctr; nvkm_perfctr_read()
271 struct nvif_perfctr_v0 v0; nvkm_perfctr_ctor() member in union:__anon4291
280 if (nvif_unpack(args->v0, 0, 0, false)) { nvkm_perfctr_ctor()
282 args->v0.version, args->v0.logic_op); nvkm_perfctr_ctor()
286 for (i = 0; i < ARRAY_SIZE(args->v0.name) && args->v0.name[i][0]; i++) { nvkm_perfctr_ctor()
287 sig[i] = nvkm_perfsig_find(ppm, args->v0.name[i], nvkm_perfctr_ctor()
288 strnlen(args->v0.name[i], nvkm_perfctr_ctor()
289 sizeof(args->v0.name[i])), nvkm_perfctr_ctor()
301 ctr->logic_op = args->v0.logic_op; nvkm_perfctr_ctor()
/linux-4.1.27/drivers/platform/x86/
H A Dacerhdf.c147 {"Acer", "AOA110", "v0.3109", 0x55, 0x58, {0x1f, 0x00}, 0},
148 {"Acer", "AOA110", "v0.3114", 0x55, 0x58, {0x1f, 0x00}, 0},
149 {"Acer", "AOA110", "v0.3301", 0x55, 0x58, {0xaf, 0x00}, 0},
150 {"Acer", "AOA110", "v0.3304", 0x55, 0x58, {0xaf, 0x00}, 0},
151 {"Acer", "AOA110", "v0.3305", 0x55, 0x58, {0xaf, 0x00}, 0},
152 {"Acer", "AOA110", "v0.3307", 0x55, 0x58, {0xaf, 0x00}, 0},
153 {"Acer", "AOA110", "v0.3308", 0x55, 0x58, {0x21, 0x00}, 0},
154 {"Acer", "AOA110", "v0.3309", 0x55, 0x58, {0x21, 0x00}, 0},
155 {"Acer", "AOA110", "v0.3310", 0x55, 0x58, {0x21, 0x00}, 0},
157 {"Acer", "AOA150", "v0.3114", 0x55, 0x58, {0x1f, 0x00}, 0},
158 {"Acer", "AOA150", "v0.3301", 0x55, 0x58, {0x20, 0x00}, 0},
159 {"Acer", "AOA150", "v0.3304", 0x55, 0x58, {0x20, 0x00}, 0},
160 {"Acer", "AOA150", "v0.3305", 0x55, 0x58, {0x20, 0x00}, 0},
161 {"Acer", "AOA150", "v0.3307", 0x55, 0x58, {0x20, 0x00}, 0},
162 {"Acer", "AOA150", "v0.3308", 0x55, 0x58, {0x20, 0x00}, 0},
163 {"Acer", "AOA150", "v0.3309", 0x55, 0x58, {0x20, 0x00}, 0},
164 {"Acer", "AOA150", "v0.3310", 0x55, 0x58, {0x20, 0x00}, 0},
166 {"Acer", "LT-10Q", "v0.3310", 0x55, 0x58, {0x20, 0x00}, 0},
168 {"Acer", "Aspire 1410", "v0.3108", 0x55, 0x58, {0x9e, 0x00}, 0},
169 {"Acer", "Aspire 1410", "v0.3113", 0x55, 0x58, {0x9e, 0x00}, 0},
170 {"Acer", "Aspire 1410", "v0.3115", 0x55, 0x58, {0x9e, 0x00}, 0},
171 {"Acer", "Aspire 1410", "v0.3117", 0x55, 0x58, {0x9e, 0x00}, 0},
172 {"Acer", "Aspire 1410", "v0.3119", 0x55, 0x58, {0x9e, 0x00}, 0},
173 {"Acer", "Aspire 1410", "v0.3120", 0x55, 0x58, {0x9e, 0x00}, 0},
180 {"Acer", "Aspire 1810TZ", "v0.3108", 0x55, 0x58, {0x9e, 0x00}, 0},
181 {"Acer", "Aspire 1810T", "v0.3108", 0x55, 0x58, {0x9e, 0x00}, 0},
182 {"Acer", "Aspire 1810TZ", "v0.3113", 0x55, 0x58, {0x9e, 0x00}, 0},
183 {"Acer", "Aspire 1810T", "v0.3113", 0x55, 0x58, {0x9e, 0x00}, 0},
184 {"Acer", "Aspire 1810TZ", "v0.3115", 0x55, 0x58, {0x9e, 0x00}, 0},
185 {"Acer", "Aspire 1810T", "v0.3115", 0x55, 0x58, {0x9e, 0x00}, 0},
186 {"Acer", "Aspire 1810TZ", "v0.3117", 0x55, 0x58, {0x9e, 0x00}, 0},
187 {"Acer", "Aspire 1810T", "v0.3117", 0x55, 0x58, {0x9e, 0x00}, 0},
188 {"Acer", "Aspire 1810TZ", "v0.3119", 0x55, 0x58, {0x9e, 0x00}, 0},
189 {"Acer", "Aspire 1810T", "v0.3119", 0x55, 0x58, {0x9e, 0x00}, 0},
190 {"Acer", "Aspire 1810TZ", "v0.3120", 0x55, 0x58, {0x9e, 0x00}, 0},
191 {"Acer", "Aspire 1810T", "v0.3120", 0x55, 0x58, {0x9e, 0x00}, 0},
208 {"Acer", "AO531h", "v0.3104", 0x55, 0x58, {0x20, 0x00}, 0},
209 {"Acer", "AO531h", "v0.3201", 0x55, 0x58, {0x20, 0x00}, 0},
210 {"Acer", "AO531h", "v0.3304", 0x55, 0x58, {0x20, 0x00}, 0},
226 {"Acer", "TravelMate 7730G", "v0.3509", 0x55, 0x58, {0xaf, 0x00}, 0},
230 {"Gateway", "AOA110", "v0.3103", 0x55, 0x58, {0x21, 0x00}, 0},
231 {"Gateway", "AOA150", "v0.3103", 0x55, 0x58, {0x20, 0x00}, 0},
237 {"Packard Bell", "DOA150", "v0.3104", 0x55, 0x58, {0x21, 0x00}, 0},
238 {"Packard Bell", "DOA150", "v0.3105", 0x55, 0x58, {0x20, 0x00}, 0},
239 {"Packard Bell", "AOA110", "v0.3105", 0x55, 0x58, {0x21, 0x00}, 0},
240 {"Packard Bell", "AOA150", "v0.3105", 0x55, 0x58, {0x20, 0x00}, 0},
244 {"Packard Bell", "DOTMU", "v0.3120", 0x55, 0x58, {0x9e, 0x00}, 0},
245 {"Packard Bell", "DOTMU", "v0.3108", 0x55, 0x58, {0x9e, 0x00}, 0},
246 {"Packard Bell", "DOTMU", "v0.3113", 0x55, 0x58, {0x9e, 0x00}, 0},
247 {"Packard Bell", "DOTMU", "v0.3115", 0x55, 0x58, {0x9e, 0x00}, 0},
248 {"Packard Bell", "DOTMU", "v0.3117", 0x55, 0x58, {0x9e, 0x00}, 0},
249 {"Packard Bell", "DOTMU", "v0.3119", 0x55, 0x58, {0x9e, 0x00}, 0},
H A Dpanasonic-laptop.c28 * -v0.95 rename driver from drivers/acpi/pcc_acpi.c to
32 * -v0.94 replace /proc interface with device attributes
36 * -v0.92 merge with 2.6.26-rc6 input API changes
44 * -v0.91 merge with 2.6.24-rc6 ACPI changes
47 * -v0.9 remove warning about section reference.
57 * -v0.8.4 follow to change keyinput structure
63 * -v0.8.2 merge code of YOKOTA Hiroshi
69 * -v0.8 Generate key input event on input subsystem.
74 * -v0.7 Change proc interface functions using seq_file
78 * -v0.6.4 Fix a silly error with status checking
81 * -v0.6.3 replace read_acpi_int by standard function
88 * -v0.6.2 Add check on ACPI data (num_sifr)
93 * -v0.6.1 Fix a silly error with status checking
96 * - v0.6 Correct brightness controls to reflect reality
101 * - v0.5 support LCD brightness control
105 * - v0.4 first post version
109 * - v0.3 get proper status of hotkey
112 * - v0.2 add HotKey handler
115 * - v0.1 start from toshiba_acpi driver written by John Belmonte
/linux-4.1.27/arch/alpha/include/asm/
H A Dpal.h122 register unsigned long v0 __asm__("$0"); qemu_get_walltime()
126 : "=r"(v0), "+r"(a0) qemu_get_walltime()
130 return v0; qemu_get_walltime()
136 register unsigned long v0 __asm__("$0"); qemu_get_alarm()
140 : "=r"(v0), "+r"(a0) qemu_get_alarm()
144 return v0; qemu_get_alarm()
174 register unsigned long v0 __asm__("$0"); qemu_get_vmtime()
178 : "=r"(v0), "+r"(a0) qemu_get_vmtime()
182 return v0; qemu_get_vmtime()
H A Dmmu_context.h29 register unsigned long v0 __asm__("$0"); __reload_thread()
34 : "=r"(v0), "=r"(a0) __reload_thread()
38 return v0; __reload_thread()
/linux-4.1.27/arch/ia64/include/asm/sn/
H A Dsn_sal.h185 ret_stuff.v0 = 0; ia64_sn_get_console_nasid()
193 /* Master console nasid is in 'v0' */ ia64_sn_get_console_nasid()
194 return ret_stuff.v0; ia64_sn_get_console_nasid()
207 ret_stuff.v0 = 0; ia64_sn_get_master_baseio_nasid()
215 /* Master baseio nasid is in 'v0' */ ia64_sn_get_master_baseio_nasid()
216 return ret_stuff.v0; ia64_sn_get_master_baseio_nasid()
225 ret_stuff.v0 = 0; ia64_sn_get_klconfig_addr()
229 return ret_stuff.v0 ? __va(ret_stuff.v0) : NULL; ia64_sn_get_klconfig_addr()
241 ret_stuff.v0 = 0; ia64_sn_console_getc()
246 /* character is in 'v0' */ ia64_sn_console_getc()
247 *ch = (int)ret_stuff.v0; ia64_sn_console_getc()
263 ret_stuff.v0 = 0; ia64_sn_console_readc()
268 /* character is in 'v0' */ ia64_sn_console_readc()
269 return ret_stuff.v0; ia64_sn_console_readc()
281 ret_stuff.v0 = 0; ia64_sn_console_putc()
298 ret_stuff.v0 = 0; ia64_sn_console_putb()
304 return ret_stuff.v0; ia64_sn_console_putb()
318 ret_stuff.v0 = 0; ia64_sn_plat_specific_err_print()
335 ret_stuff.v0 = 0; ia64_sn_plat_cpei_handler()
352 ret_stuff.v0 = 0; ia64_sn_plat_set_error_handling_features()
371 ret_stuff.v0 = 0; ia64_sn_console_check()
376 /* result is in 'v0' */ ia64_sn_console_check()
377 *result = (int)ret_stuff.v0; ia64_sn_console_check()
391 ret_stuff.v0 = 0; ia64_sn_console_intr_status()
399 return ret_stuff.v0; ia64_sn_console_intr_status()
414 ret_stuff.v0 = 0; ia64_sn_console_intr_enable()
431 ret_stuff.v0 = 0; ia64_sn_console_intr_disable()
448 ret_stuff.v0 = 0; ia64_sn_console_xmit_chars()
456 return ret_stuff.v0; ia64_sn_console_xmit_chars()
471 ret_stuff.v0 = 0; ia64_sn_sysctl_iobrick_module_get()
476 /* result is in 'v0' */ ia64_sn_sysctl_iobrick_module_get()
477 *result = (int)ret_stuff.v0; ia64_sn_sysctl_iobrick_module_get()
496 return isrv.v0; ia64_sn_pod_mode()
527 *((u8*)data_ptr) = (u8)isrv.v0; ia64_sn_probe_mem()
530 *((u16*)data_ptr) = (u16)isrv.v0; ia64_sn_probe_mem()
533 *((u32*)data_ptr) = (u32)isrv.v0; ia64_sn_probe_mem()
536 *((u64*)data_ptr) = (u64)isrv.v0; ia64_sn_probe_mem()
582 return ret_stuff.v0; ia64_sn_partition_serial_get()
605 return ((partid_t)ret_stuff.v0); ia64_sn_sysctl_partition_get()
630 *cookie = rv.v0; sn_partition_reserved_page_pa()
773 return isrv.v0; ia64_sn_fru_capture()
790 return rv.v0; ia64_sn_sysctl_iobrick_pci_op()
806 return (int) rv.v0; ia64_sn_irtr_open()
854 return (int) rv.v0; ia64_sn_irtr_send()
869 return (int) rv.v0; ia64_sn_irtr_intr()
882 return (int) rv.v0; ia64_sn_irtr_intr_enable()
895 return (int) rv.v0; ia64_sn_irtr_intr_disable()
908 return (int) rv.v0; ia64_sn_sysctl_event_init()
923 if (rv.v0 != 0) ia64_sn_sysctl_tio_clock_reset()
924 return (int)rv.v0; ia64_sn_sysctl_tio_clock_reset()
938 if (isrv.v0 != 0) { ia64_sn_sysctl_ioboard_get()
939 *ioboard = isrv.v0; ia64_sn_sysctl_ioboard_get()
1001 * v0 - nasid
1011 ret_stuff.v0 = 0; ia64_sn_get_sapic_info()
1028 if (nasid) *nasid = (int) ret_stuff.v0; ia64_sn_get_sapic_info()
1040 * v0
1059 ret_stuff.v0 = 0; ia64_sn_get_sn_info()
1085 if (shubtype) *shubtype = ret_stuff.v0 & 0xff; ia64_sn_get_sn_info()
1086 if (systemsize) *systemsize = (ret_stuff.v0 >> 8) & 0xff; ia64_sn_get_sn_info()
1087 if (sharing_domain_size) *sharing_domain_size = (ret_stuff.v0 >> 16) & 0xff; ia64_sn_get_sn_info()
1088 if (partid) *partid = (ret_stuff.v0 >> 24) & 0xff; ia64_sn_get_sn_info()
1089 if (coher) *coher = (ret_stuff.v0 >> 32) & 0xff; ia64_sn_get_sn_info()
1090 if (reg) *reg = (ret_stuff.v0 >> 40) & 0xff; ia64_sn_get_sn_info()
1103 u64 a3, u64 a4, int *v0) ia64_sn_hwperf_op()
1108 if (v0) ia64_sn_hwperf_op()
1109 *v0 = (int) rv.v0; ia64_sn_hwperf_op()
1152 *feature_set = rv.v0; ia64_sn_get_prom_feature_set()
1102 ia64_sn_hwperf_op(nasid_t nasid, u64 opcode, u64 a0, u64 a1, u64 a2, u64 a3, u64 a4, int *v0) ia64_sn_hwperf_op() argument
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/
H A Dbase.c63 struct nv_dma_v0 v0; nvkm_dmaobj_create_() member in union:__anon4260
80 if (nvif_unpack(args->v0, 0, 0, true)) { nvkm_dmaobj_create_()
83 args->v0.version, args->v0.target, args->v0.access, nvkm_dmaobj_create_()
84 args->v0.start, args->v0.limit); nvkm_dmaobj_create_()
85 dmaobj->target = args->v0.target; nvkm_dmaobj_create_()
86 dmaobj->access = args->v0.access; nvkm_dmaobj_create_()
87 dmaobj->start = args->v0.start; nvkm_dmaobj_create_()
88 dmaobj->limit = args->v0.limit; nvkm_dmaobj_create_()
H A Dnv50.c91 struct nv50_dma_v0 v0; nv50_dmaobj_ctor() member in union:__anon4263
104 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_dmaobj_ctor()
106 "comp %d kind %02x\n", args->v0.version, nv50_dmaobj_ctor()
107 args->v0.priv, args->v0.part, args->v0.comp, nv50_dmaobj_ctor()
108 args->v0.kind); nv50_dmaobj_ctor()
109 user = args->v0.priv; nv50_dmaobj_ctor()
110 part = args->v0.part; nv50_dmaobj_ctor()
111 comp = args->v0.comp; nv50_dmaobj_ctor()
112 kind = args->v0.kind; nv50_dmaobj_ctor()
H A Dgf100.c79 struct gf100_dma_v0 v0; gf100_dmaobj_ctor() member in union:__anon4261
92 if (nvif_unpack(args->v0, 0, 0, false)) { gf100_dmaobj_ctor()
94 args->v0.version, args->v0.priv, args->v0.kind); gf100_dmaobj_ctor()
95 kind = args->v0.kind; gf100_dmaobj_ctor()
96 user = args->v0.priv; gf100_dmaobj_ctor()
H A Dgf110.c84 struct gf110_dma_v0 v0; gf110_dmaobj_ctor() member in union:__anon4262
97 if (nvif_unpack(args->v0, 0, 0, false)) { gf110_dmaobj_ctor()
99 args->v0.version, args->v0.page, args->v0.kind); gf110_dmaobj_ctor()
100 kind = args->v0.kind; gf110_dmaobj_ctor()
101 page = args->v0.page; gf110_dmaobj_ctor()
/linux-4.1.27/arch/powerpc/lib/
H A Dldstfp.S187 /* Get the contents of vrN into v0; N is in r3. */
192 blr /* v0 is already in v0 */
196 vor v0,reg,reg /* assembler doesn't know vmr? */
206 /* Put the contents of v0 into vrN; N is in r3. */
211 blr /* v0 is already in v0 */
215 vor reg,v0,v0
237 stvx v0,r1,r8
239 2: lvx v0,0,r4
243 lvx v0,r1,r8
265 stvx v0,r1,r8
268 2: stvx v0,0,r4
271 lvx v0,r1,r8
307 blr /* v0 is already in v0 */
H A Dcopyuser_power7.S398 err3; lvx v0,r4,r9
401 err3; stvx v0,r3,r9
408 err3; lvx v0,r4,r11
413 err3; stvx v0,r3,r11
443 err4; lvx v0,r4,r16
452 err4; stvx v0,r3,r16
469 err3; lvx v0,r4,r11
474 err3; stvx v0,r3,r11
479 err3; lvx v0,r4,r9
482 err3; stvx v0,r3,r9
564 err3; lvx v0,0,r4
569 VPERM(v8,v0,v1,v16)
573 vor v0,v1,v1
577 VPERM(v8,v0,v1,v16)
578 err3; lvx v0,r4,r9
579 VPERM(v9,v1,v0,v16)
587 VPERM(v8,v0,v3,v16)
592 err3; lvx v0,r4,r11
593 VPERM(v11,v1,v0,v16)
622 VPERM(v8,v0,v7,v16)
635 err4; lvx v0,r4,r16
636 VPERM(v15,v1,v0,v16)
660 VPERM(v8,v0,v3,v16)
665 err3; lvx v0,r4,r11
666 VPERM(v11,v1,v0,v16)
676 VPERM(v8,v0,v1,v16)
677 err3; lvx v0,r4,r9
678 VPERM(v9,v1,v0,v16)
686 VPERM(v8,v0,v1,v16)
H A Dmemcpy_power7.S331 lvx v0,r4,r9
334 stvx v0,r3,r9
341 lvx v0,r4,r11
346 stvx v0,r3,r11
376 lvx v0,r4,r16
385 stvx v0,r3,r16
402 lvx v0,r4,r11
407 stvx v0,r3,r11
412 lvx v0,r4,r9
415 stvx v0,r3,r9
498 lvx v0,0,r4
503 VPERM(v8,v0,v1,v16)
507 vor v0,v1,v1
511 VPERM(v8,v0,v1,v16)
512 lvx v0,r4,r9
513 VPERM(v9,v1,v0,v16)
521 VPERM(v8,v0,v3,v16)
526 lvx v0,r4,r11
527 VPERM(v11,v1,v0,v16)
556 VPERM(v8,v0,v7,v16)
569 lvx v0,r4,r16
570 VPERM(v15,v1,v0,v16)
594 VPERM(v8,v0,v3,v16)
599 lvx v0,r4,r11
600 VPERM(v11,v1,v0,v16)
610 VPERM(v8,v0,v1,v16)
611 lvx v0,r4,r9
612 VPERM(v9,v1,v0,v16)
620 VPERM(v8,v0,v1,v16)
/linux-4.1.27/include/uapi/linux/netfilter/
H A Dxt_string.h23 } v0; member in union:xt_string_info::__anon13499
/linux-4.1.27/drivers/pcmcia/
H A Dsa1111_badge4.c34 * on JP6) or 5v0 (short pins 3 and 5 on JP6).
38 * PCM Vpp on BadgePAD 4 can be jumpered for 12v0 (short pins 4 and 6
40 * 12v0 operation requires that the power supply actually supply 12v0
46 * and 2 on JP10) or 5v0 (short pins 2 and 3 on JP10).
54 * tenths of volts; e.g. pcmv=33,120,50 indicates 3v3 PCM Vcc, 12v0
55 * PCM Vpp, and 5v0 CF Vcc.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv10.c59 struct nv03_channel_dma_v0 v0; nv10_fifo_chan_ctor() member in union:__anon4276
66 if (nvif_unpack(args->v0, 0, 0, false)) { nv10_fifo_chan_ctor()
68 "offset %016llx\n", args->v0.version, nv10_fifo_chan_ctor()
69 args->v0.pushbuf, args->v0.offset); nv10_fifo_chan_ctor()
74 0x10000, args->v0.pushbuf, nv10_fifo_chan_ctor()
82 args->v0.chid = chan->base.chid; nv10_fifo_chan_ctor()
89 nv_wo32(priv->ramfc, chan->ramfc + 0x00, args->v0.offset); nv10_fifo_chan_ctor()
90 nv_wo32(priv->ramfc, chan->ramfc + 0x04, args->v0.offset); nv10_fifo_chan_ctor()
H A Dnv17.c64 struct nv03_channel_dma_v0 v0; nv17_fifo_chan_ctor() member in union:__anon4277
71 if (nvif_unpack(args->v0, 0, 0, false)) { nv17_fifo_chan_ctor()
73 "offset %016llx\n", args->v0.version, nv17_fifo_chan_ctor()
74 args->v0.pushbuf, args->v0.offset); nv17_fifo_chan_ctor()
79 0x10000, args->v0.pushbuf, nv17_fifo_chan_ctor()
89 args->v0.chid = chan->base.chid; nv17_fifo_chan_ctor()
96 nv_wo32(priv->ramfc, chan->ramfc + 0x00, args->v0.offset); nv17_fifo_chan_ctor()
97 nv_wo32(priv->ramfc, chan->ramfc + 0x04, args->v0.offset); nv17_fifo_chan_ctor()
H A Dg84.c167 struct nv03_channel_dma_v0 v0; g84_fifo_chan_ctor_dma() member in union:__anon4265
175 if (nvif_unpack(args->v0, 0, 0, false)) { g84_fifo_chan_ctor_dma()
177 "offset %016llx\n", args->v0.version, g84_fifo_chan_ctor_dma()
178 args->v0.pushbuf, args->v0.offset); g84_fifo_chan_ctor_dma()
183 0x2000, args->v0.pushbuf, g84_fifo_chan_ctor_dma()
202 args->v0.chid = chan->base.chid; g84_fifo_chan_ctor_dma()
214 nv_wo32(base->ramfc, 0x08, lower_32_bits(args->v0.offset)); g84_fifo_chan_ctor_dma()
215 nv_wo32(base->ramfc, 0x0c, upper_32_bits(args->v0.offset)); g84_fifo_chan_ctor_dma()
216 nv_wo32(base->ramfc, 0x10, lower_32_bits(args->v0.offset)); g84_fifo_chan_ctor_dma()
217 nv_wo32(base->ramfc, 0x14, upper_32_bits(args->v0.offset)); g84_fifo_chan_ctor_dma()
240 struct nv50_channel_gpfifo_v0 v0; g84_fifo_chan_ctor_ind() member in union:__anon4266
249 if (nvif_unpack(args->v0, 0, 0, false)) { g84_fifo_chan_ctor_ind()
252 args->v0.version, args->v0.pushbuf, args->v0.ioffset, g84_fifo_chan_ctor_ind()
253 args->v0.ilength); g84_fifo_chan_ctor_ind()
258 0x2000, args->v0.pushbuf, g84_fifo_chan_ctor_ind()
277 args->v0.chid = chan->base.chid; g84_fifo_chan_ctor_ind()
289 ioffset = args->v0.ioffset; g84_fifo_chan_ctor_ind()
290 ilength = order_base_2(args->v0.ilength / 8); g84_fifo_chan_ctor_ind()
H A Dnv50.c194 struct nv03_channel_dma_v0 v0; nv50_fifo_chan_ctor_dma() member in union:__anon4279
202 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_fifo_chan_ctor_dma()
204 "offset %016llx\n", args->v0.version, nv50_fifo_chan_ctor_dma()
205 args->v0.pushbuf, args->v0.offset); nv50_fifo_chan_ctor_dma()
210 0x2000, args->v0.pushbuf, nv50_fifo_chan_ctor_dma()
219 args->v0.chid = chan->base.chid; nv50_fifo_chan_ctor_dma()
231 nv_wo32(base->ramfc, 0x08, lower_32_bits(args->v0.offset)); nv50_fifo_chan_ctor_dma()
232 nv_wo32(base->ramfc, 0x0c, upper_32_bits(args->v0.offset)); nv50_fifo_chan_ctor_dma()
233 nv_wo32(base->ramfc, 0x10, lower_32_bits(args->v0.offset)); nv50_fifo_chan_ctor_dma()
234 nv_wo32(base->ramfc, 0x14, upper_32_bits(args->v0.offset)); nv50_fifo_chan_ctor_dma()
255 struct nv50_channel_gpfifo_v0 v0; nv50_fifo_chan_ctor_ind() member in union:__anon4280
264 if (nvif_unpack(args->v0, 0, 0, false)) { nv50_fifo_chan_ctor_ind()
267 args->v0.version, args->v0.pushbuf, args->v0.ioffset, nv50_fifo_chan_ctor_ind()
268 args->v0.ilength); nv50_fifo_chan_ctor_ind()
273 0x2000, args->v0.pushbuf, nv50_fifo_chan_ctor_ind()
282 args->v0.chid = chan->base.chid; nv50_fifo_chan_ctor_ind()
294 ioffset = args->v0.ioffset; nv50_fifo_chan_ctor_ind()
295 ilength = order_base_2(args->v0.ilength / 8); nv50_fifo_chan_ctor_ind()
H A Dnv40.c182 struct nv03_channel_dma_v0 v0; nv40_fifo_chan_ctor() member in union:__anon4278
189 if (nvif_unpack(args->v0, 0, 0, false)) { nv40_fifo_chan_ctor()
191 "offset %016llx\n", args->v0.version, nv40_fifo_chan_ctor()
192 args->v0.pushbuf, args->v0.offset); nv40_fifo_chan_ctor()
197 0x1000, args->v0.pushbuf, nv40_fifo_chan_ctor()
206 args->v0.chid = chan->base.chid; nv40_fifo_chan_ctor()
214 nv_wo32(priv->ramfc, chan->ramfc + 0x00, args->v0.offset); nv40_fifo_chan_ctor()
215 nv_wo32(priv->ramfc, chan->ramfc + 0x04, args->v0.offset); nv40_fifo_chan_ctor()
H A Dnv04.c116 struct nv03_channel_dma_v0 v0; nv04_fifo_chan_ctor() member in union:__anon4275
123 if (nvif_unpack(args->v0, 0, 0, false)) { nv04_fifo_chan_ctor()
125 "offset %016llx\n", args->v0.version, nv04_fifo_chan_ctor()
126 args->v0.pushbuf, args->v0.offset); nv04_fifo_chan_ctor()
131 0x10000, args->v0.pushbuf, nv04_fifo_chan_ctor()
139 args->v0.chid = chan->base.chid; nv04_fifo_chan_ctor()
146 nv_wo32(priv->ramfc, chan->ramfc + 0x00, args->v0.offset); nv04_fifo_chan_ctor()
147 nv_wo32(priv->ramfc, chan->ramfc + 0x04, args->v0.offset); nv04_fifo_chan_ctor()
H A Dgk104.c214 struct kepler_channel_gpfifo_a_v0 v0; gk104_fifo_chan_ctor() member in union:__anon4274
224 if (nvif_unpack(args->v0, 0, 0, false)) { gk104_fifo_chan_ctor()
227 args->v0.version, args->v0.pushbuf, args->v0.ioffset, gk104_fifo_chan_ctor()
228 args->v0.ilength, args->v0.engine); gk104_fifo_chan_ctor()
233 if (args->v0.engine & (1 << i)) { gk104_fifo_chan_ctor()
235 args->v0.engine = (1 << i); gk104_fifo_chan_ctor()
242 nv_error(priv, "unsupported engines 0x%08x\n", args->v0.engine); gk104_fifo_chan_ctor()
248 args->v0.pushbuf, gk104_fifo_chan_ctor()
254 args->v0.chid = chan->base.chid; gk104_fifo_chan_ctor()
261 ioffset = args->v0.ioffset; gk104_fifo_chan_ctor()
262 ilength = order_base_2(args->v0.ilength / 8); gk104_fifo_chan_ctor()
H A Dgf100.c186 struct nv50_channel_gpfifo_v0 v0; gf100_fifo_chan_ctor() member in union:__anon4270
196 if (nvif_unpack(args->v0, 0, 0, false)) { gf100_fifo_chan_ctor()
199 args->v0.version, args->v0.pushbuf, args->v0.ioffset, gf100_fifo_chan_ctor()
200 args->v0.ilength); gf100_fifo_chan_ctor()
206 args->v0.pushbuf, gf100_fifo_chan_ctor()
218 args->v0.chid = chan->base.chid; gf100_fifo_chan_ctor()
224 ioffset = args->v0.ioffset; gf100_fifo_chan_ctor()
225 ilength = order_base_2(args->v0.ilength / 8); gf100_fifo_chan_ctor()
/linux-4.1.27/arch/mips/kernel/
H A Dscall32-o32.S38 subu v0, v0, __NR_O32_Linux # check syscall number
39 sltiu t0, v0, __NR_O32_Linux_syscalls + 1
44 sll t0, v0, 2
102 sltu t0, t0, v0
107 negu v0 # error
109 1: sw v0, PT_R2(sp) # result
122 * syscall number is in v0 unless we called syscall(__NR_###)
125 addiu a1, v0, __NR_O32_Linux
126 bnez v0, 1f /* __NR_syscall at offset 0 */
131 bltz v0, 2f # seccomp failed? Skip syscall
142 sltu t0, t0, v0
147 negu v0 # error
149 1: sw v0, PT_R2(sp) # result
160 li v0, EFAULT
161 sw v0, PT_R2(sp)
170 li v0, ENOSYS # error
171 sw v0, PT_R2(sp)
179 sltiu v0, t0, __NR_O32_Linux_syscalls + 1
182 beqz v0, einval
209 einval: li v0, -ENOSYS
H A Dcps-vec.S89 mfc0 v0, CP0_CONFIG, 1
92 _EXT t0, v0, MIPS_CONF1_IL_SHF, MIPS_CONF1_IL_SZ
98 _EXT t1, v0, MIPS_CONF1_IS_SHF, MIPS_CONF1_IS_SZ
105 _EXT t2, v0, MIPS_CONF1_IA_SHF, MIPS_CONF1_IA_SZ
119 _EXT t0, v0, MIPS_CONF1_DL_SHF, MIPS_CONF1_DL_SZ
125 _EXT t1, v0, MIPS_CONF1_DS_SHF, MIPS_CONF1_DS_SZ
132 _EXT t2, v0, MIPS_CONF1_DA_SHF, MIPS_CONF1_DA_SZ
181 lw t1, VPEBOOTCFG_PC(v0)
182 lw gp, VPEBOOTCFG_GP(v0)
183 lw sp, VPEBOOTCFG_SP(v0)
336 mul v0, t9, t1
338 addu v0, v0, t7
482 jr v0
H A Dscall64-o32.S36 dsubu t0, v0, __NR_O32_Linux # check syscall number
43 move a1, v0
55 dsll t0, v0, 3 # offset into table
92 sltu t0, t0, v0
97 dnegu v0 # error
99 1: sd v0, PT_R2(sp) # result
116 * absolute syscall number is in v0 unless we called syscall(__NR_###)
124 subu t1, v0, __NR_O32_Linux
125 move a1, v0
132 bltz v0, 2f # seccomp failed? Skip syscall
147 sltu t0, t0, v0
152 dnegu v0 # error
154 1: sd v0, PT_R2(sp) # result
164 li v0, EFAULT
165 sd v0, PT_R2(sp)
184 sltiu v0, t0, __NR_O32_Linux_syscalls + 1
187 beqz v0, einval
206 einval: li v0, -ENOSYS
H A Dscall64-n32.S35 dsubu t0, v0, __NR_N32_Linux # check syscall number
45 dsll t0, v0, 3 # offset into table
58 sltu t0, t0, v0
63 dnegu v0 # error
65 1: sd v0, PT_R2(sp) # result
75 move a1, v0
78 bltz v0, 2f # seccomp failed? Skip syscall
91 sltu t0, t0, v0
96 dnegu v0 # error
98 1: sd v0, PT_R2(sp) # result
H A Dscall64-64.S42 dsubu t0, v0, __NR_64_Linux # check syscall number
51 dsll t0, v0, 3 # offset into table
65 sltu t0, t0, v0
70 dnegu v0 # error
72 1: sd v0, PT_R2(sp) # result
83 move a1, v0
86 bltz v0, 2f # seccomp failed? Skip syscall
99 sltu t0, t0, v0
104 dnegu v0 # error
106 1: sd v0, PT_R2(sp) # result
112 li v0, ENOSYS # error
113 sd v0, PT_R2(sp)
H A Dentry.S104 LONG_L v0, PT_STATUS(sp)
106 and v0, ST0_IEP
108 and v0, ST0_IE
110 beqz v0, 1f
H A Dmcount.S205 PTR_S v0, PT_R2(sp)
210 /* restore the real parent address: v0 -> ra */
211 move ra, v0
213 PTR_L v0, PT_R2(sp)
H A Docteon_switch.S111 move v0, a0
172 mfc0 v0, $15,0 /* Get the processor ID register */
177 beq v0, v1, 2f
185 subu v1, v0, v1 /* prid - lowest OCTEON III PrId */
340 li v0, 0x000d0000 /* This is the processor ID of Octeon Pass1 */
342 bne v0, t3, 3f /* Skip the next stuff for non-pass1 */
370 ori v0, v0, 0x9500 /* lowest OCTEON III PrId*/
424 subu v0, t3, v0 /* prid - lowest OCTEON III PrId */
426 bltz v0, done_restore
529 ld v0, PT_MPL(sp) /* MPL0 */
534 mtm0 v0 /* MPL0 */
535 ld v0, PT_MTP+8(sp) /* P1 */
540 mtp1 v0 /* P1 */
H A Dr2300_fpu.S33 li v0, 0 # assume success
88 li v0, 0 # assume success
130 fault: li v0, -EFAULT
H A Dgenex.S192 PTR_LA v0, plat_irq_dispatch
193 jr v0
242 lui v0, 0 /* Patched */
245 ori v0, 0 /* Patched */
252 * Complete the register saves and invoke the handler which is passed in $v0
259 move s0, v0
261 move v0, s0
267 jr v0
H A Dr4k_fpu.S97 li v0, 0 # success
157 li v0, 0 # success
220 li v0, 0 # success
272 li v0, 0 # success
281 fault: li v0, -EFAULT # failure
H A Dvdso.c36 uasm_i_addiu(&tramp, 2, 0, sigreturn); /* li v0, sigreturn */ install_trampoline()
H A Dpm-cps.c82 zero, at, v0, v1, a0, a1, a2, a3, enumerator in enum:mips_reg
389 * with the return address placed in v0 to avoid clobbering cps_gen_entry_code()
393 uasm_i_jalr(&p, v0, t0); cps_gen_entry_code()
573 uasm_i_andi(&p, v0, t1, (1 << fls(smp_num_siblings)) - 1); cps_gen_entry_code()
H A Dr2300_switch.S93 move v0, a0
H A Dsyscall.c44 * convention. It returns results in registers $v0 / $v1 which means there
H A Dr4k_switch.S108 move v0, a0
H A Dkgdb.c58 { "v0", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[2]) },
H A Dsmp-cps.c136 * v0 = CM base address
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_power7.S398 err3; lvx v0,r4,r9
401 err3; stvx v0,r3,r9
408 err3; lvx v0,r4,r11
413 err3; stvx v0,r3,r11
443 err4; lvx v0,r4,r16
452 err4; stvx v0,r3,r16
469 err3; lvx v0,r4,r11
474 err3; stvx v0,r3,r11
479 err3; lvx v0,r4,r9
482 err3; stvx v0,r3,r9
564 err3; lvx v0,0,r4
569 VPERM(v8,v0,v1,v16)
573 vor v0,v1,v1
577 VPERM(v8,v0,v1,v16)
578 err3; lvx v0,r4,r9
579 VPERM(v9,v1,v0,v16)
587 VPERM(v8,v0,v3,v16)
592 err3; lvx v0,r4,r11
593 VPERM(v11,v1,v0,v16)
622 VPERM(v8,v0,v7,v16)
635 err4; lvx v0,r4,r16
636 VPERM(v15,v1,v0,v16)
660 VPERM(v8,v0,v3,v16)
665 err3; lvx v0,r4,r11
666 VPERM(v11,v1,v0,v16)
676 VPERM(v8,v0,v1,v16)
677 err3; lvx v0,r4,r9
678 VPERM(v9,v1,v0,v16)
686 VPERM(v8,v0,v1,v16)
H A Dmemcpy_power7.S331 lvx v0,r4,r9
334 stvx v0,r3,r9
341 lvx v0,r4,r11
346 stvx v0,r3,r11
376 lvx v0,r4,r16
385 stvx v0,r3,r16
402 lvx v0,r4,r11
407 stvx v0,r3,r11
412 lvx v0,r4,r9
415 stvx v0,r3,r9
498 lvx v0,0,r4
503 VPERM(v8,v0,v1,v16)
507 vor v0,v1,v1
511 VPERM(v8,v0,v1,v16)
512 lvx v0,r4,r9
513 VPERM(v9,v1,v0,v16)
521 VPERM(v8,v0,v3,v16)
526 lvx v0,r4,r11
527 VPERM(v11,v1,v0,v16)
556 VPERM(v8,v0,v7,v16)
569 lvx v0,r4,r16
570 VPERM(v15,v1,v0,v16)
594 VPERM(v8,v0,v3,v16)
599 lvx v0,r4,r11
600 VPERM(v11,v1,v0,v16)
610 VPERM(v8,v0,v1,v16)
611 lvx v0,r4,r9
612 VPERM(v9,v1,v0,v16)
620 VPERM(v8,v0,v1,v16)
/linux-4.1.27/drivers/usb/musb/
H A Dblackfin.h44 /* The Mentor USB DMA engine on BF52x (silicon v0.0 and v0.1) seems to be
47 * So, need to either use silicon v0.2+ or disable DMA mode in MUSB.
51 # error "Please use PIO mode in MUSB driver on bf52x chip v0.0 and v0.1"
/linux-4.1.27/arch/ia64/sn/pci/pcibr/
H A Dpcibr_provider.c34 ret_stuff.v0 = 0; sal_pcibr_slot_enable()
42 return (int)ret_stuff.v0; sal_pcibr_slot_enable()
54 ret_stuff.v0 = 0; sal_pcibr_slot_disable()
62 return (int)ret_stuff.v0; sal_pcibr_slot_disable()
71 ret_stuff.v0 = 0; sal_pcibr_error_interrupt()
79 return (int)ret_stuff.v0; sal_pcibr_error_interrupt()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c35 struct nvif_ioctl_v0 v0; nvif_object_ioctl() member in union:__anon4195
38 if (size >= sizeof(*args) && args->v0.version == 0) { nvif_object_ioctl()
39 args->v0.owner = NVIF_IOCTL_V0_OWNER_ANY; nvif_object_ioctl()
40 args->v0.path_nr = 0; nvif_object_ioctl()
41 while (args->v0.path_nr < ARRAY_SIZE(args->v0.path)) { nvif_object_ioctl()
42 args->v0.path[args->v0.path_nr++] = object->handle; nvif_object_ioctl()
H A Dnotify.c116 struct nvif_notify_rep_v0 v0; nvif_notify() member in union:__anon4192
120 if (length == sizeof(args->v0) && args->v0.version == 0) { nvif_notify()
121 if (WARN_ON(args->v0.route)) nvif_notify()
123 notify = (void *)(unsigned long)args->v0.token; nvif_notify()
/linux-4.1.27/arch/ia64/include/asm/
H A Dpal.h780 u64 v0; member in struct:ia64_pal_retval
888 features_avail->pal_bus_features_val = iprv.v0; ia64_pal_bus_get_features()
915 conf->pcci_info_1.pcci1_data = iprv.v0; ia64_pal_cache_config_info()
933 prot->pcp_info[0].pcpi_data = iprv.v0 & 0xffffffff; ia64_pal_cache_prot_info()
934 prot->pcp_info[1].pcpi_data = iprv.v0 >> 32; ia64_pal_cache_prot_info()
953 *vector = iprv.v0; ia64_pal_cache_flush()
998 *cache_levels = iprv.v0; ia64_pal_cache_summary()
1023 *buffer_size = iprv.v0; ia64_pal_copy_info()
1036 *pal_proc_offset = iprv.v0; ia64_pal_copy_pal()
1047 *inst_regs = iprv.v0; ia64_pal_debug_info()
1072 *global_unique_addr = iprv.v0; ia64_pal_fixed_addr()
1082 *platform_base_freq = iprv.v0; ia64_pal_freq_base()
1097 *(u64 *)proc_ratio = iprv.v0; ia64_pal_freq_ratios()
1115 *cur_policy = iprv.v0; ia64_pal_get_hw_policy()
1162 *pstate_index = iprv.v0; ia64_pal_get_pstate()
1205 *pending_vector = iprv.v0; ia64_pal_mc_clear_log()
1227 *size = iprv.v0; ia64_pal_mc_dynamic_state()
1238 *size = iprv.v0; ia64_pal_mc_error_info()
1255 *capabilities= iprv.v0; ia64_pal_mc_error_inject_phys()
1269 *capabilities= iprv.v0; ia64_pal_mc_error_inject_virt()
1284 *previous = iprv.v0; ia64_pal_mc_expected()
1308 *status = iprv.v0; ia64_pal_mc_hw_tracking()
1322 *req_size = iprv.v0; ia64_pal_mc_register_mem()
1344 *mem_attrib = iprv.v0 & 0xff; ia64_pal_mem_attrib()
1357 *bytes_needed = iprv.v0; ia64_pal_mem_for_test()
1383 pm_info->ppmi_data = iprv.v0; ia64_pal_perf_mon_info()
1418 *features_avail = iprv.v0; ia64_pal_proc_get_features()
1457 ptce->base = iprv.v0; ia64_get_ptce()
1473 *reg_info_1 = iprv.v0; ia64_pal_register_info()
1497 *num_phys_stacked = iprv.v0; ia64_pal_rse_info()
1533 *self_test_state = iprv.v0; ia64_pal_test_proc()
1563 pal_min_version->pal_version_val = iprv.v0; ia64_pal_version()
1601 tc_info->pti_val = iprv.v0; ia64_pal_vm_info()
1615 *tr_pages = iprv.v0; ia64_pal_vm_page_size()
1657 vm_info_1->pvi1_val = iprv.v0; ia64_pal_vm_summary()
1680 *vp_info = iprv.v0; ia64_pal_vp_info()
1704 tr_valid->piv_val = iprv.v0; ia64_pal_tr_read()
1789 mapping->overview.overview_data = iprv.v0; ia64_pal_logical_to_phys()
1816 info->num_shared = iprv.v0; ia64_pal_cache_shared_info()
H A Dsal.h109 unsigned long v0; member in struct:ia64_sal_retval
706 return isrv.v0; ia64_sal_get_state_info()
721 return isrv.v0; ia64_sal_get_state_info_size()
760 *value = isrv.v0; ia64_sal_pci_config_read()
814 *error_code = isrv.v0; ia64_sal_update_pal()
831 *splid = isrv.v0; ia64_sal_physical_id_info()
/linux-4.1.27/arch/mips/kvm/
H A Dlocore.S106 mflo v0
107 LONG_S v0, PT_LO(k1)
112 mfc0 v0, CP0_STATUS
113 LONG_S v0, PT_STATUS(k1)
157 andi v0, v0, ST0_IM
158 or k0, k0, v0
348 mfc0 v0, CP0_STATUS
351 or k0, v0, ST0_BEV
365 and v1, v0, ST0_CU1
398 and v0, v0, ~(ST0_EXL | KSU_USER | ST0_IE)
399 or v0, v0, ST0_CU0
401 mtc0 v0, CP0_STATUS
454 andi t0, v0, RESUME_HOST
573 * r2/v0 is the return code, shift it down by 2 (arithmetic)
576 INT_SRA k0, v0, 2
/linux-4.1.27/arch/mips/netlogic/common/
H A Dreset.S107 sll v0, t2, 5
109 ori v1, v0, 0x3 /* way0 | write_enable | write_active */
117 ori v1, v0, 0x7 /* way1 | write_enable | write_active */
235 mfc0 v0, CP0_EBASE, 1
236 andi v0, 0x3ff /* v0 <- node/core */
242 andi v1, v0, 0x3 /* v1 <- thread id */
258 beqz v0, 4f /* boot cpu (cpuid == 0)? */
273 sll v1, v0, 2
H A Dsmpboot.S129 li v0, CKSEG1ADDR(RESET_DATA_PHYS)
130 lw v1, BOOT_THREAD_MODE(v0) /* v1 - new thread mode */
/linux-4.1.27/arch/powerpc/kernel/
H A Dvector.S27 lvx v0,r10,r3
28 mtvscr v0
55 lvx v0,r4,r3
56 mtvscr v0
66 mfvscr v0
68 stvx v0, r4, r3
107 mfvscr v0
109 stvx v0,r10,r6
145 lvx v0,r10,r6
146 mtvscr v0
189 mfvscr v0
191 stvx v0,r4,r7
H A Dtm.S155 mfvscr v0
157 stvx v0, r7, r6
362 lvx v0, r8, r5
363 mtvscr v0
/linux-4.1.27/arch/powerpc/perf/
H A Dhv-24x7-catalog.h6 /* From document "24x7 Event and Group Catalog Formats Proposal" v0.15 */
/linux-4.1.27/drivers/gpu/drm/msm/edp/
H A Dedp_phy.c70 void msm_edp_phy_vm_pe_cfg(struct edp_phy *phy, u32 v0, u32 v1) msm_edp_phy_vm_pe_cfg() argument
72 edp_write(phy->base + REG_EDP_PHY_GLB_VM_CFG0, v0); msm_edp_phy_vm_pe_cfg()
H A Dedp.h66 void msm_edp_phy_vm_pe_cfg(struct edp_phy *phy, u32 v0, u32 v1);
/linux-4.1.27/include/linux/ceph/
H A Dceph_features.h74 * 9ea02b84104045c2ffd7e7f4e7af512953855ecd v0.58-657-g9ea02b8
76 * 4255b5c2fb54ae40c53284b3ab700fdfc7e61748 v0.65-263-g4255b5c
/linux-4.1.27/arch/ia64/sn/kernel/
H A Dio_init.c38 ret_stuff.v0 = 0; sal_get_hubdev_info()
43 return ret_stuff.v0; sal_get_hubdev_info()
53 ret_stuff.v0 = 0; sal_get_pcibus_info()
58 return ret_stuff.v0; sal_get_pcibus_info()
70 ret_stuff.v0 = 0; sal_get_pcidev_info()
77 return ret_stuff.v0; sal_get_pcidev_info()
H A Dhuberror.c31 ret_stuff.v0 = 0; hub_eint_handler()
39 if ((int)ret_stuff.v0) hub_eint_handler()
50 if ((int)ret_stuff.v0) hub_eint_handler()
H A Dirq.c40 ret_stuff.v0 = 0; sn_intr_alloc()
55 ret_stuff.v0 = 0; sn_intr_free()
69 ret_stuff.v0 = 0; sn_intr_redirect()
H A Dtiocx.c257 rv.v0 = 0; tiocx_intr_alloc()
271 rv.v0 = 0; tiocx_intr_free()
H A Dio_acpi_init.c52 *result = isrv.v0; sal_ioif_init()
H A Dio_common.c92 ret_stuff.v0 = 0; sal_get_device_dmaflush_list()
/linux-4.1.27/arch/arm/kernel/
H A Dpsci.c180 * PSCI Function IDs for v0.2+ are well defined so use
195 /* PSCI v0.2 mandates implementation of PSCI_ID_VERSION. */ psci_0_2_init()
196 pr_err("PSCI firmware does not comply with the v0.2 spec.\n"); psci_0_2_init()
212 pr_info("Using standard PSCI v0.2 function IDs\n"); psci_0_2_init()
242 * PSCI < v0.2 get PSCI Function IDs via DT.
254 pr_info("Using PSCI v0.1 Function IDs from DT\n"); psci_0_1_init()
/linux-4.1.27/drivers/firmware/
H A Discsi_ibft.c26 * Updated comments and copyrights. (v0.4.9)
29 * Converted to using ibft_addr. (v0.4.8)
32 * Combined two functions in one: reserve_ibft_region. (v0.4.7)
35 * Added logic to handle IPv6 addresses. (v0.4.6)
38 * Added logic to handle badly not-to-spec iBFT. (v0.4.5)
41 * Added __init to function declarations. (v0.4.4)
45 * and code and style cleanup. (v0.4.3)
48 * Added end-markers to enums and re-organized kobject registration. (v0.4.2)
51 * Created 'device' sysfs link to the NIC and style cleanup. (v0.4.1)
55 * in its own file and added text attributes for every struct field. (v0.4)
59 * Removed binary /sysfs interface (v0.3)
62 * Added functionality in setup.c to reserve iBFT region. (v0.2)
65 * First version exposing iBFT data via a binary /sysfs. (v0.1)
/linux-4.1.27/drivers/hid/
H A Dwacom.h18 * v0.1 (vp) - Initial release
19 * v0.2 (aba) - Support for all buttons / combinations
20 * v0.3 (vp) - Support for Intuos added
21 * v0.4 (sm) - Support for more Intuos models, menustrip
23 * v0.5 (vp) - Big cleanup, nifty features removed,
H A Dhid-picolcd_lcd.c4 * Based on Logitech G13 driver (v0.4) *
H A Dhid-picolcd_backlight.c4 * Based on Logitech G13 driver (v0.4) *
H A Dhid-picolcd_cir.c4 * Based on Logitech G13 driver (v0.4) *
H A Dhid-picolcd_leds.c4 * Based on Logitech G13 driver (v0.4) *
H A Dhid-picolcd.h4 * Based on Logitech G13 driver (v0.4) *
H A Dhid-picolcd_fb.c4 * Based on Logitech G13 driver (v0.4) *
/linux-4.1.27/drivers/input/tablet/
H A Dkbtab.c9 * v0.0.1 - Original, extremely basic version, 2.4.xx only
10 * v0.0.2 - Updated, works with 2.5.62 and 2.4.20;
15 #define DRIVER_VERSION "v0.0.2"
H A Daiptek.c19 * v0.1 - Initial release
20 * v0.2 - Hack to get around fake event 28's. (Bryan W. Headley)
21 * v0.3 - Make URB dynamic (Bryan W. Headley, Jun-8-2002)
23 * v0.4 - Rewrote substantial portions of the code to deal with
/linux-4.1.27/arch/x86/platform/uv/
H A Dbios_uv.c90 u64 v0, v1; uv_bios_get_sn_info() local
94 (u64)(&v0), (u64)(&v1), 0, 0); uv_bios_get_sn_info()
98 part.val = v0; uv_bios_get_sn_info()
/linux-4.1.27/fs/afs/
H A Dmain.c85 printk(KERN_INFO "kAFS: Red Hat AFS client v0.1 registering.\n"); afs_init()
167 printk(KERN_INFO "kAFS: Red Hat AFS client v0.1 unregistering.\n"); afs_exit()
/linux-4.1.27/fs/adfs/
H A Dsuper.c75 unsigned int v0, v1, v2, v3; adfs_calczonecheck() local
78 v0 = v1 = v2 = v3 = 0; adfs_calczonecheck()
80 v0 += map[i] + (v3 >> 8); adfs_calczonecheck()
82 v1 += map[i + 1] + (v0 >> 8); adfs_calczonecheck()
83 v0 &= 0xff; adfs_calczonecheck()
89 v0 += v3 >> 8; adfs_calczonecheck()
90 v1 += map[1] + (v0 >> 8); adfs_calczonecheck()
94 return v0 ^ v1 ^ v2 ^ v3; adfs_calczonecheck()
/linux-4.1.27/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c586 int *v0; member in struct:sn_hwperf_op_info
597 (u64) op_info->p, 0, 0, op_info->v0); sn_hwperf_call_sal()
701 int v0; sn_hwperf_ioctl() local
830 op_info.v0 = &v0;
835 a.v0 = v0;
843 a.arg, a.sz, (u64) p, 0, 0, &v0);
848 a.v0 = v0;
/linux-4.1.27/arch/arm64/kernel/
H A Dpsci.c280 pr_info("Using standard PSCI v0.2 function IDs\n"); psci_0_2_set_functions()
317 pr_err("PSCI firmware does not comply with the v0.2 spec.\n"); psci_probe()
350 * Starting with v0.2, the PSCI specification introduced a call psci_0_2_init()
364 * PSCI < v0.2 get PSCI Function IDs via DT.
376 pr_info("Using PSCI v0.1 Function IDs from DT\n"); psci_0_1_init()
H A Dkgdb.c62 { "v0", 16, -1 },
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.h4 #define TCM_QLA2XXX_VERSION "v0.1"
/linux-4.1.27/arch/um/drivers/
H A Dmmapper_kern.c106 printk(KERN_INFO "Mapper v0.1\n"); mmapper_init()
/linux-4.1.27/arch/cris/include/asm/
H A Delf.h57 /* Variant 0; may contain v0..10 object. */
/linux-4.1.27/drivers/net/ethernet/amd/
H A Ddeclance.c16 * v0.001: The kernel accepts the code and it shows the hardware address.
18 * v0.002: Removed most sparc stuff, left only some module and dma stuff.
20 * v0.003: Enhanced base address calculation from proposals by
23 * v0.004: lance-regs is pointing at the right addresses, added prom
26 * v0.005: started to play around with LANCE-DMA. This driver will not
29 * v0.006: added pointer arrays to lance_private and setup routine for
32 * v0.007: Big shit. The LANCE seems to use a different DMA mechanism to
39 * v0.008: mods to make PMAX_LANCE work. 01/09/1999 triemer
41 * v0.009: Module support fixes, multiple interfaces support, various
44 * v0.010: Fixes for the PMAD mapping of the LANCE buffer and for the
48 * v0.011: Converted the PMAD to the driver model. macro
76 "declance.c: v0.011 by Linux MIPS DECstation task force\n";
/linux-4.1.27/arch/ia64/kernel/
H A Dpatch.c47 u64 m0, m1, v0, v1, b0, b1, *b = (u64 *) (insn_addr & -16); ia64_patch() local
58 v0 = val << shift; v1 = val >> (64 - shift); ia64_patch()
59 b[0] = (b0 & ~m0) | (v0 & m0); ia64_patch()
H A Dsal.c401 *ticks_per_second = isrv.v0; ia64_sal_freq_base()
/linux-4.1.27/arch/arm/kvm/
H A Dpsci.c50 * in section 5.4.1 of PSCI v0.2 specification (ARM DEN 0022A). kvm_psci_vcpu_suspend()
53 * stand-by request as-per section 5.4.2 clause 3 of PSCI v0.2 kvm_psci_vcpu_suspend()
112 * NOTE: We always update r0 (or x0) because for PSCI v0.1 kvm_psci_vcpu_on()
/linux-4.1.27/drivers/crypto/vmx/
H A Daesp8-ppc.pl410 lvx v0,0,$inp
418 vperm v0,v0,v1,v2 # align [and byte swap in LE]
427 vxor v0,v0,v1
434 v${n}cipher v0,v0,v2
438 v${n}cipher v0,v0,v1
444 v${n}cipher v0,v0,v2
447 v${n}cipherlast v0,v0,v1
455 vperm v0,v0,v0,v3 # rotate [and byte swap in LE]
456 vsel v1,v1,v0,v2
459 vsel v0,v0,v4,v2
460 stvx v0,$idx,$out
/linux-4.1.27/drivers/net/usb/
H A Dpegasus.c10 * v0.2.x First official release for the Linux kernel.
11 * v0.3.0 Beutified and structured, some bugs fixed.
12 * v0.3.x URBifying bulk requests and bugfixing. First relatively
15 * v0.4.0 Control messages remained unurbified are now URBs.
17 * v0.4.9 Control urbs again use process context to wait. Argh...
23 * v0.4.13 Ethernet address is now set at probe(), not at open()
25 * v0.5.0 branch to 2.5.x kernels
26 * v0.5.1 ethtool support added
27 * v0.5.5 rx socket buffers are in a pool and the their allocation
30 * v0.9.3 simplified [get|set]_register(s), async update registers
51 #define DRIVER_VERSION "v0.9.3 (2013/04/25)"
/linux-4.1.27/drivers/usb/class/
H A Dusblp.c17 * v0.1 - thorough cleaning, URBification, almost a rewrite
18 * v0.2 - some more cleanups
19 * v0.3 - cleaner again, waitqueue fixes
20 * v0.4 - fixes in unidirectional mode
21 * v0.5 - add DEVICE_ID string support
22 * v0.6 - never time out
23 * v0.7 - fixed bulk-IN read and poll (David Paschal)
24 * v0.8 - add devfs support
25 * v0.9 - fix unplug-while-open paths
26 * v0.10- remove sleep_on, fix error on oom (oliver@neukum.org)
27 * v0.11 - add proto_bias option (Pete Zaitcev)
28 * v0.12 - add hpoj.sourceforge.net ioctls (David Paschal)
29 * v0.13 - alloc space for statusbuf (<status> not on stack);
31 * none - Maintained in Linux kernel after v0.13
/linux-4.1.27/sound/oss/
H A Daedsp16.c160 v0.1 (ALPHA, was a user-level program called AudioExcelDSP16.c)
162 v0.2 (ALPHA)
168 v0.3 (ALPHA)
178 v0.4 (BETA)
191 v0.5
194 v0.6
198 v0.7 (pre ALPHA, not distributed)
201 v0.8 (ALPHA)
203 v0.9 (BETA)
207 v0.9.9 (BETA)
210 v0.9.10
213 v0.9.11 (not distributed)
219 v0.9.12
220 - Refined the v0.9.11 code with conditional compilation to distinguish
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c147 struct fermi_a_zbc_color_v0 v0; gf100_fermi_mthd_zbc_color() member in union:__anon4282
151 if (nvif_unpack(args->v0, 0, 0, false)) { gf100_fermi_mthd_zbc_color()
152 switch (args->v0.format) { gf100_fermi_mthd_zbc_color()
172 ret = gf100_gr_zbc_color_get(priv, args->v0.format, gf100_fermi_mthd_zbc_color()
173 args->v0.ds, gf100_fermi_mthd_zbc_color()
174 args->v0.l2); gf100_fermi_mthd_zbc_color()
176 args->v0.index = ret; gf100_fermi_mthd_zbc_color()
193 struct fermi_a_zbc_depth_v0 v0; gf100_fermi_mthd_zbc_depth() member in union:__anon4283
197 if (nvif_unpack(args->v0, 0, 0, false)) { gf100_fermi_mthd_zbc_depth()
198 switch (args->v0.format) { gf100_fermi_mthd_zbc_depth()
200 ret = gf100_gr_zbc_depth_get(priv, args->v0.format, gf100_fermi_mthd_zbc_depth()
201 args->v0.ds, gf100_fermi_mthd_zbc_depth()
202 args->v0.l2); gf100_fermi_mthd_zbc_depth()
/linux-4.1.27/drivers/media/usb/stkwebcam/
H A Dstk-webcam.h30 #define DRIVER_VERSION "v0.0.1"
/linux-4.1.27/arch/x86/include/asm/
H A Dplatform_sst_audio.h30 * ref: DSP spec v0.75 */
/linux-4.1.27/arch/x86/crypto/
H A Dcamellia-aesni-avx-asm_64.S263 * v0..3: byte-sliced 32-bit integers
265 * v0..3: (IN <<< 1)
267 #define rol32_1_16(v0, v1, v2, v3, t0, t1, t2, zero) \
268 vpcmpgtb v0, zero, t0; \
269 vpaddb v0, v0, v0; \
288 vpor t0, v0, v0;
H A Dcamellia-aesni-avx2-asm_64.S302 * v0..3: byte-sliced 32-bit integers
304 * v0..3: (IN <<< 1)
306 #define rol32_1_32(v0, v1, v2, v3, t0, t1, t2, zero) \
307 vpcmpgtb v0, zero, t0; \
308 vpaddb v0, v0, v0; \
327 vpor t0, v0, v0;
/linux-4.1.27/arch/mips/fw/lib/
H A Dcall_o32.S42 * and fp are preserved, v0 holds the result. This code relies on the
/linux-4.1.27/drivers/scsi/libsas/
H A Dsas_host_smp.c65 * From SFF-8485 v0.7:
329 /* SFF-8485 v0.7 */ sas_smp_host_handler()
/linux-4.1.27/kernel/
H A Dlatencytop.c38 * Latency Top version : v0.1
242 seq_puts(m, "Latency Top version : v0.1\n"); lstats_show()
/linux-4.1.27/drivers/firmware/efi/
H A Defivars.c36 * bumped revision number to v0.07 to reflect conversion & move
47 * v0.04 release to linux-ia64@linuxia64.org
52 * v0.03 release to linux-ia64@linuxia64.org
62 * v0.02 release to linux-ia64@linuxia64.org
65 * v0.01 release to linux-ia64@linuxia64.org
/linux-4.1.27/net/sched/
H A Dsch_sfq.c791 opt.v0.quantum = q->quantum; sfq_dump()
792 opt.v0.perturb_period = q->perturb_period / HZ; sfq_dump()
793 opt.v0.limit = q->limit; sfq_dump()
794 opt.v0.divisor = q->divisor; sfq_dump()
795 opt.v0.flows = q->maxflows; sfq_dump()
/linux-4.1.27/arch/alpha/kernel/
H A Dentry.S513 * Those functions must zero $0 (v0) directly in the stack
521 subq $31, $0, $0 /* with error in v0 */
616 subq $31, $0, $0 /* with error in v0 */
H A Dsignal.c468 regs->r0 = r0; /* reset v0 and a3 and replay syscall */ syscall_restart()
513 /* Reset v0 and a3 and replay syscall. */ do_signal()
519 /* Set v0 to the restart_syscall and replay */ do_signal()
/linux-4.1.27/drivers/media/usb/gspca/
H A Dw996Xcf.c359 v0 = u0 + hw_bufsize / 4, w9968cf_init() local
360 y1 = v0 + hw_bufsize / 4, w9968cf_init()
374 reg_w(sd, 0x28, v0 & 0xffff); /* V buf.0, low */ w9968cf_init()
375 reg_w(sd, 0x29, v0 >> 16); /* V buf.0, high */ w9968cf_init()
/linux-4.1.27/drivers/target/sbp/
H A Dsbp_target.h10 #define SBP_VERSION "v0.1"
/linux-4.1.27/arch/mips/cavium-octeon/
H A Docteon-memcpy.S27 * memcpy copies len bytes from src to dst and sets v0 to dst.
153 * memcpy sets v0 to dst.
157 move v0, dst /* return value */
468 move v0, a0 /* return value */
H A Docteon-irq.c1556 u32 v0, v1; octeon_irq_init_gpio() local
1558 r = of_property_read_u32_index(gpio_node, "interrupts", 0, &v0); octeon_irq_init_gpio()
1568 base_hwirq = (v0 << 6) | v1; octeon_irq_init_gpio()
/linux-4.1.27/arch/arm64/include/uapi/asm/
H A Dkvm.h90 #define KVM_ARM_VCPU_PSCI_0_2 2 /* CPU uses PSCI v0.2 */
/linux-4.1.27/arch/hexagon/include/asm/
H A Dpgalloc.h109 * share the same pmd's for their kernel mappings, but the v0.3
H A Dhexagon_vm.h255 /* These shoud be nuked as soon as we know the VM is up to spec v0.1.1 */
/linux-4.1.27/arch/arm/include/uapi/asm/
H A Dkvm.h88 #define KVM_ARM_VCPU_PSCI_0_2 1 /* CPU uses PSCI v0.2 */
/linux-4.1.27/net/netfilter/ipvs/
H A Dip_vs_sync.c687 /* Send buffer if it is for v0 */ ip_vs_sync_conn()
969 IP_VS_ERR_RL("BACKUP v0, bogus conn\n"); ip_vs_process_message_v0()
979 IP_VS_ERR_RL("BACKUP v0, Dropping buffer bogus conn options\n"); ip_vs_process_message_v0()
991 IP_VS_DBG(2, "BACKUP v0, Unsupported protocol %u\n", ip_vs_process_message_v0()
996 IP_VS_DBG(2, "BACKUP v0, Invalid %s state %u\n", ip_vs_process_message_v0()
1003 IP_VS_DBG(2, "BACKUP v0, Invalid template state %u\n", ip_vs_process_message_v0()
/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Dphy.c1781 s8 v0; b43legacy_phy_xmitpower() local
1808 v0 = (s8)(tmp & 0x00FF); b43legacy_phy_xmitpower()
1815 if (v0 == 0x7F || v1 == 0x7F || v2 == 0x7F || v3 == 0x7F) { b43legacy_phy_xmitpower()
1818 v0 = (s8)(tmp & 0x00FF); b43legacy_phy_xmitpower()
1824 if (v0 == 0x7F || v1 == 0x7F || v2 == 0x7F || v3 == 0x7F) b43legacy_phy_xmitpower()
1826 v0 = (v0 + 0x20) & 0x3F; b43legacy_phy_xmitpower()
1834 average = (v0 + v1 + v2 + v3 + 2) / 4; b43legacy_phy_xmitpower()
H A Dmain.c436 u16 v0; b43legacy_tsf_read() local
448 v0 = b43legacy_read16(dev, B43legacy_MMIO_TSF_0); b43legacy_tsf_read()
463 *tsf |= v0; b43legacy_tsf_read()
504 u16 v0 = (tsf & 0x000000000000FFFFULL); b43legacy_tsf_write_locked() local
517 b43legacy_write16(dev, B43legacy_MMIO_TSF_0, v0); b43legacy_tsf_write_locked()
734 u32 v0; handle_irq_transmit_status() local
740 v0 = b43legacy_read32(dev, B43legacy_MMIO_XMITSTAT_0); handle_irq_transmit_status()
741 if (!(v0 & 0x00000001)) handle_irq_transmit_status()
745 stat.cookie = (v0 >> 16); handle_irq_transmit_status()
748 tmp = (v0 & 0x0000FFFF); handle_irq_transmit_status()
/linux-4.1.27/drivers/macintosh/
H A Dadb-iop.c212 printk("adb: IOP ISM driver v0.4 for Unified ADB.\n"); adb_iop_init()
H A Dvia-cuda.c224 printk("Macintosh CUDA driver v0.5 for Unified ADB.\n"); via_cuda_start()
H A Dvia-maciisi.c131 printk("adb: Mac IIsi driver v0.2 for Unified ADB.\n"); maciisi_init()
/linux-4.1.27/drivers/net/appletalk/
H A Dipddp.c40 static const char version[] = KERN_INFO "ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>\n";
/linux-4.1.27/drivers/media/pci/zoran/
H A Dvideocodec.c30 #define VIDEOCODEC_VERSION "v0.2"
H A Dzr36016.c27 #define ZR016_VERSION "v0.7"
/linux-4.1.27/drivers/staging/rtl8192e/
H A Drtllib_module.c6 Host AP project hostap-drivers v0.1.3
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c6 Host AP project hostap-drivers v0.1.3
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dlibipw_module.c6 Host AP project hostap-drivers v0.1.3
/linux-4.1.27/drivers/acpi/
H A Dsbshc.c2 * SMBus driver for ACPI Embedded Controller (v0.1)
/linux-4.1.27/arch/score/kernel/
H A Dsignal.c189 * li v0, __NR_rt_sigreturn setup_rt_frame()
/linux-4.1.27/arch/powerpc/include/uapi/asm/
H A Dptrace.h139 * Get/set all the altivec registers v0..v31, vscr, vrsave, in one go.
/linux-4.1.27/arch/ia64/include/asm/sn/sn2/
H A Dsn_hwperf.h77 u32 v0; /* second return value */ member in struct:sn_hwperf_ioctl_args
/linux-4.1.27/arch/arm/mach-sa1100/
H A Dbadge4.c251 /* maybe turn on 5v0 from the start */ badge4_init()
/linux-4.1.27/kernel/time/
H A Dtimer_list.c285 SEQ_printf(m, "Timer List Version: v0.7\n"); timer_list_header()
H A Dtimer_stats.c301 seq_puts(m, "Timer Stats Version: v0.3\n"); tstats_show()
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dniu.c3747 u64 v0 = lp->v0; niu_poll_core() local
3748 u32 tx_vec = (v0 >> 32); niu_poll_core()
3749 u32 rx_vec = (v0 & 0xffffffff); niu_poll_core()
3753 "%s() v0[%016llx]\n", __func__, (unsigned long long)v0); niu_poll_core()
4079 u64 v0, u64 v1, u64 v2) niu_slowpath_interrupt()
4084 lp->v0 = v0; niu_slowpath_interrupt()
4099 if (!v0) niu_slowpath_interrupt()
4119 if ((v0 | v1) & 0x8000000000000000ULL) { niu_slowpath_interrupt()
4166 static void __niu_fastpath_interrupt(struct niu *np, int ldg, u64 v0) __niu_fastpath_interrupt() argument
4172 tx_vec = (v0 >> 32); __niu_fastpath_interrupt()
4173 rx_vec = (v0 & 0xffffffff); __niu_fastpath_interrupt()
4201 u64 v0, u64 v1, u64 v2) niu_schedule_napi()
4204 lp->v0 = v0; niu_schedule_napi()
4207 __niu_fastpath_interrupt(np, lp->ldg_num, v0); niu_schedule_napi()
4218 u64 v0, v1, v2; niu_interrupt() local
4226 v0 = nr64(LDSV0(ldg)); niu_interrupt()
4231 pr_cont(" v0[%llx] v1[%llx] v2[%llx]\n", niu_interrupt()
4232 (unsigned long long) v0, niu_interrupt()
4236 if (unlikely(!v0 && !v1 && !v2)) { niu_interrupt()
4241 if (unlikely((v0 & ((u64)1 << LDN_MIF)) || v1 || v2)) { niu_interrupt()
4242 int err = niu_slowpath_interrupt(np, lp, v0, v1, v2); niu_interrupt()
4246 if (likely(v0 & ~((u64)1 << LDN_MIF))) niu_interrupt()
4247 niu_schedule_napi(np, lp, v0, v1, v2); niu_interrupt()
4078 niu_slowpath_interrupt(struct niu *np, struct niu_ldg *lp, u64 v0, u64 v1, u64 v2) niu_slowpath_interrupt() argument
4200 niu_schedule_napi(struct niu *np, struct niu_ldg *lp, u64 v0, u64 v1, u64 v2) niu_schedule_napi() argument
/linux-4.1.27/arch/blackfin/mach-bf561/include/mach/
H A Danomaly.h132 * without handling anomaly 05000257 properly on bf561 v0.5. This work around may change
173 * v0.5.
/linux-4.1.27/drivers/ide/
H A Dht6560b.c16 #define HT6560B_VERSION "v0.08"
/linux-4.1.27/drivers/media/
H A Dmedia-devnode.c317 pr_info("Linux media interface: v0.10\n"); media_devnode_init()
/linux-4.1.27/drivers/net/wan/
H A Ddlci.c57 static const char version[] = "DLCI driver v0.35, 4 Jan 1997, mike.mclagan@linux.org";
/linux-4.1.27/drivers/usb/misc/
H A Didmouse.c1 /* Siemens ID Mouse driver v0.6
H A Dchaoskey.c45 #define DRIVER_VERSION "v0.1"
/linux-4.1.27/drivers/input/mouse/
H A Dsentelic.c308 int v0, v1, v2; fsp_get_sn() local
314 if (fsp_reg_read(psmouse, FSP_REG_SN0, &v0)) fsp_get_sn()
320 *sn = (v0 << 16) | (v1 << 8) | v2; fsp_get_sn()
/linux-4.1.27/fs/ncpfs/
H A Dncplib_kernel.c765 static inline void ConvertToNWfromDWORD(__u16 v0, __u16 v1, __u8 ret[6]) ConvertToNWfromDWORD() argument
768 dest[1] = cpu_to_le16(v0); ConvertToNWfromDWORD()
770 dest[0] = cpu_to_le16(v0 + 1); ConvertToNWfromDWORD()
/linux-4.1.27/Documentation/target/
H A Dtcm_mod_builder.py50 buf = "#define " + fabric_mod_name.upper() + "_VERSION \"v0.1\"\n"
105 buf = "#define " + fabric_mod_name.upper() + "_VERSION \"v0.1\"\n"
158 buf = "#define " + fabric_mod_name.upper() + "_VERSION \"v0.1\"\n"
/linux-4.1.27/fs/fuse/
H A Dfile.c318 u32 v0 = v; fuse_lock_owner_id() local
324 v0 += ((v1 << 4 ^ v1 >> 5) + v1) ^ (sum + k[sum & 3]); fuse_lock_owner_id()
326 v1 += ((v0 << 4 ^ v0 >> 5) + v0) ^ (sum + k[sum>>11 & 3]); fuse_lock_owner_id()
329 return (u64) v0 + ((u64) v1 << 32); fuse_lock_owner_id()
/linux-4.1.27/drivers/net/ethernet/natsemi/
H A Dsonic.h448 "sonic.c:v0.92 20.9.98 tsbogend@alpha.franken.de\n";
/linux-4.1.27/drivers/sfi/
H A Dsfi_core.c492 pr_info("Simple Firmware Interface v0.81 http://simplefirmware.org\n"); sfi_init()
/linux-4.1.27/drivers/input/misc/
H A Dkeyspan_remote.c20 #define DRIVER_VERSION "v0.1"
/linux-4.1.27/drivers/usb/storage/
H A Dfreecom.c3 * Freecom v0.1:
/linux-4.1.27/drivers/uwb/
H A Dwhc-rc.c2 * Wireless Host Controller: Radio Control Interface (WHCI v0.95[2.3])
/linux-4.1.27/drivers/watchdog/
H A Docteon-wdt-main.c308 "$0", "at", "v0", "v1", "a0", "a1", "a2", "a3",
/linux-4.1.27/kernel/sched/
H A Ddebug.c367 SEQ_printf(m, "Sched Debug Version: v0.11, %s %.*s\n", sched_debug_header()
/linux-4.1.27/sound/soc/intel/atom/
H A Dsst-mfld-dsp.h454 * based on DSP command spec v0.82
/linux-4.1.27/drivers/net/arcnet/
H A Darcnet.c28 * - arcnet.c v0.00 dated 1/1/94 and apparently by
30 * - skeleton.c v0.05 dated 11/16/93 by Donald Becker
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_main.c503 /* At least STA f/w v0.6.2 seems to have issues with cnfAuthentication hostap_set_auth_algs()
506 * configured.. STA f/w v0.7.6 is able to handle such configuration, hostap_set_auth_algs()
/linux-4.1.27/arch/ia64/sn/pci/
H A Dtioce_provider.c680 ret_stuff.v0 = 0; tioce_error_intr_handler()
686 if (ret_stuff.v0) tioce_error_intr_handler()

Completed in 6586 milliseconds

12