Home
last modified time | relevance | path

Searched refs:n32 (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/mips/vdso/
DMakefile129 targets += $(obj-vdso-y:%.o=%-n32.o)
130 targets += vdso-n32.lds vdso-n32.so.dbg vdso-n32.so vdso-n32-image.c
134 obj-vdso-n32 := $(obj-vdso-y:%.o=$(obj)/%-n32.o)
136 $(obj-vdso-n32): KBUILD_CFLAGS := $(cflags-vdso) -mabi=n32
137 $(obj-vdso-n32): KBUILD_AFLAGS := $(aflags-vdso) -mabi=n32
139 $(obj)/%-n32.o: $(src)/%.S FORCE
142 $(obj)/%-n32.o: $(src)/%.c FORCE
146 $(obj)/vdso-n32.lds: KBUILD_CPPFLAGS := -mabi=n32
147 $(obj)/vdso-n32.lds: $(src)/vdso.lds.S FORCE
150 $(obj)/vdso-n32.so.dbg: $(obj)/vdso-n32.lds $(obj-vdso-n32) FORCE
[all …]
/linux-4.4.14/arch/tile/lib/
Dmemset_32.c23 int n32; in memset() local
68 n32 = n >> 2; in memset()
87 if (to_align32 <= n32 - CACHE_LINE_SIZE_IN_WORDS) { in memset()
91 n32 -= to_align32; in memset()
98 lines_left = (unsigned)n32 / CACHE_LINE_SIZE_IN_WORDS; in memset()
130 n32 &= CACHE_LINE_SIZE_IN_WORDS - 1; in memset()
134 if (n32 != 0) { in memset()
138 } while (--n32 != 0); in memset()
/linux-4.4.14/arch/m68k/include/asm/
Ddiv64.h14 unsigned long n32[2]; \
21 if ((__upper = __n.n32[0])) { \
23 : "=d" (__n.n32[0]), "=d" (__upper) \
24 : "d" (__base), "0" (__n.n32[0])); \
27 : "=d" (__n.n32[1]), "=d" (__rem) \
28 : "d" (__base), "1" (__upper), "0" (__n.n32[1])); \
/linux-4.4.14/include/net/
Dneighbour.h263 const u32 *n32 = (const u32 *)n->primary_key; in neigh_key_eq128() local
266 return ((n32[0] ^ p32[0]) | (n32[1] ^ p32[1]) | in neigh_key_eq128()
267 (n32[2] ^ p32[2]) | (n32[3] ^ p32[3])) == 0; in neigh_key_eq128()
/linux-4.4.14/drivers/video/fbdev/
Dtgafb.c1152 unsigned n32; local
1178 n32 = width / 32;
1210 for (j = 0; j < n32; j++) {
1211 if (j < 2 && j + 1 < n32 && !backward &&
1221 } while (j + 1 < n32);
/linux-4.4.14/arch/mips/kernel/
DMakefile74 obj-$(CONFIG_MIPS32_N32) += binfmt_elfn32.o scall64-n32.o signal_n32.o
/linux-4.4.14/arch/mips/
DKconfig2972 bool "Kernel support for n32 binaries"
2978 Select this option if you want to run n32 binaries. These are