Searched refs:v32 (Results 1 - 42 of 42) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Ddiv64.h46 u32 v32[2]; div_u64_rem() member in union:__anon3032
50 upper = d.v32[1]; div_u64_rem()
51 d.v32[1] = 0; div_u64_rem()
53 d.v32[1] = upper / divisor; div_u64_rem()
56 asm ("divl %2" : "=a" (d.v32[0]), "=d" (*remainder) : div_u64_rem()
57 "rm" (divisor), "0" (d.v32[0]), "1" (upper)); div_u64_rem()
/linux-4.1.27/arch/tile/lib/
H A Dmemset_32.c24 uint32_t v16, v32; memset() local
72 v32 = __insn_intlh(v16, v16); memset()
93 *out32 = v32; memset()
120 *out32++ = v32; memset()
121 *out32++ = v32; memset()
122 *out32++ = v32; memset()
123 *out32++ = v32; memset()
136 *out32 = v32; memset()
/linux-4.1.27/arch/cris/include/asm/
H A Dstring.h15 /* For v32 we provide strcmp. */
H A Delf.h60 /* Variant 1; contains v32 object. */
63 /* Variant 2; contains object compatible with v32 and v10. */
/linux-4.1.27/arch/powerpc/kernel/
H A Dvdso.c354 static int __init vdso_do_func_patch32(struct lib32_elfinfo *v32, vdso_do_func_patch32() argument
360 sym32_gen = find_symbol32(v32, orig); vdso_do_func_patch32()
369 sym32_fix = find_symbol32(v32, fix); vdso_do_func_patch32()
451 static int __init vdso_do_func_patch64(struct lib32_elfinfo *v32, vdso_do_func_patch64() argument
483 static __init int vdso_do_find_sections(struct lib32_elfinfo *v32, vdso_do_find_sections() argument
492 v32->dynsym = find_section32(v32->hdr, ".dynsym", &v32->dynsymsize); vdso_do_find_sections()
493 v32->dynstr = find_section32(v32->hdr, ".dynstr", NULL); vdso_do_find_sections()
494 if (v32->dynsym == NULL || v32->dynstr == NULL) { vdso_do_find_sections()
498 sect = find_section32(v32->hdr, ".text", NULL); vdso_do_find_sections()
503 v32->text = sect - vdso32_kbase; vdso_do_find_sections()
523 static __init void vdso_setup_trampolines(struct lib32_elfinfo *v32, vdso_setup_trampolines() argument
533 vdso32_sigtramp = find_function32(v32, "__kernel_sigtramp32"); vdso_setup_trampolines()
534 vdso32_rt_sigtramp = find_function32(v32, "__kernel_sigtramp_rt32"); vdso_setup_trampolines()
537 static __init int vdso_fixup_datapage(struct lib32_elfinfo *v32, vdso_fixup_datapage() argument
555 sym32 = find_symbol32(v32, "__kernel_datapage_offset"); vdso_fixup_datapage()
569 static __init int vdso_fixup_features(struct lib32_elfinfo *v32, vdso_fixup_features() argument
600 start32 = find_section32(v32->hdr, "__ftr_fixup", &size32); vdso_fixup_features()
605 start32 = find_section32(v32->hdr, "__mmu_ftr_fixup", &size32); vdso_fixup_features()
611 start32 = find_section32(v32->hdr, "__fw_ftr_fixup", &size32); vdso_fixup_features()
617 start32 = find_section32(v32->hdr, "__lwsync_fixup", &size32); vdso_fixup_features()
625 static __init int vdso_fixup_alt_funcs(struct lib32_elfinfo *v32, vdso_fixup_alt_funcs() argument
646 vdso_do_func_patch32(v32, v64, patch->gen_name, vdso_fixup_alt_funcs()
649 vdso_do_func_patch64(v32, v64, patch->gen_name, vdso_fixup_alt_funcs()
660 struct lib32_elfinfo v32; vdso_setup() local
663 v32.hdr = vdso32_kbase; vdso_setup()
667 if (vdso_do_find_sections(&v32, &v64)) vdso_setup()
670 if (vdso_fixup_datapage(&v32, &v64)) vdso_setup()
673 if (vdso_fixup_features(&v32, &v64)) vdso_setup()
676 if (vdso_fixup_alt_funcs(&v32, &v64)) vdso_setup()
679 vdso_setup_trampolines(&v32, &v64); vdso_setup()
/linux-4.1.27/include/uapi/linux/netfilter/
H A Dxt_HMARK.h34 __u32 v32; member in union:hmark_ports
/linux-4.1.27/arch/cris/boot/rescue/
H A DMakefile5 # CC = gcc-cris -mlinux -march=v32 $(LINUXINCLUDE)
9 # LD = gcc-cris -mlinux -march=v32 -nostdlib
14 arch-$(CONFIG_ETRAX_ARCH_V32) = v32
/linux-4.1.27/arch/x86/mm/
H A Dtestmmiotrace.c26 static unsigned v32(unsigned i) v32() function
44 iowrite32(v32(i), p + i); do_write_test()
63 if (ioread32(p + i) != v32(i)) do_read_test()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dlgs8gxx.c159 u32 v32; lgs8gxx_set_if_freq() local
169 v32 = val & 0xFFFFFFFF; lgs8gxx_set_if_freq()
172 v32 = 0; lgs8gxx_set_if_freq()
175 dprintk("AFC_INIT_FREQ = 0x%08X\n", v32); lgs8gxx_set_if_freq()
178 lgs8gxx_write_reg(priv, 0x08, 0xFF & (v32)); lgs8gxx_set_if_freq()
179 lgs8gxx_write_reg(priv, 0x09, 0xFF & (v32 >> 8)); lgs8gxx_set_if_freq()
180 lgs8gxx_write_reg(priv, 0x0A, 0xFF & (v32 >> 16)); lgs8gxx_set_if_freq()
181 lgs8gxx_write_reg(priv, 0x0B, 0xFF & (v32 >> 24)); lgs8gxx_set_if_freq()
183 lgs8gxx_write_reg(priv, 0x09, 0xFF & (v32)); lgs8gxx_set_if_freq()
184 lgs8gxx_write_reg(priv, 0x0A, 0xFF & (v32 >> 8)); lgs8gxx_set_if_freq()
185 lgs8gxx_write_reg(priv, 0x0B, 0xFF & (v32 >> 16)); lgs8gxx_set_if_freq()
186 lgs8gxx_write_reg(priv, 0x0C, 0xFF & (v32 >> 24)); lgs8gxx_set_if_freq()
195 u32 v32 = 0; lgs8gxx_get_afc_phase() local
206 v32 <<= 8; lgs8gxx_get_afc_phase()
207 v32 |= t; lgs8gxx_get_afc_phase()
211 val = v32; lgs8gxx_get_afc_phase()
/linux-4.1.27/arch/cris/boot/compressed/
H A DMakefile14 arch-$(CONFIG_ETRAX_ARCH_V32) = v32
H A Dhead_v32.S32 #include "../../arch-v32/mach-fs/dram_init.S"
34 #include "../../arch-v32/mach-a3/dram_init.S"
140 #include "../../arch-v32/mach-fs/hw_settings.S"
142 #include "../../arch-v32/mach-a3/hw_settings.S"
/linux-4.1.27/arch/cris/kernel/
H A Dasm-offsets.c12 #error One of ARCH v10 and ARCH v32 must be true!
/linux-4.1.27/net/bridge/netfilter/
H A Debt_stp.c48 uint32_t v32; ebt_filter_config() local
70 v32 = NR32(stpc->root_cost); ebt_filter_config()
71 if (FWINV(v32 < c->root_costl || ebt_filter_config()
72 v32 > c->root_costu, EBT_STP_ROOTCOST)) ebt_filter_config()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
H A Dhal_com.c502 u32 v32; rtl8723a_mlme_sitesurvey() local
506 v32 = rtl8723au_read32(padapter, REG_RCR); rtl8723a_mlme_sitesurvey()
507 v32 &= ~(RCR_CBSSID_BCN); rtl8723a_mlme_sitesurvey()
508 rtl8723au_write32(padapter, REG_RCR, v32); rtl8723a_mlme_sitesurvey()
518 u32 v32; rtl8723a_mlme_sitesurvey() local
532 v32 = rtl8723au_read32(padapter, REG_RCR); rtl8723a_mlme_sitesurvey()
533 v32 |= RCR_CBSSID_BCN; rtl8723a_mlme_sitesurvey()
534 rtl8723au_write32(padapter, REG_RCR, v32); rtl8723a_mlme_sitesurvey()
679 u32 v32; rtl8723a_fifo_cleanup() local
682 v32 = rtl8723au_read32(padapter, REG_RXPKT_NUM); rtl8723a_fifo_cleanup()
683 v32 |= RW_RELEASE_EN; rtl8723a_fifo_cleanup()
684 rtl8723au_write32(padapter, REG_RXPKT_NUM, v32); rtl8723a_fifo_cleanup()
686 v32 = rtl8723au_read32(padapter, rtl8723a_fifo_cleanup()
688 if (!v32) rtl8723a_fifo_cleanup()
H A Drtl8723a_hal_init.c2052 u32 v32; hw_var_set_mlme_join() local
2059 v32 = rtl8723au_read32(padapter, REG_RCR); hw_var_set_mlme_join()
2060 v32 |= RCR_CBSSID_DATA | RCR_CBSSID_BCN; hw_var_set_mlme_join()
2061 rtl8723au_write32(padapter, REG_RCR, v32); hw_var_set_mlme_join()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_ioc32.c90 drm_version32_t v32; compat_drm_version() local
94 if (copy_from_user(&v32, (void __user *)arg, sizeof(v32))) compat_drm_version()
100 if (__put_user(v32.name_len, &version->name_len) compat_drm_version()
101 || __put_user((void __user *)(unsigned long)v32.name, compat_drm_version()
103 || __put_user(v32.date_len, &version->date_len) compat_drm_version()
104 || __put_user((void __user *)(unsigned long)v32.date, compat_drm_version()
106 || __put_user(v32.desc_len, &version->desc_len) compat_drm_version()
107 || __put_user((void __user *)(unsigned long)v32.desc, compat_drm_version()
116 if (__get_user(v32.version_major, &version->version_major) compat_drm_version()
117 || __get_user(v32.version_minor, &version->version_minor) compat_drm_version()
118 || __get_user(v32.version_patchlevel, &version->version_patchlevel) compat_drm_version()
119 || __get_user(v32.name_len, &version->name_len) compat_drm_version()
120 || __get_user(v32.date_len, &version->date_len) compat_drm_version()
121 || __get_user(v32.desc_len, &version->desc_len)) compat_drm_version()
124 if (copy_to_user((void __user *)arg, &v32, sizeof(v32))) compat_drm_version()
/linux-4.1.27/arch/cris/include/arch-v32/arch/
H A Dprocessor.h50 /* Nothing special to do for v32 when handling a kernel bus fault fixup. */
H A Dcryptocop.h8 #include <uapi/arch-v32/arch/cryptocop.h>
/linux-4.1.27/arch/cris/
H A DMakefile17 arch-$(CONFIG_ETRAX_ARCH_V32) := v32
/linux-4.1.27/drivers/dma/
H A Dfsldma.h91 typedef u32 __bitwise v32; typedef
97 v32 count;
98 v32 reserve;
/linux-4.1.27/net/netfilter/
H A Dxt_HMARK.c72 uports->v32 = (dst << 16) | src; hmark_swap_ports()
74 uports->v32 = (src << 16) | dst; hmark_swap_ports()
126 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd); hmark_hash()
/linux-4.1.27/include/uapi/linux/
H A Dserial_core.h258 /* Cris v10 / v32 SoC */
H A Djffs2.h96 __u32 v32; member in struct:__anon13386
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-a3/
H A Dnandflash.c2 * arch/cris/arch-v32/drivers/nandflash.c
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-fs/
H A Dnandflash.c2 * arch/cris/arch-v32/drivers/nandflash.c
/linux-4.1.27/arch/cris/include/uapi/asm/
H A Dtermbits.h193 #define CIBAUD 002003600000 /* input baud rate (used in v32) */
/linux-4.1.27/arch/mips/kvm/
H A Dmips.c697 u32 v32 = (u32)v; kvm_mips_get_reg() local
699 return put_user(v32, uaddr32); kvm_mips_get_reg()
725 s32 v32; kvm_mips_set_reg() local
727 if (get_user(v32, uaddr32) != 0) kvm_mips_set_reg()
729 v = (s64)v32; kvm_mips_set_reg()
/linux-4.1.27/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))
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dpci.c450 __be32 v32; pnv_pci_cfg_read() local
451 rc = opal_pci_config_read_word(phb->opal_id, bdfn, where, &v32); pnv_pci_cfg_read()
452 *val = (rc == OPAL_SUCCESS) ? be32_to_cpu(v32) : 0xffffffff; pnv_pci_cfg_read()
/linux-4.1.27/arch/cris/arch-v10/lib/
H A Dmemset.c135 /* Cater to branch offset difference between v32 and v10. We memset()
H A Dstring.c112 /* Cater to branch offset difference between v32 and v10. We memcpy()
/linux-4.1.27/arch/cris/arch-v32/kernel/
H A Dtime.c2 * linux/arch/cris/arch-v32/kernel/time.c
H A Dkgdb.c2 * arch/cris/arch-v32/kernel/kgdb.c
4 * CRIS v32 version by Orjan Friberg, Axis Communications AB.
/linux-4.1.27/arch/cris/arch-v32/lib/
H A Dmemset.c135 /* Cater to branch offset difference between v32 and v10. We memset()
H A Dstring.c112 /* Cater to branch offset difference between v32 and v10. We memcpy()
H A Dusercopy.c14 satisfactory results for "gcc version 3.2.1 Axis release R53/1.53-v32".
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl871x_security.c381 #define Lo16(v32) ((u16)((v32) & 0xFFFF))
382 #define Hi16(v32) ((u16)(((v32) >> 16) & 0xFFFF))
/linux-4.1.27/drivers/staging/rtl8723au/core/
H A Drtw_security.c397 #define Lo16(v32) ((u16)((v32) & 0xFFFF))
398 #define Hi16(v32) ((u16)(((v32) >> 16) & 0xFFFF))
/linux-4.1.27/arch/cris/mm/
H A Dfault.c376 /* in case of delay slot fault (v32) */ find_fixup_code()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
H A Drtw_security.c367 #define Lo16(v32) ((u16)((v32) & 0xFFFF))
368 #define Hi16(v32) ((u16)(((v32) >> 16) & 0xFFFF))
/linux-4.1.27/arch/x86/lib/
H A Dinsn.c429 /* Decode imm v32(Iz). Return 0 if failed */ __get_immv32()
/linux-4.1.27/tools/lguest/
H A Dlguest.c250 #define cpu_to_le32(v32) (v32)
253 #define le32_to_cpu(v32) (v32)

Completed in 1360 milliseconds