Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/syscalls/
A Dsyscall_n32.tbl10 0 n32 read sys_read
11 1 n32 write sys_write
12 2 n32 open sys_open
13 3 n32 close sys_close
14 4 n32 stat sys_newstat
17 7 n32 poll sys_poll
18 8 n32 lseek sys_lseek
22 12 n32 brk sys_brk
31 21 n32 pipe sysm_pipe
41 31 n32 dup sys_dup
[all …]
/linux/arch/mips/vdso/
A DMakefile172 targets += vdso-n32.lds
173 targets += vdso-n32.so.dbg.raw vdso-n32.so.raw
174 targets += vdso-n32.so.dbg vdso-n32.so
179 obj-vdso-n32 := $(obj-vdso-y:%.o=$(obj)/%-n32.o)
181 $(obj-vdso-n32): KBUILD_CFLAGS := $(cflags-vdso) -mabi=n32
182 $(obj-vdso-n32): KBUILD_AFLAGS := $(aflags-vdso) -mabi=n32
191 $(obj)/vdso-n32.lds: KBUILD_CPPFLAGS := $(ccflags-vdso) -mabi=n32
195 $(obj)/vdso-n32.so.dbg.raw: $(obj)/vdso-n32.lds $(obj-vdso-n32) FORCE
198 $(obj)/vdso-n32-image.c: VDSO_NAME := n32
199 $(obj)/vdso-n32-image.c: $(obj)/vdso-n32.so.dbg.raw $(obj)/vdso-n32.so.raw \
[all …]
/linux/arch/m68k/include/asm/
A Ddiv64.h15 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])); \
/linux/include/net/
A Dneighbour.h286 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()
/linux/drivers/video/fbdev/
A Dtgafb.c1153 unsigned n32; local
1181 n32 = width / 32;
1213 for (j = 0; j < n32; j++) {
1214 if (j < 2 && j + 1 < n32 && !backward &&
1224 } while (j + 1 < n32);
/linux/lib/zstd/compress/
A Dzstd_compress_internal.h596 …const unsigned n32 = sizeof(size_t)*4; /* calculate this way due to compiler complaining in 32-b… in ZSTD_NbCommonBytes()
597 if (!(val>>n32)) { r=4; } else { r=0; val>>=n32; } in ZSTD_NbCommonBytes()
/linux/arch/mips/kernel/
A DMakefile82 obj-$(CONFIG_MIPS32_N32) += scall64-n32.o signal_n32.o
/linux/arch/mips/
A DKconfig3190 bool "Kernel support for n32 binaries"
3197 Select this option if you want to run n32 binaries. These are

Completed in 35 milliseconds