Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl10 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
17 7 n64 poll sys_poll
18 8 n64 lseek sys_lseek
22 12 n64 brk sys_brk
31 21 n64 pipe sysm_pipe
41 31 n64 dup sys_dup
[all …]
/linux-6.15/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl10 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
17 7 n64 poll sys_poll
18 8 n64 lseek sys_lseek
22 12 n64 brk sys_brk
31 21 n64 pipe sysm_pipe
41 31 n64 dup sys_dup
[all …]
/linux-6.15/arch/m68k/include/asm/
H A Ddiv64.h16 unsigned long long n64; \
21 __n.n64 = (n); \
30 (n) = __n.n64; \
/linux-6.15/arch/mips/n64/
H A DPlatform6 cflags-$(CONFIG_MACH_NINTENDO64) += -I$(srctree)/arch/mips/include/asm/mach-n64
/linux-6.15/sound/mips/
H A DMakefile12 obj-$(CONFIG_SND_N64) += snd-n64.o
/linux-6.15/arch/mips/
H A DKbuild.platforms21 platform-$(CONFIG_MACH_NINTENDO64) += n64/
/linux-6.15/tools/perf/trace/beauty/
H A Dsyscalltbl.sh108 build_tables "$tools_dir/perf/arch/mips/entry/syscalls/syscall_n64.tbl" "$outfile" common,64,n64 EM…
/linux-6.15/arch/mips/kernel/
H A DMakefile76 obj-$(CONFIG_64BIT) += scall64-n64.o
/linux-6.15/drivers/video/fbdev/
H A Dtgafb.c1068 unsigned long dpos, spos, i, n64; local
1075 n64 = (height * width) / 64;
1081 for (i = 0; i < n64; ++i) {
1093 for (i = 0; i < n64; ++i) {