Searched refs:n64 (Results 1 – 8 of 8) sorted by relevance
8 # The <abi> is always "n64" for this file.10 0 n64 read sys_read11 1 n64 write sys_write12 2 n64 open sys_open13 3 n64 close sys_close14 4 n64 stat sys_newstat15 5 n64 fstat sys_newfstat16 6 n64 lstat sys_newlstat17 7 n64 poll sys_poll18 8 n64 lseek sys_lseek[all …]
16 unsigned long long n64; \21 __n.n64 = (n); \30 (n) = __n.n64; \
6 cflags-$(CONFIG_MACH_NINTENDO64) += -I$(srctree)/arch/mips/include/asm/mach-n64
12 obj-$(CONFIG_SND_N64) += snd-n64.o
21 platform-$(CONFIG_MACH_NINTENDO64) += n64/
79 obj-$(CONFIG_64BIT) += scall64-n64.o
1056 unsigned long dpos, spos, i, n64; local1063 n64 = (height * width) / 64;1069 for (i = 0; i < n64; ++i) {1081 for (i = 0; i < n64; ++i) {