Searched refs:v32 (Results 1 - 11 of 11) sorted by relevance
/arch/tile/lib/ |
H A D | memset_32.c | 24 uint32_t v16, v32; local 72 v32 = __insn_intlh(v16, v16); 93 *out32 = v32; 120 *out32++ = v32; 121 *out32++ = v32; 122 *out32++ = v32; 123 *out32++ = v32; 136 *out32 = v32;
|
/arch/x86/include/asm/ |
H A D | div64.h | 46 u32 v32[2]; member in union:__anon3100 50 upper = d.v32[1]; 51 d.v32[1] = 0; 53 d.v32[1] = upper / divisor; 56 asm ("divl %2" : "=a" (d.v32[0]), "=d" (*remainder) : 57 "rm" (divisor), "0" (d.v32[0]), "1" (upper));
|
/arch/powerpc/kernel/ |
H A D | vdso.c | 355 static int __init vdso_do_func_patch32(struct lib32_elfinfo *v32, argument 361 sym32_gen = find_symbol32(v32, orig); 370 sym32_fix = find_symbol32(v32, fix); 452 static int __init vdso_do_func_patch64(struct lib32_elfinfo *v32, argument 484 static __init int vdso_do_find_sections(struct lib32_elfinfo *v32, argument 493 v32->dynsym = find_section32(v32->hdr, ".dynsym", &v32->dynsymsize); 494 v32->dynstr = find_section32(v32 524 vdso_setup_trampolines(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument 538 vdso_fixup_datapage(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument 570 vdso_fixup_features(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument 626 vdso_fixup_alt_funcs(struct lib32_elfinfo *v32, struct lib64_elfinfo *v64) argument 661 struct lib32_elfinfo v32; local [all...] |
/arch/x86/mm/ |
H A D | testmmiotrace.c | 26 static unsigned v32(unsigned i) function 44 iowrite32(v32(i), p + i); 63 if (ioread32(p + i) != v32(i))
|
/arch/cris/boot/compressed/ |
H A D | Makefile | 14 arch-$(CONFIG_ETRAX_ARCH_V32) = v32
|
/arch/cris/kernel/ |
H A D | asm-offsets.c | 12 #error One of ARCH v10 and ARCH v32 must be true!
|
/arch/cris/boot/rescue/ |
H A D | Makefile | 5 # CC = gcc-cris -mlinux -march=v32 $(LINUXINCLUDE) 9 # LD = gcc-cris -mlinux -march=v32 -nostdlib 14 arch-$(CONFIG_ETRAX_ARCH_V32) = v32
|
/arch/cris/include/arch-v32/arch/ |
H A D | cryptocop.h | 8 #include <uapi/arch-v32/arch/cryptocop.h>
|
/arch/cris/ |
H A D | Makefile | 17 arch-$(CONFIG_ETRAX_ARCH_V32) := v32
|
/arch/mips/kvm/ |
H A D | mips.c | 601 u32 v32 = (u32)v; local 603 return put_user(v32, uaddr32); 622 s32 v32; local 624 if (get_user(v32, uaddr32) != 0) 626 v = (s64)v32;
|
/arch/powerpc/platforms/powernv/ |
H A D | pci.c | 452 __be32 v32; local 453 rc = opal_pci_config_read_word(phb->opal_id, bdfn, where, &v32); 454 *val = (rc == OPAL_SUCCESS) ? be32_to_cpu(v32) : 0xffffffff;
|
Completed in 135 milliseconds