Searched refs:args64 (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/arch/amd64/amd64/ |
| H A D | netbsd32_syscall.c | 74 register_t args64[SYS_MAXSYSARGS]; in netbsd32_syscall() local 97 args64[i] = args[i]; in netbsd32_syscall() 98 error = trace_enter(code, callp, args64); in netbsd32_syscall() 112 args64[i] = args[i]; in netbsd32_syscall() 113 trace_exit(code, callp, args64, rval, error); in netbsd32_syscall()
|
| H A D | linux32_syscall.c | 41 register_t args64[6]; in linux32_syscall() local 70 args64[i] = args[i] & 0xffffffff; in linux32_syscall() 71 if ((error = trace_enter(code, callp, args64)) != 0) in linux32_syscall() 106 args64[i] = args[i] & 0xffffffff; in linux32_syscall() 107 trace_exit(code, callp, args64, rval, error); in linux32_syscall()
|
| /netbsd-src/sys/kern/ |
| H A D | sys_syscall.c | 73 register_t args64[SYS_MAXSYSARGS]; in SYS_SYSCALL() local 75 #define TRACE_ARGS args64 in SYS_SYSCALL() 98 args64[i] = SCARG(uap, args[i]); in SYS_SYSCALL()
|
| /netbsd-src/tests/modules/ufetchstore/ |
| H A D | ufetchstore_tester.c | 125 uint64_t args64; in do_ufetchstore_test() local 131 node.sysctl_data = &args64; in do_ufetchstore_test() 138 uargs = (void *)(uintptr_t)args64; in do_ufetchstore_test()
|