Home
last modified time | relevance | path

Searched refs:v32 (Results 26 – 48 of 48) sorted by relevance

12

/openbmc/linux/drivers/tty/
H A Dtty_io.c2823 struct serial_struct32 v32; in compat_tty_tiocsserial() local
2826 if (copy_from_user(&v32, ss, sizeof(*ss))) in compat_tty_tiocsserial()
2830 v.iomem_base = compat_ptr(v32.iomem_base); in compat_tty_tiocsserial()
2831 v.iomem_reg_shift = v32.iomem_reg_shift; in compat_tty_tiocsserial()
2832 v.port_high = v32.port_high; in compat_tty_tiocsserial()
2841 struct serial_struct32 v32; in compat_tty_tiocgserial() local
2846 memset(&v32, 0, sizeof(v32)); in compat_tty_tiocgserial()
2853 v32.iomem_base = (unsigned long)v.iomem_base >> 32 ? in compat_tty_tiocgserial()
2855 v32.iomem_reg_shift = v.iomem_reg_shift; in compat_tty_tiocgserial()
2856 v32.port_high = v.port_high; in compat_tty_tiocgserial()
[all …]
/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_mulv32.s11 ; Check that carry is not modified on v32.
H A Dcheck_btst.s8 .if 1 ;..asm.arch.cris.v32
/openbmc/qemu/hw/misc/
H A Dxlnx-versal-trng.c336 uint32_t v32 = val64; in trng_int_ctrl_postw() local
339 if (FIELD_EX32(v32, INT_CTRL, CERTF_RST)) { in trng_int_ctrl_postw()
342 if (FIELD_EX32(v32, INT_CTRL, DTF_RST)) { in trng_int_ctrl_postw()
345 if (FIELD_EX32(v32, INT_CTRL, DONE_RST)) { in trng_int_ctrl_postw()
/openbmc/linux/drivers/ntb/hw/amd/
H A Dntb_hw_amd.c846 union { u64 v64; u32 v32; u16 v16; } u; in ndev_debugfs_read() member
895 u.v32 = readl(ndev->self_mmio + AMD_DBMASK_OFFSET); in ndev_debugfs_read()
897 "Doorbell Mask -\t\t\t%#06x\n", u.v32); in ndev_debugfs_read()
899 u.v32 = readl(mmio + AMD_DBSTAT_OFFSET); in ndev_debugfs_read()
901 "Doorbell Bell -\t\t\t%#06x\n", u.v32); in ndev_debugfs_read()
918 u.v32 = readl(mmio + AMD_BAR1LMT_OFFSET); in ndev_debugfs_read()
920 "LMT1 -\t\t\t%#06x\n", u.v32); in ndev_debugfs_read()
/openbmc/qemu/hw/dma/
H A Dxlnx_csu_dma.c431 uint32_t v32 = val; in int_enable_pre_write() local
440 s->regs[R_INT_MASK] &= ~v32; in int_enable_pre_write()
454 uint32_t v32 = val; in int_disable_pre_write() local
463 s->regs[R_INT_MASK] |= v32; in int_disable_pre_write()
/openbmc/linux/fs/jffs2/
H A Dnodelist.h44 #define je32_to_cpu(x) ((x).v32)
55 #define je32_to_cpu(x) (be32_to_cpu(x.v32))
66 #define je32_to_cpu(x) (le32_to_cpu(x.v32))
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c964 u32 v32; in sd_int_hdl() local
969 v32 = hal->sdio_hisr & MASK_SDIO_HISR_CLEAR; in sd_int_hdl()
970 if (v32) in sd_int_hdl()
971 sdio_local_cmd52_write4byte(adapter, SDIO_REG_HISR, v32); in sd_int_hdl()
/openbmc/linux/include/uapi/linux/
H A Djffs2.h91 __u32 v32; member
/openbmc/linux/arch/mips/kvm/
H A Dmips.c749 u32 v32 = (u32)v; in kvm_mips_get_reg() local
751 return put_user(v32, uaddr32); in kvm_mips_get_reg()
777 s32 v32; in kvm_mips_set_reg() local
779 if (get_user(v32, uaddr32) != 0) in kvm_mips_set_reg()
781 v = (s64)v32; in kvm_mips_set_reg()
/openbmc/phosphor-webui/app/assets/images/
H A Dlogo.svg1 … 0 0 1 14.16-64.08V2.07l-.77.21q-3.63.94-7.12 2.2c-1.29.47-2.58 1-3.84 1.48v32.23l-.13.1a53.79 53.…
/openbmc/docs/logo/
H A DOpenBMC-Logo2.svg22 …2 0 0114.16-64.08V42.07l-.77.21q-3.63.94-7.12 2.2c-1.29.47-2.58 1-3.84 1.48v32.23l-.13.1a53.79 53.…
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci.c607 __be32 v32; in pnv_pci_cfg_read() local
608 rc = opal_pci_config_read_word(phb->opal_id, bdfn, where, &v32); in pnv_pci_cfg_read()
609 *val = (rc == OPAL_SUCCESS) ? be32_to_cpu(v32) : 0xffffffff; in pnv_pci_cfg_read()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c34 struct atom_firmware_info_v3_2 v32; member
219 struct atom_umc_info_v3_2 v32; member
536 umc_config = le32_to_cpu(umc_info->v32.umc_config); in amdgpu_atomfirmware_mem_ecc_supported()
/openbmc/qemu/target/arm/
H A Dkvm.c903 uint32_t v32; in write_kvmstate_to_list() local
908 ret = kvm_get_one_reg(cs, regidx, &v32); in write_kvmstate_to_list()
910 cpu->cpreg_values[i] = v32; in write_kvmstate_to_list()
934 uint32_t v32; in write_list_to_kvmstate() local
943 v32 = cpu->cpreg_values[i]; in write_list_to_kvmstate()
944 ret = kvm_set_one_reg(cs, regidx, &v32); in write_list_to_kvmstate()
/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c1185 TCGv_i32 v32 = tcg_temp_ebb_new_i32(); in do_atomic_op_i64() local
1188 tcg_gen_extrl_i64_i32(v32, val); in do_atomic_op_i64()
1189 do_atomic_op_i32(r32, addr, v32, idx, memop & ~MO_SIGN, table); in do_atomic_op_i64()
1190 tcg_temp_free_i32(v32); in do_atomic_op_i64()
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c3473 unsigned int v32 = 0; in emulate_loadstore() local
3478 err = copy_mem_in((u8 *) &v32, ea, nb, regs); in emulate_loadstore()
3482 v32 = byterev_4(v32); in emulate_loadstore()
3483 regs->gpr[rd] = v32; in emulate_loadstore()
3544 unsigned int v32 = regs->gpr[rd]; in emulate_loadstore() local
3550 v32 = byterev_4(v32); in emulate_loadstore()
3551 err = copy_mem_out((u8 *) &v32, ea, nb, regs); in emulate_loadstore()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c367 #define Lo16(v32) ((u16)((v32) & 0xFFFF)) argument
368 #define Hi16(v32) ((u16)(((v32) >> 16) & 0xFFFF)) argument
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c259 #define Lo16(v32) ((u16)((v32) & 0xFFFF)) argument
260 #define Hi16(v32) ((u16)(((v32) >> 16) & 0xFFFF)) argument
/openbmc/linux/net/ipv6/ila/
H A Dila_xlat.c42 u32 *v = (u32 *)loc.v32; in ila_locator_hash()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Add-support-for-mips64-n32-n64.patch348 - uint32_t v32 = (uint32_t) value;
350 - if (ptrace(PTRACE_POKETEXT, proc->pid, a32, v32) < 0) {
/openbmc/qemu/target/ppc/
H A Dkvm.c1915 uint32_t v32; in kvmppc_read_int_dt() member
1931 return be32_to_cpu(u.v32); in kvmppc_read_int_dt()
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt963 arch-v32: 4096

12