Home
last modified time | relevance | path

Searched refs:v32 (Results 1 – 28 of 28) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Dvdso.c314 static int __init vdso_do_func_patch32(struct lib32_elfinfo *v32, in vdso_do_func_patch32() argument
320 sym32_gen = find_symbol32(v32, orig); in vdso_do_func_patch32()
329 sym32_fix = find_symbol32(v32, fix); in vdso_do_func_patch32()
349 static int __init vdso_do_func_patch32(struct lib32_elfinfo *v32, in vdso_do_func_patch32() argument
425 static int __init vdso_do_func_patch64(struct lib32_elfinfo *v32, in vdso_do_func_patch64() argument
457 static __init int vdso_do_find_sections(struct lib32_elfinfo *v32, in vdso_do_find_sections() argument
467 v32->dynsym = find_section32(v32->hdr, ".dynsym", &v32->dynsymsize); in vdso_do_find_sections()
468 v32->dynstr = find_section32(v32->hdr, ".dynstr", NULL); in vdso_do_find_sections()
469 if (v32->dynsym == NULL || v32->dynstr == NULL) { in vdso_do_find_sections()
473 sect = find_section32(v32->hdr, ".text", NULL); in vdso_do_find_sections()
[all …]
/linux-4.4.14/arch/tile/lib/
Dmemset_32.c24 uint32_t v16, v32; in memset() local
72 v32 = __insn_intlh(v16, v16); in memset()
93 *out32 = v32; in memset()
120 *out32++ = v32; in memset()
121 *out32++ = v32; in memset()
122 *out32++ = v32; in memset()
123 *out32++ = v32; in memset()
136 *out32 = v32; in memset()
/linux-4.4.14/arch/x86/include/asm/
Ddiv64.h46 u32 v32[2]; in div_u64_rem() member
50 upper = d.v32[1]; in div_u64_rem()
51 d.v32[1] = 0; in div_u64_rem()
53 d.v32[1] = upper / divisor; in div_u64_rem()
56 asm ("divl %2" : "=a" (d.v32[0]), "=d" (*remainder) : in div_u64_rem()
57 "rm" (divisor), "0" (d.v32[0]), "1" (upper)); in div_u64_rem()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Dhal_com.c502 u32 v32; in rtl8723a_mlme_sitesurvey() local
506 v32 = rtl8723au_read32(padapter, REG_RCR); in rtl8723a_mlme_sitesurvey()
507 v32 &= ~(RCR_CBSSID_BCN); in rtl8723a_mlme_sitesurvey()
508 rtl8723au_write32(padapter, REG_RCR, v32); in rtl8723a_mlme_sitesurvey()
518 u32 v32; in rtl8723a_mlme_sitesurvey() local
532 v32 = rtl8723au_read32(padapter, REG_RCR); in rtl8723a_mlme_sitesurvey()
533 v32 |= RCR_CBSSID_BCN; in rtl8723a_mlme_sitesurvey()
534 rtl8723au_write32(padapter, REG_RCR, v32); in rtl8723a_mlme_sitesurvey()
679 u32 v32; in rtl8723a_fifo_cleanup() local
682 v32 = rtl8723au_read32(padapter, REG_RXPKT_NUM); in rtl8723a_fifo_cleanup()
[all …]
Drtl8723a_hal_init.c2032 u32 v32; in hw_var_set_mlme_join() local
2039 v32 = rtl8723au_read32(padapter, REG_RCR); in hw_var_set_mlme_join()
2040 v32 |= RCR_CBSSID_DATA | RCR_CBSSID_BCN; in hw_var_set_mlme_join()
2041 rtl8723au_write32(padapter, REG_RCR, v32); in hw_var_set_mlme_join()
/linux-4.4.14/drivers/media/dvb-frontends/
Dlgs8gxx.c159 u32 v32; in lgs8gxx_set_if_freq() local
169 v32 = val & 0xFFFFFFFF; in lgs8gxx_set_if_freq()
172 v32 = 0; in lgs8gxx_set_if_freq()
175 dprintk("AFC_INIT_FREQ = 0x%08X\n", v32); in lgs8gxx_set_if_freq()
178 lgs8gxx_write_reg(priv, 0x08, 0xFF & (v32)); in lgs8gxx_set_if_freq()
179 lgs8gxx_write_reg(priv, 0x09, 0xFF & (v32 >> 8)); in lgs8gxx_set_if_freq()
180 lgs8gxx_write_reg(priv, 0x0A, 0xFF & (v32 >> 16)); in lgs8gxx_set_if_freq()
181 lgs8gxx_write_reg(priv, 0x0B, 0xFF & (v32 >> 24)); in lgs8gxx_set_if_freq()
183 lgs8gxx_write_reg(priv, 0x09, 0xFF & (v32)); in lgs8gxx_set_if_freq()
184 lgs8gxx_write_reg(priv, 0x0A, 0xFF & (v32 >> 8)); in lgs8gxx_set_if_freq()
[all …]
/linux-4.4.14/arch/x86/mm/
Dtestmmiotrace.c26 static unsigned v32(unsigned i) in v32() function
44 iowrite32(v32(i), p + i); in do_write_test()
63 if (ioread32(p + i) != v32(i)) in do_read_test()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_ioc32.c90 drm_version32_t v32; in compat_drm_version() local
94 if (copy_from_user(&v32, (void __user *)arg, sizeof(v32))) in compat_drm_version()
100 if (__put_user(v32.name_len, &version->name_len) in compat_drm_version()
101 || __put_user((void __user *)(unsigned long)v32.name, in compat_drm_version()
103 || __put_user(v32.date_len, &version->date_len) in compat_drm_version()
104 || __put_user((void __user *)(unsigned long)v32.date, in compat_drm_version()
106 || __put_user(v32.desc_len, &version->desc_len) in compat_drm_version()
107 || __put_user((void __user *)(unsigned long)v32.desc, in compat_drm_version()
116 if (__get_user(v32.version_major, &version->version_major) in compat_drm_version()
117 || __get_user(v32.version_minor, &version->version_minor) in compat_drm_version()
[all …]
/linux-4.4.14/net/bridge/netfilter/
Debt_stp.c48 uint32_t v32; in ebt_filter_config() local
70 v32 = NR32(stpc->root_cost); in ebt_filter_config()
71 if (FWINV(v32 < c->root_costl || in ebt_filter_config()
72 v32 > c->root_costu, EBT_STP_ROOTCOST)) in ebt_filter_config()
/linux-4.4.14/drivers/ntb/hw/intel/
Dntb_hw_intel.c558 union { u64 v64; u32 v32; u16 v16; } u; in ndev_debugfs_read() member
642 u.v32 = ioread32(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 4)); in ndev_debugfs_read()
644 "XLAT4 -\t\t\t%#06x\n", u.v32); in ndev_debugfs_read()
646 u.v32 = ioread32(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 5)); in ndev_debugfs_read()
648 "XLAT5 -\t\t\t%#06x\n", u.v32); in ndev_debugfs_read()
660 u.v32 = ioread32(mmio + bar2_off(ndev->xlat_reg->bar2_limit, 4)); in ndev_debugfs_read()
662 "LMT4 -\t\t\t%#06x\n", u.v32); in ndev_debugfs_read()
663 u.v32 = ioread32(mmio + bar2_off(ndev->xlat_reg->bar2_limit, 5)); in ndev_debugfs_read()
665 "LMT5 -\t\t\t%#06x\n", u.v32); in ndev_debugfs_read()
682 u.v32 = ioread32(mmio + XEON_PBAR4XLAT_OFFSET); in ndev_debugfs_read()
[all …]
/linux-4.4.14/drivers/dma/
Dfsldma.h91 typedef u32 __bitwise v32; typedef
97 v32 count;
98 v32 reserve;
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_HMARK.h34 __u32 v32; member
/linux-4.4.14/net/netfilter/
Dxt_HMARK.c72 uports->v32 = (dst << 16) | src; in hmark_swap_ports()
74 uports->v32 = (src << 16) | dst; in hmark_swap_ports()
126 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); in hmark_hash()
/linux-4.4.14/arch/cris/boot/compressed/
DMakefile14 arch-$(CONFIG_ETRAX_ARCH_V32) = v32
/linux-4.4.14/arch/cris/kernel/
Dasm-offsets.c12 #error One of ARCH v10 and ARCH v32 must be true!
/linux-4.4.14/arch/cris/boot/rescue/
DMakefile14 arch-$(CONFIG_ETRAX_ARCH_V32) = v32
/linux-4.4.14/fs/jffs2/
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))
/linux-4.4.14/arch/cris/include/uapi/asm/
DKbuild5 header-y += ../arch-v32/arch/
/linux-4.4.14/arch/cris/
DMakefile17 arch-$(CONFIG_ETRAX_ARCH_V32) := v32
DKconfig260 source arch/cris/arch-v32/Kconfig
269 source arch/cris/arch-v32/drivers/Kconfig
/linux-4.4.14/include/uapi/linux/
Djffs2.h96 __u32 v32; member
/linux-4.4.14/arch/mips/kvm/
Dmips.c699 u32 v32 = (u32)v; in kvm_mips_get_reg() local
701 return put_user(v32, uaddr32); in kvm_mips_get_reg()
727 s32 v32; in kvm_mips_set_reg() local
729 if (get_user(v32, uaddr32) != 0) in kvm_mips_set_reg()
731 v = (s64)v32; in kvm_mips_set_reg()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci.c450 __be32 v32; in pnv_pci_cfg_read() local
451 rc = opal_pci_config_read_word(phb->opal_id, bdfn, where, &v32); in pnv_pci_cfg_read()
452 *val = (rc == OPAL_SUCCESS) ? be32_to_cpu(v32) : 0xffffffff; in pnv_pci_cfg_read()
/linux-4.4.14/arch/cris/arch-v32/
DKconfig3 source arch/cris/arch-v32/mach-fs/Kconfig
4 source arch/cris/arch-v32/mach-a3/Kconfig
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_security.c379 #define Lo16(v32) ((u16)((v32) & 0xFFFF)) argument
380 #define Hi16(v32) ((u16)(((v32) >> 16) & 0xFFFF)) argument
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_security.c399 #define Lo16(v32) ((u16)((v32) & 0xFFFF)) argument
400 #define Hi16(v32) ((u16)(((v32) >> 16) & 0xFFFF)) argument
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_security.c367 #define Lo16(v32) ((u16)((v32) & 0xFFFF)) argument
368 #define Hi16(v32) ((u16)(((v32) >> 16) & 0xFFFF)) argument
/linux-4.4.14/tools/lguest/
Dlguest.c254 #define cpu_to_le32(v32) (v32) argument
257 #define le32_to_cpu(v32) (v32) argument