Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl8 # The <abi> is always "n64" for this file.
10 0 n64 read sys_read
11 1 n64 write sys_write
12 2 n64 open sys_open
13 3 n64 close sys_close
14 4 n64 stat sys_newstat
15 5 n64 fstat sys_newfstat
16 6 n64 lstat sys_newlstat
17 7 n64 poll sys_poll
18 8 n64 lseek sys_lseek
[all …]
/linux-5.19.10/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl8 # The <abi> is always "n64" for this file.
10 0 n64 read sys_read
11 1 n64 write sys_write
12 2 n64 open sys_open
13 3 n64 close sys_close
14 4 n64 stat sys_newstat
15 5 n64 fstat sys_newfstat
16 6 n64 lstat sys_newlstat
17 7 n64 poll sys_poll
18 8 n64 lseek sys_lseek
[all …]
/linux-5.19.10/arch/m68k/include/asm/
Ddiv64.h16 unsigned long long n64; \
21 __n.n64 = (n); \
30 (n) = __n.n64; \
/linux-5.19.10/arch/mips/n64/
DPlatform6 cflags-$(CONFIG_MACH_NINTENDO64) += -I$(srctree)/arch/mips/include/asm/mach-n64
/linux-5.19.10/sound/mips/
DMakefile12 obj-$(CONFIG_SND_N64) += snd-n64.o
/linux-5.19.10/arch/mips/
DKbuild.platforms21 platform-$(CONFIG_MACH_NINTENDO64) += n64/
/linux-5.19.10/arch/mips/kernel/
DMakefile79 obj-$(CONFIG_64BIT) += scall64-n64.o
/linux-5.19.10/drivers/video/fbdev/
Dtgafb.c1056 unsigned long dpos, spos, i, n64; local
1063 n64 = (height * width) / 64;
1069 for (i = 0; i < n64; ++i) {
1081 for (i = 0; i < n64; ++i) {