Home
last modified time | relevance | path

Searched refs:v0 (Results 1 – 169 of 169) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
Dioctl.c35 struct nvif_ioctl_nop_v0 v0; in nvkm_ioctl_nop() member
40 if (nvif_unpack(args->v0, 0, 0, false)) { in nvkm_ioctl_nop()
41 nvif_ioctl(object, "nop vers %lld\n", args->v0.version); in nvkm_ioctl_nop()
42 args->v0.version = NVIF_VERSION_LATEST; in nvkm_ioctl_nop()
52 struct nvif_ioctl_sclass_v0 v0; in nvkm_ioctl_sclass() member
58 if (nvif_unpack(args->v0, 0, 0, true)) { in nvkm_ioctl_sclass()
60 args->v0.version, args->v0.count); in nvkm_ioctl_sclass()
61 if (size != args->v0.count * sizeof(args->v0.oclass[0])) in nvkm_ioctl_sclass()
66 if (i < args->v0.count) { in nvkm_ioctl_sclass()
67 args->v0.oclass[i].oclass = oclass.base.oclass; in nvkm_ioctl_sclass()
[all …]
Dclient.c39 struct nvif_notify_rep_v0 v0; member
96 struct nvif_notify_req_v0 v0; in nvkm_client_notify_new() member
114 if (nvif_unpack(req->v0, 0, 0, true)) { in nvkm_client_notify_new()
116 "token %llx\n", req->v0.version, in nvkm_client_notify_new()
117 req->v0.reply, req->v0.route, req->v0.token); in nvkm_client_notify_new()
118 notify->version = req->v0.version; in nvkm_client_notify_new()
119 notify->size = sizeof(notify->rep.v0); in nvkm_client_notify_new()
120 notify->rep.v0.version = req->v0.version; in nvkm_client_notify_new()
121 notify->rep.v0.route = req->v0.route; in nvkm_client_notify_new()
122 notify->rep.v0.token = req->v0.token; in nvkm_client_notify_new()
[all …]
/linux-4.4.14/arch/arm64/crypto/
Daes-ce-ccm-core.S22 ld1 {v0.2d}, [x0] /* load mac */
33 eor v0.16b, v0.16b, v1.16b
45 3: aese v0.16b, v4.16b
46 aesmc v0.16b, v0.16b
48 aese v0.16b, v5.16b
49 aesmc v0.16b, v0.16b
52 aese v0.16b, v3.16b
53 aesmc v0.16b, v0.16b
56 aese v0.16b, v4.16b
58 eor v0.16b, v0.16b, v5.16b /* final round */
[all …]
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
[all …]
Dsha2-ce-core.S82 ld1 { v0.4s- v3.4s}, [x8], #64
102 1: add t0.4s, v16.4s, v0.4s
Dghash-ce-core.S14 SHASH .req v0
Dsha1-ce-core.S17 k0 .req v0
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dctrl.c37 struct nvif_control_pstate_info_v0 v0; in nvkm_control_mthd_pstate_info() member
43 if (nvif_unpack(args->v0, 0, 0, false)) { in nvkm_control_mthd_pstate_info()
45 args->v0.version); in nvkm_control_mthd_pstate_info()
50 args->v0.count = clk->state_nr; in nvkm_control_mthd_pstate_info()
51 args->v0.ustate_ac = clk->ustate_ac; in nvkm_control_mthd_pstate_info()
52 args->v0.ustate_dc = clk->ustate_dc; in nvkm_control_mthd_pstate_info()
53 args->v0.pwrsrc = clk->pwrsrc; in nvkm_control_mthd_pstate_info()
54 args->v0.pstate = clk->pstate; in nvkm_control_mthd_pstate_info()
56 args->v0.count = 0; in nvkm_control_mthd_pstate_info()
57 args->v0.ustate_ac = NVIF_CONTROL_PSTATE_INFO_V0_USTATE_DISABLE; in nvkm_control_mthd_pstate_info()
[all …]
Duser.c49 struct nv_device_info_v0 v0; in nvkm_udevice_info() member
54 if (nvif_unpack(args->v0, 0, 0, false)) { in nvkm_udevice_info()
55 nvif_ioctl(object, "device info vers %d\n", args->v0.version); in nvkm_udevice_info()
70 args->v0.platform = NV_DEVICE_INFO_V0_IGP; in nvkm_udevice_info()
75 args->v0.platform = NV_DEVICE_INFO_V0_PCI; in nvkm_udevice_info()
78 args->v0.platform = NV_DEVICE_INFO_V0_AGP; in nvkm_udevice_info()
81 args->v0.platform = NV_DEVICE_INFO_V0_PCIE; in nvkm_udevice_info()
84 args->v0.platform = NV_DEVICE_INFO_V0_SOC; in nvkm_udevice_info()
94 case NV_04: args->v0.family = NV_DEVICE_INFO_V0_TNT; break; in nvkm_udevice_info()
96 case NV_11: args->v0.family = NV_DEVICE_INFO_V0_CELSIUS; break; in nvkm_udevice_info()
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Drootnv04.c45 struct nv04_disp_scanoutpos_v0 v0; in nv04_disp_scanoutpos() member
51 if (nvif_unpack(args->v0, 0, 0, false)) { in nv04_disp_scanoutpos()
53 args->v0.version); in nv04_disp_scanoutpos()
54 args->v0.vblanks = nvkm_rd32(device, 0x680800 + hoff) & 0xffff; in nv04_disp_scanoutpos()
55 args->v0.vtotal = nvkm_rd32(device, 0x680804 + hoff) & 0xffff; in nv04_disp_scanoutpos()
56 args->v0.vblanke = args->v0.vtotal - 1; in nv04_disp_scanoutpos()
58 args->v0.hblanks = nvkm_rd32(device, 0x680820 + hoff) & 0xffff; in nv04_disp_scanoutpos()
59 args->v0.htotal = nvkm_rd32(device, 0x680824 + hoff) & 0xffff; in nv04_disp_scanoutpos()
60 args->v0.hblanke = args->v0.htotal - 1; in nv04_disp_scanoutpos()
67 if (!args->v0.vtotal || !args->v0.htotal) in nv04_disp_scanoutpos()
[all …]
Ddacnv50.c39 struct nv50_disp_dac_pwr_v0 v0; in nv50_dac_power() member
45 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_dac_power()
48 args->v0.version, args->v0.state, args->v0.data, in nv50_dac_power()
49 args->v0.vsync, args->v0.hsync); in nv50_dac_power()
50 stat = 0x00000040 * !args->v0.state; in nv50_dac_power()
51 stat |= 0x00000010 * !args->v0.data; in nv50_dac_power()
52 stat |= 0x00000004 * !args->v0.vsync; in nv50_dac_power()
53 stat |= 0x00000001 * !args->v0.hsync; in nv50_dac_power()
75 struct nv50_disp_dac_load_v0 v0; in nv50_dac_sense() member
82 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_dac_sense()
[all …]
Dhdmigf119.c37 struct nv50_disp_sor_hdmi_pwr_v0 v0; in gf119_hdmi_ctrl() member
43 if (nvif_unpack(args->v0, 0, 0, false)) { in gf119_hdmi_ctrl()
46 args->v0.version, args->v0.state, in gf119_hdmi_ctrl()
47 args->v0.max_ac_packet, args->v0.rekey); in gf119_hdmi_ctrl()
48 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) in gf119_hdmi_ctrl()
50 ctrl = 0x40000000 * !!args->v0.state; in gf119_hdmi_ctrl()
51 ctrl |= args->v0.max_ac_packet << 16; in gf119_hdmi_ctrl()
52 ctrl |= args->v0.rekey; in gf119_hdmi_ctrl()
Dhdmigk104.c38 struct nv50_disp_sor_hdmi_pwr_v0 v0; in gk104_hdmi_ctrl() member
44 if (nvif_unpack(args->v0, 0, 0, false)) { in gk104_hdmi_ctrl()
47 args->v0.version, args->v0.state, in gk104_hdmi_ctrl()
48 args->v0.max_ac_packet, args->v0.rekey); in gk104_hdmi_ctrl()
49 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) in gk104_hdmi_ctrl()
51 ctrl = 0x40000000 * !!args->v0.state; in gk104_hdmi_ctrl()
52 ctrl |= args->v0.max_ac_packet << 16; in gk104_hdmi_ctrl()
53 ctrl |= args->v0.rekey; in gk104_hdmi_ctrl()
Dhdmig84.c37 struct nv50_disp_sor_hdmi_pwr_v0 v0; in g84_hdmi_ctrl() member
43 if (nvif_unpack(args->v0, 0, 0, false)) { in g84_hdmi_ctrl()
46 args->v0.version, args->v0.state, in g84_hdmi_ctrl()
47 args->v0.max_ac_packet, args->v0.rekey); in g84_hdmi_ctrl()
48 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) in g84_hdmi_ctrl()
50 ctrl = 0x40000000 * !!args->v0.state; in g84_hdmi_ctrl()
51 ctrl |= args->v0.max_ac_packet << 16; in g84_hdmi_ctrl()
52 ctrl |= args->v0.rekey; in g84_hdmi_ctrl()
Dhdmigt215.c38 struct nv50_disp_sor_hdmi_pwr_v0 v0; in gt215_hdmi_ctrl() member
44 if (nvif_unpack(args->v0, 0, 0, false)) { in gt215_hdmi_ctrl()
47 args->v0.version, args->v0.state, in gt215_hdmi_ctrl()
48 args->v0.max_ac_packet, args->v0.rekey); in gt215_hdmi_ctrl()
49 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) in gt215_hdmi_ctrl()
51 ctrl = 0x40000000 * !!args->v0.state; in gt215_hdmi_ctrl()
52 ctrl |= args->v0.max_ac_packet << 16; in gt215_hdmi_ctrl()
53 ctrl |= args->v0.rekey; in gt215_hdmi_ctrl()
Drootnv50.c42 struct nv04_disp_scanoutpos_v0 v0; in nv50_disp_root_scanoutpos() member
47 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_disp_root_scanoutpos()
49 args->v0.version); in nv50_disp_root_scanoutpos()
50 args->v0.vblanke = (blanke & 0xffff0000) >> 16; in nv50_disp_root_scanoutpos()
51 args->v0.hblanke = (blanke & 0x0000ffff); in nv50_disp_root_scanoutpos()
52 args->v0.vblanks = (blanks & 0xffff0000) >> 16; in nv50_disp_root_scanoutpos()
53 args->v0.hblanks = (blanks & 0x0000ffff); in nv50_disp_root_scanoutpos()
54 args->v0.vtotal = ( total & 0xffff0000) >> 16; in nv50_disp_root_scanoutpos()
55 args->v0.htotal = ( total & 0x0000ffff); in nv50_disp_root_scanoutpos()
56 args->v0.time[0] = ktime_to_ns(ktime_get()); in nv50_disp_root_scanoutpos()
[all …]
Drootgf119.c42 struct nv04_disp_scanoutpos_v0 v0; in gf119_disp_root_scanoutpos() member
47 if (nvif_unpack(args->v0, 0, 0, false)) { in gf119_disp_root_scanoutpos()
49 args->v0.version); in gf119_disp_root_scanoutpos()
50 args->v0.vblanke = (blanke & 0xffff0000) >> 16; in gf119_disp_root_scanoutpos()
51 args->v0.hblanke = (blanke & 0x0000ffff); in gf119_disp_root_scanoutpos()
52 args->v0.vblanks = (blanks & 0xffff0000) >> 16; in gf119_disp_root_scanoutpos()
53 args->v0.hblanks = (blanks & 0x0000ffff); in gf119_disp_root_scanoutpos()
54 args->v0.vtotal = ( total & 0xffff0000) >> 16; in gf119_disp_root_scanoutpos()
55 args->v0.htotal = ( total & 0x0000ffff); in gf119_disp_root_scanoutpos()
56 args->v0.time[0] = ktime_to_ns(ktime_get()); in gf119_disp_root_scanoutpos()
[all …]
Dovlynv50.c40 struct nv50_disp_overlay_channel_dma_v0 v0; in nv50_disp_ovly_new() member
48 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_disp_ovly_new()
51 args->v0.version, args->v0.pushbuf, args->v0.head); in nv50_disp_ovly_new()
52 if (args->v0.head > disp->base.head.nr) in nv50_disp_ovly_new()
54 push = args->v0.pushbuf; in nv50_disp_ovly_new()
55 head = args->v0.head; in nv50_disp_ovly_new()
Dbasenv50.c40 struct nv50_disp_base_channel_dma_v0 v0; in nv50_disp_base_new() member
48 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_disp_base_new()
51 args->v0.version, args->v0.pushbuf, args->v0.head); in nv50_disp_base_new()
52 if (args->v0.head > disp->base.head.nr) in nv50_disp_base_new()
54 push = args->v0.pushbuf; in nv50_disp_base_new()
55 head = args->v0.head; in nv50_disp_base_new()
Dpiornv50.c40 struct nv50_disp_pior_pwr_v0 v0; in nv50_pior_power() member
46 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_pior_power()
48 args->v0.version, args->v0.state, args->v0.type); in nv50_pior_power()
49 if (args->v0.type > 0x0f) in nv50_pior_power()
51 ctrl = !!args->v0.state; in nv50_pior_power()
52 type = args->v0.type; in nv50_pior_power()
Doimmnv50.c40 struct nv50_disp_overlay_v0 v0; in nv50_disp_oimm_new() member
47 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_disp_oimm_new()
49 args->v0.version, args->v0.head); in nv50_disp_oimm_new()
50 if (args->v0.head > disp->base.head.nr) in nv50_disp_oimm_new()
52 head = args->v0.head; in nv50_disp_oimm_new()
Dcursnv50.c40 struct nv50_disp_cursor_v0 v0; in nv50_disp_curs_new() member
47 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_disp_curs_new()
49 args->v0.version, args->v0.head); in nv50_disp_curs_new()
50 if (args->v0.head > disp->base.head.nr) in nv50_disp_curs_new()
52 head = args->v0.head; in nv50_disp_curs_new()
Dsornv50.c38 struct nv50_disp_sor_pwr_v0 v0; in nv50_sor_power() member
45 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_sor_power()
47 args->v0.version, args->v0.state); in nv50_sor_power()
48 stat = !!args->v0.state; in nv50_sor_power()
Dhdagt215.c38 struct nv50_disp_sor_hda_eld_v0 v0; in gt215_hda_eld() member
44 if (nvif_unpack(args->v0, 0, 0, true)) { in gt215_hda_eld()
46 args->v0.version); in gt215_hda_eld()
52 if (size && args->v0.data[0]) { in gt215_hda_eld()
62 nvkm_wr32(device, 0x61c440 + soff, (i << 8) | args->v0.data[0]); in gt215_hda_eld()
Dhdagf119.c40 struct nv50_disp_sor_hda_eld_v0 v0; in gf119_hda_eld() member
47 if (nvif_unpack(args->v0, 0, 0, true)) { in gf119_hda_eld()
49 args->v0.version); in gf119_hda_eld()
55 if (size && args->v0.data[0]) { in gf119_hda_eld()
66 nvkm_wr32(device, 0x10ec00 + soff, (i << 8) | args->v0.data[i]); in gf119_hda_eld()
Dcorenv50.c41 struct nv50_disp_core_channel_dma_v0 v0; in nv50_disp_core_new() member
48 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_disp_core_new()
51 args->v0.version, args->v0.pushbuf); in nv50_disp_core_new()
52 push = args->v0.pushbuf; in nv50_disp_core_new()
Dbase.c59 struct nvif_notify_head_req_v0 v0; in nvkm_disp_vblank_ctor() member
63 if (nvif_unpack(req->v0, 0, 0, false)) { in nvkm_disp_vblank_ctor()
65 if (ret = -ENXIO, req->v0.head <= disp->vblank.index_nr) { in nvkm_disp_vblank_ctor()
67 notify->index = req->v0.head; in nvkm_disp_vblank_ctor()
96 struct nvif_notify_conn_req_v0 v0; in nvkm_disp_hpd_ctor() member
101 if (nvif_unpack(req->v0, 0, 0, false)) { in nvkm_disp_hpd_ctor()
104 if (ret = -ENXIO, outp->conn->index == req->v0.conn) { in nvkm_disp_hpd_ctor()
106 notify->types = req->v0.mask; in nvkm_disp_hpd_ctor()
107 notify->index = req->v0.conn; in nvkm_disp_hpd_ctor()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_usif.c77 struct nvif_notify_rep_v0 v0; in usif_notify() member
83 if (length == sizeof(rep->v0) && rep->v0.version == 0) { in usif_notify()
84 if (WARN_ON(!(ntfy = (void *)(unsigned long)rep->v0.token))) in usif_notify()
86 BUG_ON(rep->v0.route != NVDRM_NOTIFY_USIF); in usif_notify()
98 switch (rep->v0.version) { in usif_notify()
127 struct nvif_ioctl_ntfy_new_v0 v0; in usif_notify_new() member
130 struct nvif_notify_req_v0 v0; in usif_notify_new() member
135 if (nvif_unpack(args->v0, 0, 0, true)) { in usif_notify_new()
136 if (usif_notify_find(f, args->v0.index)) in usif_notify_new()
146 if (nvif_unpack(req->v0, 0, 0, true)) { in usif_notify_new()
[all …]
Dnouveau_nvif.c83 struct nvif_notify_req_v0 v0; in nvkm_client_ntfy() member
87 if (length == sizeof(args->v0) && args->v0.version == 0) { in nvkm_client_ntfy()
88 route = args->v0.route; in nvkm_client_ntfy()
Dnouveau_abi16.c354 struct nvif_ioctl_v0 v0; in nouveau_abi16_usif() member
360 if (nvif_unpack(args->v0, 0, 0, true)) { in nouveau_abi16_usif()
361 switch (args->v0.type) { in nouveau_abi16_usif()
375 if (args->v0.token != ~0ULL) { in nouveau_abi16_usif()
376 if (!(chan = nouveau_abi16_chan(abi16, args->v0.token))) in nouveau_abi16_usif()
378 args->v0.object = nvif_handle(&chan->chan->user); in nouveau_abi16_usif()
379 args->v0.owner = NVIF_IOCTL_V0_OWNER_ANY; in nouveau_abi16_usif()
383 args->v0.object = nvif_handle(&abi16->device.object); in nouveau_abi16_usif()
384 args->v0.owner = NVIF_IOCTL_V0_OWNER_ANY; in nouveau_abi16_usif()
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h30 dmfc0 v0, CP0_CVMMEMCTL_REG
32 dins v0, $0, 0, 6
33 ori v0, CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE
34 dmtc0 v0, CP0_CVMMEMCTL_REG # Write the cavium mem control register
35 dmfc0 v0, CP0_CVMCTL_REG # Read the cavium control register
38 or v0, v0, 0x5001
39 xor v0, v0, 0x1001
43 and v0, v0, v1
44 ori v0, v0, (6 << 7)
64 or v0, v0, 0x2000 # Set IPREF bit.
[all …]
/linux-4.4.14/arch/ia64/include/asm/sn/
Dsn_sal.h185 ret_stuff.v0 = 0; in ia64_sn_get_console_nasid()
194 return ret_stuff.v0; in ia64_sn_get_console_nasid()
207 ret_stuff.v0 = 0; in ia64_sn_get_master_baseio_nasid()
216 return ret_stuff.v0; in ia64_sn_get_master_baseio_nasid()
225 ret_stuff.v0 = 0; in ia64_sn_get_klconfig_addr()
229 return ret_stuff.v0 ? __va(ret_stuff.v0) : NULL; in ia64_sn_get_klconfig_addr()
241 ret_stuff.v0 = 0; in ia64_sn_console_getc()
247 *ch = (int)ret_stuff.v0; in ia64_sn_console_getc()
263 ret_stuff.v0 = 0; in ia64_sn_console_readc()
269 return ret_stuff.v0; in ia64_sn_console_readc()
[all …]
/linux-4.4.14/lib/
Datomic64_test.c21 atomic##bit##_set(&v, v0); \
22 r = v0; \
32 int v0 = 0xaaa31337; in test_atomic() local
53 long long v0 = 0xaaa31337c001d00dLL; in test_atomic64() local
59 atomic64_t v = ATOMIC64_INIT(v0); in test_atomic64()
60 long long r = v0; in test_atomic64()
77 INIT(v0); in test_atomic64()
82 INIT(v0); in test_atomic64()
87 INIT(v0); in test_atomic64()
92 INIT(v0); in test_atomic64()
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Ddmanv50.c38 struct nv50_channel_dma_v0 v0; in nv50_fifo_dma_new() member
45 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_fifo_dma_new()
48 args->v0.version, args->v0.vm, args->v0.pushbuf, in nv50_fifo_dma_new()
49 args->v0.offset); in nv50_fifo_dma_new()
50 if (!args->v0.pushbuf) in nv50_fifo_dma_new()
59 ret = nv50_fifo_chan_ctor(fifo, args->v0.vm, args->v0.pushbuf, in nv50_fifo_dma_new()
64 args->v0.chid = chan->base.chid; in nv50_fifo_dma_new()
67 nvkm_wo32(chan->ramfc, 0x08, lower_32_bits(args->v0.offset)); in nv50_fifo_dma_new()
68 nvkm_wo32(chan->ramfc, 0x0c, upper_32_bits(args->v0.offset)); in nv50_fifo_dma_new()
69 nvkm_wo32(chan->ramfc, 0x10, lower_32_bits(args->v0.offset)); in nv50_fifo_dma_new()
[all …]
Ddmag84.c38 struct nv50_channel_dma_v0 v0; in g84_fifo_dma_new() member
45 if (nvif_unpack(args->v0, 0, 0, false)) { in g84_fifo_dma_new()
48 args->v0.version, args->v0.vm, args->v0.pushbuf, in g84_fifo_dma_new()
49 args->v0.offset); in g84_fifo_dma_new()
50 if (!args->v0.pushbuf) in g84_fifo_dma_new()
59 ret = g84_fifo_chan_ctor(fifo, args->v0.vm, args->v0.pushbuf, in g84_fifo_dma_new()
64 args->v0.chid = chan->base.chid; in g84_fifo_dma_new()
67 nvkm_wo32(chan->ramfc, 0x08, lower_32_bits(args->v0.offset)); in g84_fifo_dma_new()
68 nvkm_wo32(chan->ramfc, 0x0c, upper_32_bits(args->v0.offset)); in g84_fifo_dma_new()
69 nvkm_wo32(chan->ramfc, 0x10, lower_32_bits(args->v0.offset)); in g84_fifo_dma_new()
[all …]
Dgpfifonv50.c38 struct nv50_channel_gpfifo_v0 v0; in nv50_fifo_gpfifo_new() member
46 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_fifo_gpfifo_new()
50 args->v0.version, args->v0.vm, args->v0.pushbuf, in nv50_fifo_gpfifo_new()
51 args->v0.ioffset, args->v0.ilength); in nv50_fifo_gpfifo_new()
52 if (!args->v0.pushbuf) in nv50_fifo_gpfifo_new()
61 ret = nv50_fifo_chan_ctor(fifo, args->v0.vm, args->v0.pushbuf, in nv50_fifo_gpfifo_new()
66 args->v0.chid = chan->base.chid; in nv50_fifo_gpfifo_new()
67 ioffset = args->v0.ioffset; in nv50_fifo_gpfifo_new()
68 ilength = order_base_2(args->v0.ilength / 8); in nv50_fifo_gpfifo_new()
Dgpfifog84.c38 struct nv50_channel_gpfifo_v0 v0; in g84_fifo_gpfifo_new() member
46 if (nvif_unpack(args->v0, 0, 0, false)) { in g84_fifo_gpfifo_new()
50 args->v0.version, args->v0.vm, args->v0.pushbuf, in g84_fifo_gpfifo_new()
51 args->v0.ioffset, args->v0.ilength); in g84_fifo_gpfifo_new()
52 if (!args->v0.pushbuf) in g84_fifo_gpfifo_new()
61 ret = g84_fifo_chan_ctor(fifo, args->v0.vm, args->v0.pushbuf, in g84_fifo_gpfifo_new()
66 args->v0.chid = chan->base.chid; in g84_fifo_gpfifo_new()
67 ioffset = args->v0.ioffset; in g84_fifo_gpfifo_new()
68 ilength = order_base_2(args->v0.ilength / 8); in g84_fifo_gpfifo_new()
Ddmanv10.c40 struct nv03_channel_dma_v0 v0; in nv10_fifo_dma_new() member
49 if (nvif_unpack(args->v0, 0, 0, false)) { in nv10_fifo_dma_new()
51 "offset %08x\n", args->v0.version, in nv10_fifo_dma_new()
52 args->v0.pushbuf, args->v0.offset); in nv10_fifo_dma_new()
53 if (!args->v0.pushbuf) in nv10_fifo_dma_new()
63 0x1000, 0x1000, false, 0, args->v0.pushbuf, in nv10_fifo_dma_new()
72 args->v0.chid = chan->base.chid; in nv10_fifo_dma_new()
76 nvkm_wo32(imem->ramfc, chan->ramfc + 0x00, args->v0.offset); in nv10_fifo_dma_new()
77 nvkm_wo32(imem->ramfc, chan->ramfc + 0x04, args->v0.offset); in nv10_fifo_dma_new()
Ddmanv17.c40 struct nv03_channel_dma_v0 v0; in nv17_fifo_dma_new() member
49 if (nvif_unpack(args->v0, 0, 0, false)) { in nv17_fifo_dma_new()
51 "offset %08x\n", args->v0.version, in nv17_fifo_dma_new()
52 args->v0.pushbuf, args->v0.offset); in nv17_fifo_dma_new()
53 if (!args->v0.pushbuf) in nv17_fifo_dma_new()
63 0x1000, 0x1000, false, 0, args->v0.pushbuf, in nv17_fifo_dma_new()
73 args->v0.chid = chan->base.chid; in nv17_fifo_dma_new()
77 nvkm_wo32(imem->ramfc, chan->ramfc + 0x00, args->v0.offset); in nv17_fifo_dma_new()
78 nvkm_wo32(imem->ramfc, chan->ramfc + 0x04, args->v0.offset); in nv17_fifo_dma_new()
Dgpfifogk104.c208 struct kepler_channel_gpfifo_a_v0 v0; in gk104_fifo_gpfifo_new() member
219 if (nvif_unpack(args->v0, 0, 0, false)) { in gk104_fifo_gpfifo_new()
222 args->v0.version, args->v0.vm, args->v0.ioffset, in gk104_fifo_gpfifo_new()
223 args->v0.ilength, args->v0.engine); in gk104_fifo_gpfifo_new()
236 if (!args->v0.engine) { in gk104_fifo_gpfifo_new()
237 args->v0.engine = engines; in gk104_fifo_gpfifo_new()
245 args->v0.engine &= engines; in gk104_fifo_gpfifo_new()
246 if (!args->v0.engine) { in gk104_fifo_gpfifo_new()
256 chan->engine = __ffs(args->v0.engine); in gk104_fifo_gpfifo_new()
260 0x1000, 0x1000, true, args->v0.vm, 0, in gk104_fifo_gpfifo_new()
[all …]
Ddmanv40.c185 struct nv03_channel_dma_v0 v0; in nv40_fifo_dma_new() member
194 if (nvif_unpack(args->v0, 0, 0, false)) { in nv40_fifo_dma_new()
196 "offset %08x\n", args->v0.version, in nv40_fifo_dma_new()
197 args->v0.pushbuf, args->v0.offset); in nv40_fifo_dma_new()
198 if (!args->v0.pushbuf) in nv40_fifo_dma_new()
208 0x1000, 0x1000, false, 0, args->v0.pushbuf, in nv40_fifo_dma_new()
218 args->v0.chid = chan->base.chid; in nv40_fifo_dma_new()
222 nvkm_wo32(imem->ramfc, chan->ramfc + 0x00, args->v0.offset); in nv40_fifo_dma_new()
223 nvkm_wo32(imem->ramfc, chan->ramfc + 0x04, args->v0.offset); in nv40_fifo_dma_new()
Ddmanv04.c164 struct nv03_channel_dma_v0 v0; in nv04_fifo_dma_new() member
173 if (nvif_unpack(args->v0, 0, 0, false)) { in nv04_fifo_dma_new()
175 "offset %08x\n", args->v0.version, in nv04_fifo_dma_new()
176 args->v0.pushbuf, args->v0.offset); in nv04_fifo_dma_new()
177 if (!args->v0.pushbuf) in nv04_fifo_dma_new()
187 0x1000, 0x1000, false, 0, args->v0.pushbuf, in nv04_fifo_dma_new()
196 args->v0.chid = chan->base.chid; in nv04_fifo_dma_new()
200 nvkm_wo32(imem->ramfc, chan->ramfc + 0x00, args->v0.offset); in nv04_fifo_dma_new()
201 nvkm_wo32(imem->ramfc, chan->ramfc + 0x04, args->v0.offset); in nv04_fifo_dma_new()
Dgpfifogf100.c195 struct fermi_channel_gpfifo_v0 v0; in gf100_fifo_gpfifo_new() member
205 if (nvif_unpack(args->v0, 0, 0, false)) { in gf100_fifo_gpfifo_new()
208 args->v0.version, args->v0.vm, args->v0.ioffset, in gf100_fifo_gpfifo_new()
209 args->v0.ilength); in gf100_fifo_gpfifo_new()
221 0x1000, 0x1000, true, args->v0.vm, 0, in gf100_fifo_gpfifo_new()
234 args->v0.chid = chan->base.chid; in gf100_fifo_gpfifo_new()
255 ioffset = args->v0.ioffset; in gf100_fifo_gpfifo_new()
256 ilength = order_base_2(args->v0.ilength / 8); in gf100_fifo_gpfifo_new()
/linux-4.4.14/arch/mips/lib/
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\@
[all …]
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
[all …]
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
Dcsum_partial.S100 #define sum v0
319 #define sum v0
818 li v0, -1 /* invalid checksum */
Dmemset.S272 move v0, a0 /* result */
Dmemcpy.S631 move v0, a0 /* return value */
689 move v0, dst /* return value */
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dbase.c263 struct nvif_perfdom_read_v0 v0; in nvkm_perfdom_read() member
270 if (nvif_unpack(args->v0, 0, 0, false)) { in nvkm_perfdom_read()
271 nvif_ioctl(object, "perfdom read vers %d\n", args->v0.version); in nvkm_perfdom_read()
285 args->v0.ctr[i] = dom->ctr[i]->ctr; in nvkm_perfdom_read()
286 args->v0.clk = dom->clk; in nvkm_perfdom_read()
369 struct nvif_perfdom_v0 v0; in nvkm_perfdom_new_() member
380 if (nvif_unpack(args->v0, 0, 0, false)) { in nvkm_perfdom_new_()
382 args->v0.version, args->v0.domain, args->v0.mode); in nvkm_perfdom_new_()
386 for (c = 0; c < ARRAY_SIZE(args->v0.ctr); c++) { in nvkm_perfdom_new_()
390 for (s = 0; s < ARRAY_SIZE(args->v0.ctr[c].signal); s++) { in nvkm_perfdom_new_()
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/dma/
Duser.c63 struct nv_dma_v0 v0; in nvkm_dmaobj_ctor() member
80 if (nvif_unpack(args->v0, 0, 0, true)) { in nvkm_dmaobj_ctor()
83 args->v0.version, args->v0.target, args->v0.access, in nvkm_dmaobj_ctor()
84 args->v0.start, args->v0.limit); in nvkm_dmaobj_ctor()
85 dmaobj->target = args->v0.target; in nvkm_dmaobj_ctor()
86 dmaobj->access = args->v0.access; in nvkm_dmaobj_ctor()
87 dmaobj->start = args->v0.start; in nvkm_dmaobj_ctor()
88 dmaobj->limit = args->v0.limit; in nvkm_dmaobj_ctor()
Dusernv50.c74 struct nv50_dma_v0 v0; in nv50_dmaobj_new() member
93 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_dmaobj_new()
95 "comp %d kind %02x\n", args->v0.version, in nv50_dmaobj_new()
96 args->v0.priv, args->v0.part, args->v0.comp, in nv50_dmaobj_new()
97 args->v0.kind); in nv50_dmaobj_new()
98 user = args->v0.priv; in nv50_dmaobj_new()
99 part = args->v0.part; in nv50_dmaobj_new()
100 comp = args->v0.comp; in nv50_dmaobj_new()
101 kind = args->v0.kind; in nv50_dmaobj_new()
Dusergf119.c72 struct gf119_dma_v0 v0; in gf119_dmaobj_new() member
91 if (nvif_unpack(args->v0, 0, 0, false)) { in gf119_dmaobj_new()
94 args->v0.version, args->v0.page, args->v0.kind); in gf119_dmaobj_new()
95 kind = args->v0.kind; in gf119_dmaobj_new()
96 page = args->v0.page; in gf119_dmaobj_new()
Dusergf100.c74 struct gf100_dma_v0 v0; in gf100_dmaobj_new() member
93 if (nvif_unpack(args->v0, 0, 0, false)) { in gf100_dmaobj_new()
96 args->v0.version, args->v0.priv, args->v0.kind); in gf100_dmaobj_new()
97 kind = args->v0.kind; in gf100_dmaobj_new()
98 user = args->v0.priv; in gf100_dmaobj_new()
/linux-4.4.14/arch/mips/include/asm/mach-malta/
Dkernel-entry-init.h113 PTR_LA v0, 0x9fc00534 /* YAMON print */
114 lw v0, (v0)
117 jal v0
119 PTR_LA v0, 0x9fc00520 /* YAMON exit */
120 lw v0, (v0)
122 jal v0
/linux-4.4.14/arch/alpha/include/asm/
Dpal.h122 register unsigned long v0 __asm__("$0"); in qemu_get_walltime()
126 : "=r"(v0), "+r"(a0) in qemu_get_walltime()
130 return v0; in qemu_get_walltime()
136 register unsigned long v0 __asm__("$0"); in qemu_get_alarm()
140 : "=r"(v0), "+r"(a0) in qemu_get_alarm()
144 return v0; in qemu_get_alarm()
174 register unsigned long v0 __asm__("$0"); in qemu_get_vmtime()
178 : "=r"(v0), "+r"(a0) in qemu_get_vmtime()
182 return v0; in qemu_get_vmtime()
Dmmu_context.h29 register unsigned long v0 __asm__("$0"); in __reload_thread()
34 : "=r"(v0), "=r"(a0) in __reload_thread()
38 return v0; in __reload_thread()
/linux-4.4.14/arch/alpha/lib/
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 :
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 :
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
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
/linux-4.4.14/arch/ia64/include/asm/
Dpal.h780 u64 v0; member
888 features_avail->pal_bus_features_val = iprv.v0; in ia64_pal_bus_get_features()
915 conf->pcci_info_1.pcci1_data = iprv.v0; in ia64_pal_cache_config_info()
933 prot->pcp_info[0].pcpi_data = iprv.v0 & 0xffffffff; in ia64_pal_cache_prot_info()
934 prot->pcp_info[1].pcpi_data = iprv.v0 >> 32; in ia64_pal_cache_prot_info()
953 *vector = iprv.v0; in ia64_pal_cache_flush()
998 *cache_levels = iprv.v0; in ia64_pal_cache_summary()
1023 *buffer_size = iprv.v0; in ia64_pal_copy_info()
1036 *pal_proc_offset = iprv.v0; in ia64_pal_copy_pal()
1047 *inst_regs = iprv.v0; in ia64_pal_debug_info()
[all …]
Dsal.h109 unsigned long v0; member
706 return isrv.v0; in ia64_sal_get_state_info()
721 return isrv.v0; in ia64_sal_get_state_info_size()
760 *value = isrv.v0; in ia64_sal_pci_config_read()
814 *error_code = isrv.v0; in ia64_sal_update_pal()
831 *splid = isrv.v0; in ia64_sal_physical_id_info()
/linux-4.4.14/arch/powerpc/lib/
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
[all …]
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
[all …]
Dldstfp.S196 vor v0,reg,reg /* assembler doesn't know vmr? */
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
Dcopypage_power7.S93 lvx v0,r4,r12
102 stvx v0,r3,r12
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
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
[all …]
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
[all …]
/linux-4.4.14/arch/mips/kernel/
Dcps-vec.S106 mfc0 v0, CP0_CONFIG, 1
109 _EXT t0, v0, MIPS_CONF1_IL_SHF, MIPS_CONF1_IL_SZ
115 _EXT t1, v0, MIPS_CONF1_IS_SHF, MIPS_CONF1_IS_SZ
122 _EXT t2, v0, MIPS_CONF1_IA_SHF, MIPS_CONF1_IA_SZ
136 _EXT t0, v0, MIPS_CONF1_DL_SHF, MIPS_CONF1_DL_SZ
142 _EXT t1, v0, MIPS_CONF1_DS_SHF, MIPS_CONF1_DS_SZ
149 _EXT t2, v0, MIPS_CONF1_DA_SHF, MIPS_CONF1_DA_SZ
204 PTR_L t1, VPEBOOTCFG_PC(v0)
205 PTR_L gp, VPEBOOTCFG_GP(v0)
206 PTR_L sp, VPEBOOTCFG_SP(v0)
[all …]
Dscall32-o32.S38 subu v0, v0, __NR_O32_Linux # check syscall number
92 sltiu t0, v0, __NR_O32_Linux_syscalls + 1
95 sll t0, v0, 2
105 sltu t0, t0, v0
110 negu v0 # error
112 1: sw v0, PT_R2(sp) # result
121 move s0, v0
128 addiu a1, v0, __NR_O32_Linux
129 bnez v0, 1f /* __NR_syscall at offset 0 */
134 bltz v0, 1f # seccomp failed? Skip syscall
[all …]
Docteon_switch.S87 move v0, a0
148 mfc0 v0, $15,0 /* Get the processor ID register */
153 beq v0, v1, 2f
161 subu v1, v0, v1 /* prid - lowest OCTEON III PrId */
316 li v0, 0x000d0000 /* This is the processor ID of Octeon Pass1 */
318 bne v0, t3, 3f /* Skip the next stuff for non-pass1 */
346 ori v0, v0, 0x9500 /* lowest OCTEON III PrId*/
400 subu v0, t3, v0 /* prid - lowest OCTEON III PrId */
402 bltz v0, done_restore
505 ld v0, PT_MPL(sp) /* MPL0 */
[all …]
Dscall64-o32.S36 dsubu t0, v0, __NR_O32_Linux # check syscall number
43 move a1, v0
55 dsll t0, v0, 3 # offset into table
94 sltu t0, t0, v0
99 dnegu v0 # error
101 1: sd v0, PT_R2(sp) # result
126 subu t1, v0, __NR_O32_Linux
127 move a1, v0
134 bltz v0, 1f # seccomp failed? Skip syscall
156 li v0, EFAULT
[all …]
Dscall64-64.S56 dsubu t2, v0, __NR_64_Linux
69 sltu t0, t0, v0
74 dnegu v0 # error
76 1: sd v0, PT_R2(sp) # result
85 move s0, v0
87 move a1, v0
90 bltz v0, 1f # seccomp failed? Skip syscall
92 move v0, s0
106 li v0, ENOSYS # error
107 sd v0, PT_R2(sp)
Dentry.S104 LONG_L v0, PT_STATUS(sp)
106 and v0, ST0_IEP
108 and v0, ST0_IE
110 beqz v0, 1f
Dscall64-n32.S35 dsubu t0, v0, __NR_N32_Linux # check syscall number
45 dsll t0, v0, 3 # offset into table
59 sltu t0, t0, v0
64 dnegu v0 # error
66 1: sd v0, PT_R2(sp) # result
76 move a1, v0
79 bltz v0, 1f # seccomp failed? Skip syscall
Dgenex.S192 PTR_LA v0, plat_irq_dispatch
193 jr v0
242 lui v0, 0 /* Patched */
245 ori v0, 0 /* Patched */
259 move s0, v0
261 move v0, s0
267 jr v0
Dmcount.S205 PTR_S v0, PT_R2(sp)
211 move ra, v0
213 PTR_L v0, PT_R2(sp)
Dr4k_fpu.S106 li v0, 0 # success
172 li v0, 0 # success
297 li v0, 0
354 li v0, 0
363 fault: li v0, -EFAULT # failure
Dr2300_fpu.S33 li v0, 0 # assume success
88 li v0, 0 # assume success
130 fault: li v0, -EFAULT
Dpm-cps.c82 zero, at, v0, v1, a0, a1, a2, a3, enumerator
394 uasm_i_jalr(&p, v0, t0); in cps_gen_entry_code()
574 uasm_i_andi(&p, v0, t1, (1 << fls(smp_num_siblings)) - 1); in cps_gen_entry_code()
Dr2300_switch.S67 move v0, a0
Dr4k_switch.S69 move v0, a0
/linux-4.4.14/arch/mips/netlogic/common/
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
Dsmpboot.S129 li v0, CKSEG1ADDR(RESET_DATA_PHYS)
130 lw v1, BOOT_THREAD_MODE(v0) /* v1 - new thread mode */
/linux-4.4.14/arch/mips/kvm/
Dlocore.S98 mflo v0
99 LONG_S v0, PT_LO(k1)
104 mfc0 v0, CP0_STATUS
105 LONG_S v0, PT_STATUS(k1)
149 andi v0, v0, ST0_IM
150 or k0, k0, v0
340 mfc0 v0, CP0_STATUS
343 or k0, v0, ST0_BEV
357 and v1, v0, ST0_CU1
390 and v0, v0, ~(ST0_EXL | KSU_USER | ST0_IE)
[all …]
/linux-4.4.14/arch/powerpc/kernel/
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
[all …]
Dtm.S155 mfvscr v0
157 stvx v0, r7, r6
362 lvx v0, r8, r5
363 mtvscr v0
/linux-4.4.14/arch/ia64/sn/pci/pcibr/
Dpcibr_provider.c34 ret_stuff.v0 = 0; in sal_pcibr_slot_enable()
42 return (int)ret_stuff.v0; in sal_pcibr_slot_enable()
54 ret_stuff.v0 = 0; in sal_pcibr_slot_disable()
62 return (int)ret_stuff.v0; in sal_pcibr_slot_disable()
71 ret_stuff.v0 = 0; in sal_pcibr_error_interrupt()
79 return (int)ret_stuff.v0; in sal_pcibr_error_interrupt()
/linux-4.4.14/arch/ia64/sn/kernel/
Dio_init.c38 ret_stuff.v0 = 0; in sal_get_hubdev_info()
43 return ret_stuff.v0; in sal_get_hubdev_info()
53 ret_stuff.v0 = 0; in sal_get_pcibus_info()
58 return ret_stuff.v0; in sal_get_pcibus_info()
70 ret_stuff.v0 = 0; in sal_get_pcidev_info()
77 return ret_stuff.v0; in sal_get_pcidev_info()
Dhuberror.c31 ret_stuff.v0 = 0; in hub_eint_handler()
39 if ((int)ret_stuff.v0) in hub_eint_handler()
50 if ((int)ret_stuff.v0) in hub_eint_handler()
Dirq.c40 ret_stuff.v0 = 0; in sn_intr_alloc()
55 ret_stuff.v0 = 0; in sn_intr_free()
69 ret_stuff.v0 = 0; in sn_intr_redirect()
Dtiocx.c257 rv.v0 = 0; in tiocx_intr_alloc()
271 rv.v0 = 0; in tiocx_intr_free()
Dio_common.c92 ret_stuff.v0 = 0; in sal_get_device_dmaflush_list()
Dio_acpi_init.c52 *result = isrv.v0; in sal_ioif_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/
Dnotify.c116 struct nvif_notify_rep_v0 v0; in nvif_notify() member
120 if (length == sizeof(args->v0) && args->v0.version == 0) { in nvif_notify()
121 if (WARN_ON(args->v0.route)) in nvif_notify()
123 notify = (void *)(unsigned long)args->v0.token; in nvif_notify()
Dobject.c35 struct nvif_ioctl_v0 v0; in nvif_object_ioctl() member
38 if (size >= sizeof(*args) && args->v0.version == 0) { in nvif_object_ioctl()
40 args->v0.object = nvif_handle(object); in nvif_object_ioctl()
42 args->v0.object = 0; in nvif_object_ioctl()
43 args->v0.owner = NVIF_IOCTL_V0_OWNER_ANY; in nvif_object_ioctl()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnv04.c47 struct nv04_nvsw_get_ref_v0 v0; in nv04_nvsw_mthd_get_ref() member
51 if (nvif_unpack(args->v0, 0, 0, false)) { in nv04_nvsw_mthd_get_ref()
52 args->v0.ref = atomic_read(&chan->ref); in nv04_nvsw_mthd_get_ref()
/linux-4.4.14/arch/mips/include/asm/
Dstackframe.h297 LONG_L v0, PT_STATUS(sp)
299 and v0, v1
300 or v0, a0
301 mtc0 v0, CP0_STATUS
335 LONG_L v0, PT_STATUS(sp)
337 and v0, v1
338 or v0, a0
339 mtc0 v0, CP0_STATUS
Dregdef.h24 #define v0 $2 /* return value */ macro
67 #define v0 $2 /* return value - caller saved */ macro
/linux-4.4.14/arch/mips/vdso/
Dsigreturn.S28 li v0, __NR_rt_sigreturn
43 li v0, __NR_sigreturn
/linux-4.4.14/fs/adfs/
Dsuper.c75 unsigned int v0, v1, v2, v3; in adfs_calczonecheck() local
78 v0 = v1 = v2 = v3 = 0; in adfs_calczonecheck()
80 v0 += map[i] + (v3 >> 8); in adfs_calczonecheck()
82 v1 += map[i + 1] + (v0 >> 8); in adfs_calczonecheck()
83 v0 &= 0xff; in adfs_calczonecheck()
89 v0 += v3 >> 8; in adfs_calczonecheck()
90 v1 += map[1] + (v0 >> 8); in adfs_calczonecheck()
94 return v0 ^ v1 ^ v2 ^ v3; in adfs_calczonecheck()
/linux-4.4.14/arch/ia64/sn/kernel/sn2/
Dsn_hwperf.c586 int *v0; member
597 (u64) op_info->p, 0, 0, op_info->v0); in sn_hwperf_call_sal()
701 int v0; in sn_hwperf_ioctl() local
830 op_info.v0 = &v0; in sn_hwperf_ioctl()
835 a.v0 = v0; in sn_hwperf_ioctl()
843 a.arg, a.sz, (u64) p, 0, 0, &v0); in sn_hwperf_ioctl()
848 a.v0 = v0; in sn_hwperf_ioctl()
/linux-4.4.14/arch/x86/platform/uv/
Dbios_uv.c90 u64 v0, v1; in uv_bios_get_sn_info() local
94 (u64)(&v0), (u64)(&v1), 0, 0); in uv_bios_get_sn_info()
98 part.val = v0; in uv_bios_get_sn_info()
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dpsci.txt70 Case 1: PSCI v0.1 only.
81 Case 2: PSCI v0.2 only
88 Case 3: PSCI v0.2 and PSCI v0.1.
/linux-4.4.14/drivers/gpu/drm/msm/edp/
Dedp_phy.c70 void msm_edp_phy_vm_pe_cfg(struct edp_phy *phy, u32 v0, u32 v1) in msm_edp_phy_vm_pe_cfg() argument
72 edp_write(phy->base + REG_EDP_PHY_GLB_VM_CFG0, v0); in msm_edp_phy_vm_pe_cfg()
Dedp.h66 void msm_edp_phy_vm_pe_cfg(struct edp_phy *phy, u32 v0, u32 v1);
/linux-4.4.14/arch/ia64/kernel/
Dpatch.c46 u64 m0, m1, v0, v1, b0, b1, *b = (u64 *) (insn_addr & -16); in ia64_patch() local
57 v0 = val << shift; v1 = val >> (64 - shift); in ia64_patch()
58 b[0] = (b0 & ~m0) | (v0 & m0); in ia64_patch()
Dsal.c401 *ticks_per_second = isrv.v0; in ia64_sal_freq_base()
Dmca.c1980 "%ld to %ld milliseconds\n", timeout, isrv.v0); in ia64_mca_init()
1981 timeout = isrv.v0; in ia64_mca_init()
Dsetup.c958 if ((iprv.status == 0) && (iprv.v0 & 0x80) && (iprv.v2 & 0x80)) in cpu_init()
/linux-4.4.14/arch/mips/net/
Dbpf_jit_asm.S165 bltz v0, fault; \
250 beqz v0, fault; \
253 move $r_s0, v0; \
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_string.h23 } v0; member
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dregdef.h4 #define v0 $0 /* function return value */ macro
/linux-4.4.14/drivers/media/usb/gspca/
Dw996Xcf.c359 v0 = u0 + hw_bufsize / 4, in w9968cf_init() local
360 y1 = v0 + hw_bufsize / 4, in w9968cf_init()
374 reg_w(sd, 0x28, v0 & 0xffff); /* V buf.0, low */ in w9968cf_init()
375 reg_w(sd, 0x29, v0 >> 16); /* V buf.0, high */ in w9968cf_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgf100.c148 struct fermi_a_zbc_color_v0 v0; in gf100_fermi_mthd_zbc_color() member
152 if (nvif_unpack(args->v0, 0, 0, false)) { in gf100_fermi_mthd_zbc_color()
153 switch (args->v0.format) { in gf100_fermi_mthd_zbc_color()
173 ret = gf100_gr_zbc_color_get(gr, args->v0.format, in gf100_fermi_mthd_zbc_color()
174 args->v0.ds, in gf100_fermi_mthd_zbc_color()
175 args->v0.l2); in gf100_fermi_mthd_zbc_color()
177 args->v0.index = ret; in gf100_fermi_mthd_zbc_color()
194 struct fermi_a_zbc_depth_v0 v0; in gf100_fermi_mthd_zbc_depth() member
198 if (nvif_unpack(args->v0, 0, 0, false)) { in gf100_fermi_mthd_zbc_depth()
199 switch (args->v0.format) { in gf100_fermi_mthd_zbc_depth()
[all …]
/linux-4.4.14/Documentation/networking/
Dframerelay.txt37 use 'cd linux'. v0.10 is for use on pre-2.0.3 and earlier, v0.15 is for
Dip_dynaddr.txt1 IP dynamic address hack-port v0.03
/linux-4.4.14/arch/mips/power/
Dhibernate_asm.S59 PTR_LI v0, 0x0
/linux-4.4.14/net/sched/
Dsch_sfq.c770 opt.v0.quantum = q->quantum; in sfq_dump()
771 opt.v0.perturb_period = q->perturb_period / HZ; in sfq_dump()
772 opt.v0.limit = q->limit; in sfq_dump()
773 opt.v0.divisor = q->divisor; in sfq_dump()
774 opt.v0.flows = q->maxflows; in sfq_dump()
/linux-4.4.14/arch/ia64/include/asm/sn/sn2/
Dsn_hwperf.h77 u32 v0; /* second return value */ member
/linux-4.4.14/arch/arm/boot/dts/
Dvf-colibri-eval-v3.dtsi29 regulator-name = "5v0";
Dtegra30-cardhu-a02.dts74 regulator-name = "5v0";
Dtegra30-cardhu-a04.dts74 regulator-name = "5v0";
Dtegra30-colibri-eval-v3.dts183 regulator-name = "5v0";
Dtegra30-apalis-eval.dts239 regulator-name = "5v0";
Dsun6i-a31s-sina31s-core.dtsi104 regulator-name = "vcc-3v0";
Dsun6i-a31s-primo81.dts194 regulator-name = "vcc-3v0";
Dsun6i-a31-hummingbird.dts213 regulator-name = "vcc-3v0";
Dtegra114-dalmore.dts836 regulator-name = "vdd-sys-5v0";
880 regulator-name = "vdd-sby-5v0";
1052 regulator-name = "rail-5v0";
Dtegra30-colibri.dtsi468 regulator-name = "5v0";
Dtegra114-roth.dts869 regulator-name = "vdd-5v0-sys";
941 regulator-name = "rail-5v0";
Dtegra30-apalis.dtsi729 regulator-name = "5v0";
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dphy.c1781 s8 v0; in b43legacy_phy_xmitpower() local
1808 v0 = (s8)(tmp & 0x00FF); in b43legacy_phy_xmitpower()
1815 if (v0 == 0x7F || v1 == 0x7F || v2 == 0x7F || v3 == 0x7F) { in b43legacy_phy_xmitpower()
1818 v0 = (s8)(tmp & 0x00FF); in b43legacy_phy_xmitpower()
1824 if (v0 == 0x7F || v1 == 0x7F || v2 == 0x7F || v3 == 0x7F) in b43legacy_phy_xmitpower()
1826 v0 = (v0 + 0x20) & 0x3F; in b43legacy_phy_xmitpower()
1834 average = (v0 + v1 + v2 + v3 + 2) / 4; in b43legacy_phy_xmitpower()
Dmain.c436 u16 v0; in b43legacy_tsf_read() local
448 v0 = b43legacy_read16(dev, B43legacy_MMIO_TSF_0); in b43legacy_tsf_read()
463 *tsf |= v0; in b43legacy_tsf_read()
504 u16 v0 = (tsf & 0x000000000000FFFFULL); in b43legacy_tsf_write_locked() local
517 b43legacy_write16(dev, B43legacy_MMIO_TSF_0, v0); in b43legacy_tsf_write_locked()
734 u32 v0; in handle_irq_transmit_status() local
740 v0 = b43legacy_read32(dev, B43legacy_MMIO_XMITSTAT_0); in handle_irq_transmit_status()
741 if (!(v0 & 0x00000001)) in handle_irq_transmit_status()
745 stat.cookie = (v0 >> 16); in handle_irq_transmit_status()
748 tmp = (v0 & 0x0000FFFF); in handle_irq_transmit_status()
/linux-4.4.14/arch/x86/crypto/
Dcamellia-aesni-avx-asm_64.S267 #define rol32_1_16(v0, v1, v2, v3, t0, t1, t2, zero) \ argument
268 vpcmpgtb v0, zero, t0; \
269 vpaddb v0, v0, v0; \
288 vpor t0, v0, v0;
Dcamellia-aesni-avx2-asm_64.S306 #define rol32_1_32(v0, v1, v2, v3, t0, t1, t2, zero) \ argument
307 vpcmpgtb v0, zero, t0; \
308 vpaddb v0, v0, v0; \
327 vpor t0, v0, v0;
/linux-4.4.14/drivers/input/mouse/
Dsentelic.c308 int v0, v1, v2; in fsp_get_sn() local
314 if (fsp_reg_read(psmouse, FSP_REG_SN0, &v0)) in fsp_get_sn()
320 *sn = (v0 << 16) | (v1 << 8) | v2; in fsp_get_sn()
/linux-4.4.14/drivers/atm/
Dnicstarmac.copyright1 /* nicstar.c v0.22 Jawaid Bazyar (bazyar@hypermall.com)
/linux-4.4.14/arch/mips/cavium-octeon/
Docteon-memcpy.S157 move v0, dst /* return value */
468 move v0, a0 /* return value */
Docteon-irq.c1560 u32 v0, v1; in octeon_irq_init_gpio() local
1562 r = of_property_read_u32_index(gpio_node, "interrupts", 0, &v0); in octeon_irq_init_gpio()
1572 base_hwirq = (v0 << 6) | v1; in octeon_irq_init_gpio()
/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.c3747 u64 v0 = lp->v0; in niu_poll_core() local
3748 u32 tx_vec = (v0 >> 32); in niu_poll_core()
3749 u32 rx_vec = (v0 & 0xffffffff); in niu_poll_core()
3753 "%s() v0[%016llx]\n", __func__, (unsigned long long)v0); in niu_poll_core()
4079 u64 v0, u64 v1, u64 v2) in niu_slowpath_interrupt() argument
4084 lp->v0 = v0; in niu_slowpath_interrupt()
4099 if (!v0) in niu_slowpath_interrupt()
4119 if ((v0 | v1) & 0x8000000000000000ULL) { in niu_slowpath_interrupt()
4166 static void __niu_fastpath_interrupt(struct niu *np, int ldg, u64 v0) in __niu_fastpath_interrupt() argument
4172 tx_vec = (v0 >> 32); in __niu_fastpath_interrupt()
[all …]
Dniu.h3173 u64 v0, v1, v2; member
/linux-4.4.14/arch/ia64/sn/pci/
Dtioce_provider.c680 ret_stuff.v0 = 0; in tioce_error_intr_handler()
686 if (ret_stuff.v0) in tioce_error_intr_handler()
Dtioca_provider.c560 ret_stuff.v0 = 0; in tioca_error_intr_handler()
/linux-4.4.14/fs/ncpfs/
Dncplib_kernel.c765 static inline void ConvertToNWfromDWORD(__u16 v0, __u16 v1, __u8 ret[6]) in ConvertToNWfromDWORD() argument
768 dest[1] = cpu_to_le16(v0); in ConvertToNWfromDWORD()
770 dest[0] = cpu_to_le16(v0 + 1); in ConvertToNWfromDWORD()
/linux-4.4.14/Documentation/usb/
Dacm.txt1 Linux ACM driver v0.16
/linux-4.4.14/Documentation/i2c/busses/
Di2c-parport156 LIBK8000 v1.99.1 and LIBK8005 v0.21
/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h208 struct tc_sfq_qopt v0; member
/linux-4.4.14/fs/fuse/
Dfile.c318 u32 v0 = v; in fuse_lock_owner_id() local
324 v0 += ((v1 << 4 ^ v1 >> 5) + v1) ^ (sum + k[sum & 3]); in fuse_lock_owner_id()
326 v1 += ((v0 << 4 ^ v0 >> 5) + v0) ^ (sum + k[sum>>11 & 3]); in fuse_lock_owner_id()
329 return (u64) v0 + ((u64) v1 << 32); in fuse_lock_owner_id()
/linux-4.4.14/drivers/scsi/libfc/
Dfc_lport.c304 struct timespec v0, v1; in fc_get_host_stats() local
312 jiffies_to_timespec(jiffies, &v0); in fc_get_host_stats()
314 fc_stats->seconds_since_last_reset = (v0.tv_sec - v1.tv_sec); in fc_get_host_stats()
/linux-4.4.14/arch/s390/include/asm/
Dvx-insn.h96 .ifc \vxr,%v0
/linux-4.4.14/Documentation/input/
Djoystick-parport.txt496 8 | Multisystem 1-button joystick (v0.8.0.2 pin-out)
497 9 | Two Multisystem 1-button joysticks (v0.8.0.2 pin-out)
Djoystick-api.txt300 The v0.8.0.2 driver also had an interface for 'digital joysticks', (now
Dinput.txt211 Joydev implements v0.x and v1.x Linux joystick api, much like
Djoystick.txt582 For backward compatibility the old (v0.x) interface is still included.
/linux-4.4.14/Documentation/filesystems/
Dexofs.txt182 The exofs file system is based on ext2 v0.5b (distributed with the Linux kernel
/linux-4.4.14/Documentation/dvb/
DREADME.dvb-usb106 2004-07-02 - some tuner modifications, v0.1, cleanups, first public
/linux-4.4.14/arch/arm64/boot/dts/freescale/
Dfsl-ls2080a.dtsi61 * Currently supported enable-method is psci v0.2
/linux-4.4.14/arch/powerpc/include/asm/
Dppc_asm.h640 #define v0 0 macro
/linux-4.4.14/arch/s390/kernel/
Dentry.S792 VSTM %v0,%v15,0,%r3 # vstm 0,15,0(3)
838 VLM %v0,%v15,0,%r4
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramgk104.c211 u8 v0 = next->bios.ramcfg_11_03_c0; in r1373f4_fini() local
225 ram_mask(fuc, 0x10f800, 0x00000030, (v0 ^ v1) << 4); in r1373f4_fini()
/linux-4.4.14/drivers/net/wireless/b43/
Dmain.c1340 u32 v0, v1; in handle_irq_transmit_status() local
1345 v0 = b43_read32(dev, B43_MMIO_XMITSTAT_0); in handle_irq_transmit_status()
1346 if (!(v0 & 0x00000001)) in handle_irq_transmit_status()
1350 stat.cookie = (v0 >> 16); in handle_irq_transmit_status()
1353 tmp = (v0 & 0x0000FFFF); in handle_irq_transmit_status()
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt816 v0.4 - 12 March 2007 - Ian Armstrong (ian@iarmst.demon.co.uk)
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c21353 u16 v0 = 0x211, v1 = 0x222, v2 = 0x144, v3 = 0x188; in wlc_phy_antsel_init() local
21360 1, 0x02, 16, &v0); in wlc_phy_antsel_init()
21371 1, 0x12, 16, &v0); in wlc_phy_antsel_init()
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-1997228 * qlogic.c: Update to v0.40a. Improve parity handling.
/linux-4.4.14/init/
DKconfig417 with previous v0/v1/v2 file formats, so you will need updated tools
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt2572 - KVM_ARM_VCPU_PSCI_0_2: Emulate PSCI v0.2 for the CPU.
/linux-4.4.14/Documentation/
Ddevices.txt1993 0 = /dev/nwfs/v0 First NetWare (NWFS) Logical Volume