ThreadContext is the external interface to all thread state for anything outside of the CPU...
int ioctl(ThreadContext *tc, unsigned req, Addr buf)
Abstract method, invoked when the user program calls ioctl() on the file descriptor returned by a pre...
int open(ThreadContext *tc, int mode, int flags)
Abstract method, invoked when the user program calls open() on the device driver. ...