/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | ctrl.c | 37 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 …]
|
D | base.c | 86 struct nv_device_info_v0 v0; in nvkm_devobj_info() member 91 if (nvif_unpack(args->v0, 0, 0, false)) { in nvkm_devobj_info() 92 nv_ioctl(object, "device info vers %d\n", args->v0.version); in nvkm_devobj_info() 107 args->v0.platform = NV_DEVICE_INFO_V0_IGP; in nvkm_devobj_info() 112 args->v0.platform = NV_DEVICE_INFO_V0_AGP; in nvkm_devobj_info() 115 args->v0.platform = NV_DEVICE_INFO_V0_PCIE; in nvkm_devobj_info() 117 args->v0.platform = NV_DEVICE_INFO_V0_PCI; in nvkm_devobj_info() 119 args->v0.platform = NV_DEVICE_INFO_V0_SOC; in nvkm_devobj_info() 125 case NV_04: args->v0.family = NV_DEVICE_INFO_V0_TNT; break; in nvkm_devobj_info() 127 case NV_11: args->v0.family = NV_DEVICE_INFO_V0_CELSIUS; break; in nvkm_devobj_info() [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | ioctl.c | 55 struct nvif_ioctl_sclass_v0 v0; in nvkm_ioctl_sclass() member 65 if (nvif_unpack(args->v0, 0, 0, true)) { in nvkm_ioctl_sclass() 67 args->v0.version, args->v0.count); in nvkm_ioctl_sclass() 68 if (size == args->v0.count * sizeof(args->v0.oclass[0])) { in nvkm_ioctl_sclass() 69 ret = nvkm_parent_lclass(object, args->v0.oclass, in nvkm_ioctl_sclass() 70 args->v0.count); in nvkm_ioctl_sclass() 72 args->v0.count = ret; in nvkm_ioctl_sclass() 87 struct nvif_ioctl_new_v0 v0; in nvkm_ioctl_new() member 99 if (nvif_unpack(args->v0, 0, 0, true)) { in nvkm_ioctl_new() 100 _handle = args->v0.handle; in nvkm_ioctl_new() [all …]
|
D | client.c | 40 struct nvif_notify_rep_v0 v0; member 97 struct nvif_notify_req_v0 v0; in nvkm_client_notify_new() member 115 if (nvif_unpack(req->v0, 0, 0, true)) { in nvkm_client_notify_new() 117 "token %llx\n", req->v0.version, in nvkm_client_notify_new() 118 req->v0.reply, req->v0.route, req->v0.token); in nvkm_client_notify_new() 119 notify->version = req->v0.version; in nvkm_client_notify_new() 120 notify->size = sizeof(notify->rep.v0); in nvkm_client_notify_new() 121 notify->rep.v0.version = req->v0.version; in nvkm_client_notify_new() 122 notify->rep.v0.route = req->v0.route; in nvkm_client_notify_new() 123 notify->rep.v0.token = req->v0.token; in nvkm_client_notify_new() [all …]
|
/linux-4.1.27/arch/arm64/crypto/ |
D | aes-ce-ccm-core.S | 22 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 …]
|
D | aes-modes.S | 43 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 …]
|
D | sha2-ce-core.S | 82 ld1 { v0.4s- v3.4s}, [x8], #64 102 1: add t0.4s, v16.4s, v0.4s
|
D | ghash-ce-core.S | 14 SHASH .req v0
|
D | sha1-ce-core.S | 17 k0 .req v0
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | dacnv50.c | 38 struct nv50_disp_dac_pwr_v0 v0; in nv50_dac_power() member 44 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_dac_power() 47 args->v0.version, args->v0.state, args->v0.data, in nv50_dac_power() 48 args->v0.vsync, args->v0.hsync); in nv50_dac_power() 49 stat = 0x00000040 * !args->v0.state; in nv50_dac_power() 50 stat |= 0x00000010 * !args->v0.data; in nv50_dac_power() 51 stat |= 0x00000004 * !args->v0.vsync; in nv50_dac_power() 52 stat |= 0x00000001 * !args->v0.hsync; in nv50_dac_power() 66 struct nv50_disp_dac_load_v0 v0; in nv50_dac_sense() member 73 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_dac_sense() [all …]
|
D | nv04.c | 42 struct nv04_disp_scanoutpos_v0 v0; in nv04_disp_scanoutpos() member 48 if (nvif_unpack(args->v0, 0, 0, false)) { in nv04_disp_scanoutpos() 49 nv_ioctl(object, "disp scanoutpos vers %d\n", args->v0.version); in nv04_disp_scanoutpos() 50 args->v0.vblanks = nv_rd32(priv, 0x680800 + hoff) & 0xffff; in nv04_disp_scanoutpos() 51 args->v0.vtotal = nv_rd32(priv, 0x680804 + hoff) & 0xffff; in nv04_disp_scanoutpos() 52 args->v0.vblanke = args->v0.vtotal - 1; in nv04_disp_scanoutpos() 54 args->v0.hblanks = nv_rd32(priv, 0x680820 + hoff) & 0xffff; in nv04_disp_scanoutpos() 55 args->v0.htotal = nv_rd32(priv, 0x680824 + hoff) & 0xffff; in nv04_disp_scanoutpos() 56 args->v0.hblanke = args->v0.htotal - 1; in nv04_disp_scanoutpos() 63 if (!args->v0.vtotal || !args->v0.htotal) in nv04_disp_scanoutpos() [all …]
|
D | hdmigk104.c | 37 struct nv50_disp_sor_hdmi_pwr_v0 v0; in gk104_hdmi_ctrl() member 43 if (nvif_unpack(args->v0, 0, 0, false)) { in gk104_hdmi_ctrl() 46 args->v0.version, args->v0.state, in gk104_hdmi_ctrl() 47 args->v0.max_ac_packet, args->v0.rekey); in gk104_hdmi_ctrl() 48 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) in gk104_hdmi_ctrl() 50 ctrl = 0x40000000 * !!args->v0.state; in gk104_hdmi_ctrl() 51 ctrl |= args->v0.max_ac_packet << 16; in gk104_hdmi_ctrl() 52 ctrl |= args->v0.rekey; in gk104_hdmi_ctrl()
|
D | hdmigf110.c | 36 struct nv50_disp_sor_hdmi_pwr_v0 v0; in gf110_hdmi_ctrl() member 42 if (nvif_unpack(args->v0, 0, 0, false)) { in gf110_hdmi_ctrl() 45 args->v0.version, args->v0.state, in gf110_hdmi_ctrl() 46 args->v0.max_ac_packet, args->v0.rekey); in gf110_hdmi_ctrl() 47 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) in gf110_hdmi_ctrl() 49 ctrl = 0x40000000 * !!args->v0.state; in gf110_hdmi_ctrl() 50 ctrl |= args->v0.max_ac_packet << 16; in gf110_hdmi_ctrl() 51 ctrl |= args->v0.rekey; in gf110_hdmi_ctrl()
|
D | hdmig84.c | 36 struct nv50_disp_sor_hdmi_pwr_v0 v0; in g84_hdmi_ctrl() member 42 if (nvif_unpack(args->v0, 0, 0, false)) { in g84_hdmi_ctrl() 45 args->v0.version, args->v0.state, in g84_hdmi_ctrl() 46 args->v0.max_ac_packet, args->v0.rekey); in g84_hdmi_ctrl() 47 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) in g84_hdmi_ctrl() 49 ctrl = 0x40000000 * !!args->v0.state; in g84_hdmi_ctrl() 50 ctrl |= args->v0.max_ac_packet << 16; in g84_hdmi_ctrl() 51 ctrl |= args->v0.rekey; in g84_hdmi_ctrl()
|
D | hdmigt215.c | 37 struct nv50_disp_sor_hdmi_pwr_v0 v0; in gt215_hdmi_ctrl() member 43 if (nvif_unpack(args->v0, 0, 0, false)) { in gt215_hdmi_ctrl() 46 args->v0.version, args->v0.state, in gt215_hdmi_ctrl() 47 args->v0.max_ac_packet, args->v0.rekey); in gt215_hdmi_ctrl() 48 if (args->v0.max_ac_packet > 0x1f || args->v0.rekey > 0x7f) in gt215_hdmi_ctrl() 50 ctrl = 0x40000000 * !!args->v0.state; in gt215_hdmi_ctrl() 51 ctrl |= args->v0.max_ac_packet << 16; in gt215_hdmi_ctrl() 52 ctrl |= args->v0.rekey; in gt215_hdmi_ctrl()
|
D | sornv50.c | 37 struct nv50_disp_sor_pwr_v0 v0; in nv50_sor_power() member 44 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_sor_power() 46 args->v0.version, args->v0.state); in nv50_sor_power() 47 stat = !!args->v0.state; in nv50_sor_power()
|
D | nv50.c | 494 struct nv50_disp_core_channel_dma_v0 v0; in nv50_disp_core_ctor() member 500 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_disp_core_ctor() 503 args->v0.version, args->v0.pushbuf); in nv50_disp_core_ctor() 507 ret = nv50_disp_dmac_create_(parent, engine, oclass, args->v0.pushbuf, in nv50_disp_core_ctor() 650 struct nv50_disp_base_channel_dma_v0 v0; in nv50_disp_base_ctor() member 657 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_disp_base_ctor() 660 args->v0.version, args->v0.pushbuf, args->v0.head); in nv50_disp_base_ctor() 661 if (args->v0.head > priv->head.nr) in nv50_disp_base_ctor() 666 ret = nv50_disp_dmac_create_(parent, engine, oclass, args->v0.pushbuf, in nv50_disp_base_ctor() 667 args->v0.head, sizeof(*dmac), in nv50_disp_base_ctor() [all …]
|
D | hdagt215.c | 37 struct nv50_disp_sor_hda_eld_v0 v0; in gt215_hda_eld() member 43 if (nvif_unpack(args->v0, 0, 0, true)) { in gt215_hda_eld() 44 nv_ioctl(object, "disp sor hda eld vers %d\n", args->v0.version); in gt215_hda_eld() 50 if (size && args->v0.data[0]) { in gt215_hda_eld() 56 nv_wr32(priv, 0x61c440 + soff, (i << 8) | args->v0.data[0]); in gt215_hda_eld()
|
D | hdagf110.c | 39 struct nv50_disp_sor_hda_eld_v0 v0; in gf110_hda_eld() member 46 if (nvif_unpack(args->v0, 0, 0, true)) { in gf110_hda_eld() 47 nv_ioctl(object, "disp sor hda eld vers %d\n", args->v0.version); in gf110_hda_eld() 53 if (size && args->v0.data[0]) { in gf110_hda_eld() 60 nv_wr32(priv, 0x10ec00 + soff, (i << 8) | args->v0.data[i]); in gf110_hda_eld()
|
D | piornv50.c | 149 struct nv50_disp_pior_pwr_v0 v0; in nv50_pior_power() member 155 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_pior_power() 157 args->v0.version, args->v0.state, args->v0.type); in nv50_pior_power() 158 if (args->v0.type > 0x0f) in nv50_pior_power() 160 ctrl = !!args->v0.state; in nv50_pior_power() 161 type = args->v0.type; in nv50_pior_power()
|
D | base.c | 43 struct nvif_notify_head_req_v0 v0; in nvkm_disp_vblank_ctor() member 47 if (nvif_unpack(req->v0, 0, 0, false)) { in nvkm_disp_vblank_ctor() 49 if (ret = -ENXIO, req->v0.head <= disp->vblank.index_nr) { in nvkm_disp_vblank_ctor() 51 notify->index = req->v0.head; in nvkm_disp_vblank_ctor() 73 struct nvif_notify_conn_req_v0 v0; in nvkm_disp_hpd_ctor() member 78 if (nvif_unpack(req->v0, 0, 0, false)) { in nvkm_disp_hpd_ctor() 81 if (ret = -ENXIO, outp->conn->index == req->v0.conn) { in nvkm_disp_hpd_ctor() 83 notify->types = req->v0.mask; in nvkm_disp_hpd_ctor() 84 notify->index = req->v0.conn; in nvkm_disp_hpd_ctor()
|
D | gf110.c | 632 struct nv04_disp_scanoutpos_v0 v0; in gf110_disp_main_scanoutpos() member 637 if (nvif_unpack(args->v0, 0, 0, false)) { in gf110_disp_main_scanoutpos() 638 nv_ioctl(object, "disp scanoutpos vers %d\n", args->v0.version); in gf110_disp_main_scanoutpos() 639 args->v0.vblanke = (blanke & 0xffff0000) >> 16; in gf110_disp_main_scanoutpos() 640 args->v0.hblanke = (blanke & 0x0000ffff); in gf110_disp_main_scanoutpos() 641 args->v0.vblanks = (blanks & 0xffff0000) >> 16; in gf110_disp_main_scanoutpos() 642 args->v0.hblanks = (blanks & 0x0000ffff); in gf110_disp_main_scanoutpos() 643 args->v0.vtotal = ( total & 0xffff0000) >> 16; in gf110_disp_main_scanoutpos() 644 args->v0.htotal = ( total & 0x0000ffff); in gf110_disp_main_scanoutpos() 645 args->v0.time[0] = ktime_to_ns(ktime_get()); in gf110_disp_main_scanoutpos() [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_usif.c | 76 struct nvif_notify_rep_v0 v0; in usif_notify() member 82 if (length == sizeof(rep->v0) && rep->v0.version == 0) { in usif_notify() 83 if (WARN_ON(!(ntfy = (void *)(unsigned long)rep->v0.token))) in usif_notify() 85 BUG_ON(rep->v0.route != NVDRM_NOTIFY_USIF); in usif_notify() 97 switch (rep->v0.version) { in usif_notify() 126 struct nvif_ioctl_ntfy_new_v0 v0; in usif_notify_new() member 129 struct nvif_notify_req_v0 v0; in usif_notify_new() member 134 if (nvif_unpack(args->v0, 0, 0, true)) { in usif_notify_new() 135 if (usif_notify_find(f, args->v0.index)) in usif_notify_new() 145 if (nvif_unpack(req->v0, 0, 0, true)) { in usif_notify_new() [all …]
|
D | nouveau_nvif.c | 85 struct nvif_notify_req_v0 v0; in nvkm_client_ntfy() member 89 if (length == sizeof(args->v0) && args->v0.version == 0) { in nvkm_client_ntfy() 90 route = args->v0.route; in nvkm_client_ntfy()
|
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 30 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.1.27/lib/ |
D | atomic64_test.c | 22 long long v0 = 0xaaa31337c001d00dLL; in test_atomic64() local 28 atomic64_t v = ATOMIC64_INIT(v0); in test_atomic64() 29 long long r = v0; in test_atomic64() 37 INIT(v0); in test_atomic64() 42 INIT(v0); in test_atomic64() 47 INIT(v0); in test_atomic64() 52 INIT(v0); in test_atomic64() 57 INIT(v0); in test_atomic64() 62 INIT(v0); in test_atomic64() 67 INIT(v0); in test_atomic64() [all …]
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | sn_sal.h | 185 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.1.27/arch/mips/lib/ |
D | strncpy_user.S | 33 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 …]
|
D | strnlen_user.S | 30 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 …]
|
D | strlen_user.S | 27 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
|
D | csum_partial.S | 100 #define sum v0 319 #define sum v0 818 li v0, -1 /* invalid checksum */
|
D | memset.S | 272 move v0, a0 /* result */
|
D | memcpy.S | 631 move v0, a0 /* return value */ 689 move v0, dst /* return value */
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | base.c | 109 struct nvif_perfctr_query_v0 v0; in nvkm_perfctr_query() member 121 if (nvif_unpack(args->v0, 0, 0, false)) { in nvkm_perfctr_query() 123 args->v0.version, args->v0.iter); in nvkm_perfctr_query() 124 di = (args->v0.iter & 0xff000000) >> 24; in nvkm_perfctr_query() 125 si = (args->v0.iter & 0x00ffffff) - 1; in nvkm_perfctr_query() 141 snprintf(args->v0.name, sizeof(args->v0.name), in nvkm_perfctr_query() 144 strncpy(args->v0.name, name, sizeof(args->v0.name)); in nvkm_perfctr_query() 151 args->v0.iter = (di << 24) | ++si; in nvkm_perfctr_query() 160 args->v0.iter = 0xffffffff; in nvkm_perfctr_query() 221 struct nvif_perfctr_read_v0 v0; in nvkm_perfctr_read() member [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/ |
D | base.c | 63 struct nv_dma_v0 v0; in nvkm_dmaobj_create_() member 80 if (nvif_unpack(args->v0, 0, 0, true)) { in nvkm_dmaobj_create_() 83 args->v0.version, args->v0.target, args->v0.access, in nvkm_dmaobj_create_() 84 args->v0.start, args->v0.limit); in nvkm_dmaobj_create_() 85 dmaobj->target = args->v0.target; in nvkm_dmaobj_create_() 86 dmaobj->access = args->v0.access; in nvkm_dmaobj_create_() 87 dmaobj->start = args->v0.start; in nvkm_dmaobj_create_() 88 dmaobj->limit = args->v0.limit; in nvkm_dmaobj_create_()
|
D | nv50.c | 91 struct nv50_dma_v0 v0; in nv50_dmaobj_ctor() member 104 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_dmaobj_ctor() 106 "comp %d kind %02x\n", args->v0.version, in nv50_dmaobj_ctor() 107 args->v0.priv, args->v0.part, args->v0.comp, in nv50_dmaobj_ctor() 108 args->v0.kind); in nv50_dmaobj_ctor() 109 user = args->v0.priv; in nv50_dmaobj_ctor() 110 part = args->v0.part; in nv50_dmaobj_ctor() 111 comp = args->v0.comp; in nv50_dmaobj_ctor() 112 kind = args->v0.kind; in nv50_dmaobj_ctor()
|
D | gf110.c | 84 struct gf110_dma_v0 v0; in gf110_dmaobj_ctor() member 97 if (nvif_unpack(args->v0, 0, 0, false)) { in gf110_dmaobj_ctor() 99 args->v0.version, args->v0.page, args->v0.kind); in gf110_dmaobj_ctor() 100 kind = args->v0.kind; in gf110_dmaobj_ctor() 101 page = args->v0.page; in gf110_dmaobj_ctor()
|
D | gf100.c | 79 struct gf100_dma_v0 v0; in gf100_dmaobj_ctor() member 92 if (nvif_unpack(args->v0, 0, 0, false)) { in gf100_dmaobj_ctor() 94 args->v0.version, args->v0.priv, args->v0.kind); in gf100_dmaobj_ctor() 95 kind = args->v0.kind; in gf100_dmaobj_ctor() 96 user = args->v0.priv; in gf100_dmaobj_ctor()
|
/linux-4.1.27/arch/mips/include/asm/mach-malta/ |
D | kernel-entry-init.h | 113 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.1.27/arch/alpha/include/asm/ |
D | pal.h | 122 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()
|
D | mmu_context.h | 29 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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv10.c | 59 struct nv03_channel_dma_v0 v0; in nv10_fifo_chan_ctor() member 66 if (nvif_unpack(args->v0, 0, 0, false)) { in nv10_fifo_chan_ctor() 68 "offset %016llx\n", args->v0.version, in nv10_fifo_chan_ctor() 69 args->v0.pushbuf, args->v0.offset); in nv10_fifo_chan_ctor() 74 0x10000, args->v0.pushbuf, in nv10_fifo_chan_ctor() 82 args->v0.chid = chan->base.chid; in nv10_fifo_chan_ctor() 89 nv_wo32(priv->ramfc, chan->ramfc + 0x00, args->v0.offset); in nv10_fifo_chan_ctor() 90 nv_wo32(priv->ramfc, chan->ramfc + 0x04, args->v0.offset); in nv10_fifo_chan_ctor()
|
D | g84.c | 167 struct nv03_channel_dma_v0 v0; in g84_fifo_chan_ctor_dma() member 175 if (nvif_unpack(args->v0, 0, 0, false)) { in g84_fifo_chan_ctor_dma() 177 "offset %016llx\n", args->v0.version, in g84_fifo_chan_ctor_dma() 178 args->v0.pushbuf, args->v0.offset); in g84_fifo_chan_ctor_dma() 183 0x2000, args->v0.pushbuf, in g84_fifo_chan_ctor_dma() 202 args->v0.chid = chan->base.chid; in g84_fifo_chan_ctor_dma() 214 nv_wo32(base->ramfc, 0x08, lower_32_bits(args->v0.offset)); in g84_fifo_chan_ctor_dma() 215 nv_wo32(base->ramfc, 0x0c, upper_32_bits(args->v0.offset)); in g84_fifo_chan_ctor_dma() 216 nv_wo32(base->ramfc, 0x10, lower_32_bits(args->v0.offset)); in g84_fifo_chan_ctor_dma() 217 nv_wo32(base->ramfc, 0x14, upper_32_bits(args->v0.offset)); in g84_fifo_chan_ctor_dma() [all …]
|
D | nv50.c | 194 struct nv03_channel_dma_v0 v0; in nv50_fifo_chan_ctor_dma() member 202 if (nvif_unpack(args->v0, 0, 0, false)) { in nv50_fifo_chan_ctor_dma() 204 "offset %016llx\n", args->v0.version, in nv50_fifo_chan_ctor_dma() 205 args->v0.pushbuf, args->v0.offset); in nv50_fifo_chan_ctor_dma() 210 0x2000, args->v0.pushbuf, in nv50_fifo_chan_ctor_dma() 219 args->v0.chid = chan->base.chid; in nv50_fifo_chan_ctor_dma() 231 nv_wo32(base->ramfc, 0x08, lower_32_bits(args->v0.offset)); in nv50_fifo_chan_ctor_dma() 232 nv_wo32(base->ramfc, 0x0c, upper_32_bits(args->v0.offset)); in nv50_fifo_chan_ctor_dma() 233 nv_wo32(base->ramfc, 0x10, lower_32_bits(args->v0.offset)); in nv50_fifo_chan_ctor_dma() 234 nv_wo32(base->ramfc, 0x14, upper_32_bits(args->v0.offset)); in nv50_fifo_chan_ctor_dma() [all …]
|
D | nv17.c | 64 struct nv03_channel_dma_v0 v0; in nv17_fifo_chan_ctor() member 71 if (nvif_unpack(args->v0, 0, 0, false)) { in nv17_fifo_chan_ctor() 73 "offset %016llx\n", args->v0.version, in nv17_fifo_chan_ctor() 74 args->v0.pushbuf, args->v0.offset); in nv17_fifo_chan_ctor() 79 0x10000, args->v0.pushbuf, in nv17_fifo_chan_ctor() 89 args->v0.chid = chan->base.chid; in nv17_fifo_chan_ctor() 96 nv_wo32(priv->ramfc, chan->ramfc + 0x00, args->v0.offset); in nv17_fifo_chan_ctor() 97 nv_wo32(priv->ramfc, chan->ramfc + 0x04, args->v0.offset); in nv17_fifo_chan_ctor()
|
D | nv40.c | 182 struct nv03_channel_dma_v0 v0; in nv40_fifo_chan_ctor() member 189 if (nvif_unpack(args->v0, 0, 0, false)) { in nv40_fifo_chan_ctor() 191 "offset %016llx\n", args->v0.version, in nv40_fifo_chan_ctor() 192 args->v0.pushbuf, args->v0.offset); in nv40_fifo_chan_ctor() 197 0x1000, args->v0.pushbuf, in nv40_fifo_chan_ctor() 206 args->v0.chid = chan->base.chid; in nv40_fifo_chan_ctor() 214 nv_wo32(priv->ramfc, chan->ramfc + 0x00, args->v0.offset); in nv40_fifo_chan_ctor() 215 nv_wo32(priv->ramfc, chan->ramfc + 0x04, args->v0.offset); in nv40_fifo_chan_ctor()
|
D | gk104.c | 214 struct kepler_channel_gpfifo_a_v0 v0; in gk104_fifo_chan_ctor() member 224 if (nvif_unpack(args->v0, 0, 0, false)) { in gk104_fifo_chan_ctor() 227 args->v0.version, args->v0.pushbuf, args->v0.ioffset, in gk104_fifo_chan_ctor() 228 args->v0.ilength, args->v0.engine); in gk104_fifo_chan_ctor() 233 if (args->v0.engine & (1 << i)) { in gk104_fifo_chan_ctor() 235 args->v0.engine = (1 << i); in gk104_fifo_chan_ctor() 242 nv_error(priv, "unsupported engines 0x%08x\n", args->v0.engine); in gk104_fifo_chan_ctor() 248 args->v0.pushbuf, in gk104_fifo_chan_ctor() 254 args->v0.chid = chan->base.chid; in gk104_fifo_chan_ctor() 261 ioffset = args->v0.ioffset; in gk104_fifo_chan_ctor() [all …]
|
D | nv04.c | 116 struct nv03_channel_dma_v0 v0; in nv04_fifo_chan_ctor() member 123 if (nvif_unpack(args->v0, 0, 0, false)) { in nv04_fifo_chan_ctor() 125 "offset %016llx\n", args->v0.version, in nv04_fifo_chan_ctor() 126 args->v0.pushbuf, args->v0.offset); in nv04_fifo_chan_ctor() 131 0x10000, args->v0.pushbuf, in nv04_fifo_chan_ctor() 139 args->v0.chid = chan->base.chid; in nv04_fifo_chan_ctor() 146 nv_wo32(priv->ramfc, chan->ramfc + 0x00, args->v0.offset); in nv04_fifo_chan_ctor() 147 nv_wo32(priv->ramfc, chan->ramfc + 0x04, args->v0.offset); in nv04_fifo_chan_ctor()
|
D | gf100.c | 186 struct nv50_channel_gpfifo_v0 v0; in gf100_fifo_chan_ctor() member 196 if (nvif_unpack(args->v0, 0, 0, false)) { in gf100_fifo_chan_ctor() 199 args->v0.version, args->v0.pushbuf, args->v0.ioffset, in gf100_fifo_chan_ctor() 200 args->v0.ilength); in gf100_fifo_chan_ctor() 206 args->v0.pushbuf, in gf100_fifo_chan_ctor() 218 args->v0.chid = chan->base.chid; in gf100_fifo_chan_ctor() 224 ioffset = args->v0.ioffset; in gf100_fifo_chan_ctor() 225 ilength = order_base_2(args->v0.ilength / 8); in gf100_fifo_chan_ctor()
|
/linux-4.1.27/arch/alpha/lib/ |
D | strchr.S | 24 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 :
|
D | strrchr.S | 28 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 :
|
D | ev67-strchr.S | 38 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
|
D | ev67-strrchr.S | 44 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.1.27/arch/ia64/include/asm/ |
D | pal.h | 780 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 …]
|
D | sal.h | 109 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.1.27/arch/powerpc/lib/ |
D | memcpy_power7.S | 331 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 …]
|
D | copyuser_power7.S | 398 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 …]
|
D | ldstfp.S | 196 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
|
D | copypage_power7.S | 93 lvx v0,r4,r12 102 stvx v0,r3,r12
|
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/ |
D | memcpy_power7.S | 331 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 …]
|
D | copyuser_power7.S | 398 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.1.27/arch/mips/kernel/ |
D | cps-vec.S | 89 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) [all …]
|
D | scall32-o32.S | 38 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 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 [all …]
|
D | scall64-o32.S | 36 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 124 subu t1, v0, __NR_O32_Linux 125 move a1, v0 132 bltz v0, 2f # seccomp failed? Skip syscall 147 sltu t0, t0, v0 [all …]
|
D | scall64-64.S | 42 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 [all …]
|
D | octeon_switch.S | 111 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 */ [all …]
|
D | scall64-n32.S | 35 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
|
D | entry.S | 104 LONG_L v0, PT_STATUS(sp) 106 and v0, ST0_IEP 108 and v0, ST0_IE 110 beqz v0, 1f
|
D | genex.S | 192 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
|
D | mcount.S | 205 PTR_S v0, PT_R2(sp) 211 move ra, v0 213 PTR_L v0, PT_R2(sp)
|
D | r2300_fpu.S | 33 li v0, 0 # assume success 88 li v0, 0 # assume success 130 fault: li v0, -EFAULT
|
D | r4k_fpu.S | 97 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
|
D | pm-cps.c | 82 zero, at, v0, v1, a0, a1, a2, a3, enumerator 393 uasm_i_jalr(&p, v0, t0); in cps_gen_entry_code() 573 uasm_i_andi(&p, v0, t1, (1 << fls(smp_num_siblings)) - 1); in cps_gen_entry_code()
|
D | r2300_switch.S | 93 move v0, a0
|
D | r4k_switch.S | 108 move v0, a0
|
/linux-4.1.27/arch/mips/netlogic/common/ |
D | reset.S | 107 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
|
D | smpboot.S | 129 li v0, CKSEG1ADDR(RESET_DATA_PHYS) 130 lw v1, BOOT_THREAD_MODE(v0) /* v1 - new thread mode */
|
/linux-4.1.27/arch/mips/kvm/ |
D | locore.S | 106 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) [all …]
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | vector.S | 27 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 …]
|
D | tm.S | 155 mfvscr v0 157 stvx v0, r7, r6 362 lvx v0, r8, r5 363 mtvscr v0
|
/linux-4.1.27/arch/ia64/sn/pci/pcibr/ |
D | pcibr_provider.c | 34 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.1.27/drivers/gpu/drm/nouveau/nvif/ |
D | object.c | 35 struct nvif_ioctl_v0 v0; in nvif_object_ioctl() member 38 if (size >= sizeof(*args) && args->v0.version == 0) { in nvif_object_ioctl() 39 args->v0.owner = NVIF_IOCTL_V0_OWNER_ANY; in nvif_object_ioctl() 40 args->v0.path_nr = 0; in nvif_object_ioctl() 41 while (args->v0.path_nr < ARRAY_SIZE(args->v0.path)) { in nvif_object_ioctl() 42 args->v0.path[args->v0.path_nr++] = object->handle; in nvif_object_ioctl()
|
D | notify.c | 116 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()
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
D | io_init.c | 38 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()
|
D | huberror.c | 31 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()
|
D | irq.c | 40 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()
|
D | tiocx.c | 257 rv.v0 = 0; in tiocx_intr_alloc() 271 rv.v0 = 0; in tiocx_intr_free()
|
D | io_common.c | 92 ret_stuff.v0 = 0; in sal_get_device_dmaflush_list()
|
D | io_acpi_init.c | 52 *result = isrv.v0; in sal_ioif_init()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | stackframe.h | 297 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
|
D | regdef.h | 24 #define v0 $2 /* return value */ macro 67 #define v0 $2 /* return value - caller saved */ macro
|
/linux-4.1.27/fs/adfs/ |
D | super.c | 75 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.1.27/Documentation/devicetree/bindings/arm/ |
D | psci.txt | 66 Case 1: PSCI v0.1 only. 77 Case 2: PSCI v0.2 only 84 Case 3: PSCI v0.2 and PSCI v0.1.
|
/linux-4.1.27/arch/ia64/sn/kernel/sn2/ |
D | sn_hwperf.c | 586 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.1.27/arch/x86/platform/uv/ |
D | bios_uv.c | 90 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.1.27/drivers/gpu/drm/msm/edp/ |
D | edp_phy.c | 70 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()
|
D | edp.h | 66 void msm_edp_phy_vm_pe_cfg(struct edp_phy *phy, u32 v0, u32 v1);
|
/linux-4.1.27/arch/ia64/kernel/ |
D | patch.c | 47 u64 m0, m1, v0, v1, b0, b1, *b = (u64 *) (insn_addr & -16); in ia64_patch() local 58 v0 = val << shift; v1 = val >> (64 - shift); in ia64_patch() 59 b[0] = (b0 & ~m0) | (v0 & m0); in ia64_patch()
|
D | sal.c | 401 *ticks_per_second = isrv.v0; in ia64_sal_freq_base()
|
D | mca.c | 1980 "%ld to %ld milliseconds\n", timeout, isrv.v0); in ia64_mca_init() 1981 timeout = isrv.v0; in ia64_mca_init()
|
D | setup.c | 970 if ((iprv.status == 0) && (iprv.v0 & 0x80) && (iprv.v2 & 0x80)) in cpu_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | gf100.c | 147 struct fermi_a_zbc_color_v0 v0; in gf100_fermi_mthd_zbc_color() member 151 if (nvif_unpack(args->v0, 0, 0, false)) { in gf100_fermi_mthd_zbc_color() 152 switch (args->v0.format) { in gf100_fermi_mthd_zbc_color() 172 ret = gf100_gr_zbc_color_get(priv, args->v0.format, in gf100_fermi_mthd_zbc_color() 173 args->v0.ds, in gf100_fermi_mthd_zbc_color() 174 args->v0.l2); in gf100_fermi_mthd_zbc_color() 176 args->v0.index = ret; in gf100_fermi_mthd_zbc_color() 193 struct fermi_a_zbc_depth_v0 v0; in gf100_fermi_mthd_zbc_depth() member 197 if (nvif_unpack(args->v0, 0, 0, false)) { in gf100_fermi_mthd_zbc_depth() 198 switch (args->v0.format) { in gf100_fermi_mthd_zbc_depth() [all …]
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_string.h | 23 } v0; member
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | regdef.h | 4 #define v0 $0 /* function return value */ macro
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | w996Xcf.c | 359 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.1.27/Documentation/networking/ |
D | framerelay.txt | 37 use 'cd linux'. v0.10 is for use on pre-2.0.3 and earlier, v0.15 is for
|
D | ip_dynaddr.txt | 1 IP dynamic address hack-port v0.03
|
/linux-4.1.27/arch/mips/power/ |
D | hibernate_asm.S | 59 PTR_LI v0, 0x0
|
/linux-4.1.27/net/sched/ |
D | sch_sfq.c | 791 opt.v0.quantum = q->quantum; in sfq_dump() 792 opt.v0.perturb_period = q->perturb_period / HZ; in sfq_dump() 793 opt.v0.limit = q->limit; in sfq_dump() 794 opt.v0.divisor = q->divisor; in sfq_dump() 795 opt.v0.flows = q->maxflows; in sfq_dump()
|
/linux-4.1.27/arch/ia64/include/asm/sn/sn2/ |
D | sn_hwperf.h | 77 u32 v0; /* second return value */ member
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | vf-colibri-eval-v3.dtsi | 29 regulator-name = "5v0";
|
D | tegra30-cardhu-a02.dts | 74 regulator-name = "5v0";
|
D | tegra30-cardhu-a04.dts | 74 regulator-name = "5v0";
|
D | tegra30-colibri-eval-v3.dts | 182 regulator-name = "5v0";
|
D | tegra30-apalis-eval.dts | 234 regulator-name = "5v0";
|
D | tegra30-colibri.dtsi | 380 regulator-name = "5v0";
|
D | tegra114-dalmore.dts | 836 regulator-name = "vdd-sys-5v0"; 880 regulator-name = "vdd-sby-5v0"; 1052 regulator-name = "rail-5v0";
|
D | tegra114-roth.dts | 869 regulator-name = "vdd-5v0-sys"; 941 regulator-name = "rail-5v0";
|
D | tegra30-apalis.dtsi | 681 regulator-name = "5v0";
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | phy.c | 1781 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()
|
D | main.c | 436 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.1.27/arch/x86/crypto/ |
D | camellia-aesni-avx-asm_64.S | 267 #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;
|
D | camellia-aesni-avx2-asm_64.S | 306 #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.1.27/drivers/input/mouse/ |
D | sentelic.c | 308 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.1.27/drivers/atm/ |
D | nicstarmac.copyright | 1 /* nicstar.c v0.22 Jawaid Bazyar (bazyar@hypermall.com)
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 157 move v0, dst /* return value */ 468 move v0, a0 /* return value */
|
D | octeon-irq.c | 1556 u32 v0, v1; in octeon_irq_init_gpio() local 1558 r = of_property_read_u32_index(gpio_node, "interrupts", 0, &v0); in octeon_irq_init_gpio() 1568 base_hwirq = (v0 << 6) | v1; in octeon_irq_init_gpio()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | niu.c | 3747 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 …]
|
D | niu.h | 3173 u64 v0, v1, v2; member
|
/linux-4.1.27/arch/ia64/sn/pci/ |
D | tioce_provider.c | 680 ret_stuff.v0 = 0; in tioce_error_intr_handler() 686 if (ret_stuff.v0) in tioce_error_intr_handler()
|
D | tioca_provider.c | 560 ret_stuff.v0 = 0; in tioca_error_intr_handler()
|
/linux-4.1.27/fs/ncpfs/ |
D | ncplib_kernel.c | 765 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.1.27/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2085a.dtsi | 66 * Currently supported enable-method is psci v0.2
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-parport | 155 LIBK8000 v1.99.1 and LIBK8005 v0.21
|
/linux-4.1.27/include/uapi/linux/ |
D | pkt_sched.h | 208 struct tc_sfq_qopt v0; member
|
/linux-4.1.27/Documentation/usb/ |
D | acm.txt | 1 Linux ACM driver v0.16
|
/linux-4.1.27/fs/fuse/ |
D | file.c | 318 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.1.27/drivers/scsi/libfc/ |
D | fc_lport.c | 304 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.1.27/Documentation/input/ |
D | joystick-parport.txt | 496 8 | Multisystem 1-button joystick (v0.8.0.2 pin-out) 497 9 | Two Multisystem 1-button joysticks (v0.8.0.2 pin-out)
|
D | joystick-api.txt | 300 The v0.8.0.2 driver also had an interface for 'digital joysticks', (now
|
D | input.txt | 211 Joydev implements v0.x and v1.x Linux joystick api, much like
|
D | joystick.txt | 582 For backward compatibility the old (v0.x) interface is still included.
|
/linux-4.1.27/Documentation/filesystems/ |
D | exofs.txt | 182 The exofs file system is based on ext2 v0.5b (distributed with the Linux kernel
|
/linux-4.1.27/Documentation/dvb/ |
D | README.dvb-usb | 106 2004-07-02 - some tuner modifications, v0.1, cleanups, first public
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgk104.c | 211 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.1.27/arch/powerpc/include/asm/ |
D | ppc_asm.h | 640 #define v0 0 macro
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | main.c | 1340 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.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 816 v0.4 - 12 March 2007 - Ian Armstrong (ian@iarmst.demon.co.uk)
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 21353 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.1.27/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 228 * qlogic.c: Update to v0.40a. Improve parity handling.
|
/linux-4.1.27/init/ |
D | Kconfig | 417 with previous v0/v1/v2 file formats, so you will need updated tools
|
/linux-4.1.27/Documentation/ |
D | devices.txt | 1993 0 = /dev/nwfs/v0 First NetWare (NWFS) Logical Volume
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 2536 - KVM_ARM_VCPU_PSCI_0_2: Emulate PSCI v0.2 for the CPU.
|