Searched refs:n32 (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/vdso/ |
H A D | Makefile | 43 # config-n32-o32-env.c prepares the environment to build a 32bit vDSO 46 CFLAGS_vgettimeofday-o32.o = -include $(srctree)/$(src)/config-n32-o32-env.c -include $(c-gettimeofday-y) 47 CFLAGS_vgettimeofday-n32.o = -include $(srctree)/$(src)/config-n32-o32-env.c -include $(c-gettimeofday-y) 169 targets += $(obj-vdso-y:%.o=%-n32.o) 170 targets += vdso-n32.lds 171 targets += vdso-n32.so.dbg.raw vdso-n32.so.raw 172 targets += vdso-n32.so.dbg vdso-n32 [all...] |
/kernel/linux/linux-5.10/arch/mips/vdso/ |
H A D | Makefile | 42 # config-n32-o32-env.c prepares the environment to build a 32bit vDSO 45 CFLAGS_vgettimeofday-o32.o = -include $(srctree)/$(src)/config-n32-o32-env.c -include $(c-gettimeofday-y) 46 CFLAGS_vgettimeofday-n32.o = -include $(srctree)/$(src)/config-n32-o32-env.c -include $(c-gettimeofday-y) 171 targets += $(obj-vdso-y:%.o=%-n32.o) 172 targets += vdso-n32.lds 173 targets += vdso-n32.so.dbg.raw vdso-n32.so.raw 174 targets += vdso-n32.so.dbg vdso-n32 [all...] |
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | div64.h | 15 unsigned long n32[2]; \ 22 if ((__upper = __n.n32[0])) { \ 24 : "=d" (__n.n32[0]), "=d" (__upper) \ 25 : "d" (__base), "0" (__n.n32[0])); \ 28 : "=d" (__n.n32[1]), "=d" (__rem) \ 29 : "d" (__base), "1" (__upper), "0" (__n.n32[1])); \
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | div64.h | 15 unsigned long n32[2]; \ 22 if ((__upper = __n.n32[0])) { \ 24 : "=d" (__n.n32[0]), "=d" (__upper) \ 25 : "d" (__base), "0" (__n.n32[0])); \ 28 : "=d" (__n.n32[1]), "=d" (__rem) \ 29 : "d" (__base), "1" (__upper), "0" (__n.n32[1])); \
|
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 273 const u32 *n32 = (const u32 *)n->primary_key; in neigh_key_eq128() local 276 return ((n32[0] ^ p32[0]) | (n32[1] ^ p32[1]) | in neigh_key_eq128() 277 (n32[2] ^ p32[2]) | (n32[3] ^ p32[3])) == 0; in neigh_key_eq128()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 286 const u32 *n32 = (const u32 *)n->primary_key; in neigh_key_eq128() local 289 return ((n32[0] ^ p32[0]) | (n32[1] ^ p32[1]) | in neigh_key_eq128() 290 (n32[2] ^ p32[2]) | (n32[3] ^ p32[3])) == 0; in neigh_key_eq128()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | Makefile | 83 obj-$(CONFIG_MIPS32_N32) += binfmt_elfn32.o scall64-n32.o signal_n32.o
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | Makefile | 78 obj-$(CONFIG_MIPS32_N32) += scall64-n32.o signal_n32.o
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tgafb.c | 1157 unsigned n32; local 1185 n32 = width / 32; 1217 for (j = 0; j < n32; j++) { 1218 if (j < 2 && j + 1 < n32 && !backward && 1228 } while (j + 1 < n32);
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tgafb.c | 1163 unsigned n32; local 1191 n32 = width / 32; 1223 for (j = 0; j < n32; j++) { 1224 if (j < 2 && j + 1 < n32 && !backward && 1234 } while (j + 1 < n32);
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress_internal.h | 722 const unsigned n32 = sizeof(size_t)*4; /* calculate this way due to compiler complaining in 32-bits mode */ in ZSTD_NbCommonBytes() 723 if (!(val>>n32)) { r=4; } else { r=0; val>>=n32; } in ZSTD_NbCommonBytes()
|
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | poly1305-mips.pl | 66 $flavour = shift || "64"; # supported flavours are o32,n32,64,nubi32,nubi64 70 if ($flavour =~ /64|n32/i) {{{
|
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | poly1305-mips.pl | 66 $flavour = shift || "64"; # supported flavours are o32,n32,64,nubi32,nubi64 70 if ($flavour =~ /64|n32/i) {{{
|
Completed in 13 milliseconds