Searched refs:DPRINTF_SYSCALL (Results 1 - 4 of 4) sorted by relevance
/gem5/src/sim/ |
H A D | syscall_debug_macros.hh | 59 #define DPRINTF_SYSCALL(FLAGEXT, FMT, ...) \ macro
|
H A D | syscall_desc.cc | 68 DPRINTF_SYSCALL(Base, "%s called w/arguments %d, %d, %d, %d, %d, %d\n", 81 DPRINTF_SYSCALL(Base, "%s needs retry\n", _name); 83 DPRINTF_SYSCALL(Base, "%s returns %d\n", _name, retval.encodedValue());
|
H A D | syscall_emul.hh | 688 DPRINTF_SYSCALL(Verbose, "ioctl(%d, 0x%x, ...)\n", tgt_fd, req); 842 DPRINTF_SYSCALL(Verbose, "open%s: passing call to " 893 DPRINTF_SYSCALL(Verbose, "open%s: failed -> path:%s " 909 DPRINTF_SYSCALL(Verbose, "open%s: sim_fd[%d], target_fd[%d] -> path:%s\n" 1442 DPRINTF_SYSCALL(Verbose, "fstat(%d, ...)\n", tgt_fd); 1527 DPRINTF_SYSCALL(Verbose, "clone: no spare thread context in system" 1828 DPRINTF_SYSCALL(Verbose, " mmap range is 0x%x - 0x%x\n", 2699 DPRINTF_SYSCALL(Verbose, "wait4: rusage pointer provided %lx, however "
|
H A D | syscall_emul.cc | 285 DPRINTF_SYSCALL(Verbose, "brk: break point changed to: %#X\n",
|
Completed in 23 milliseconds