ThreadContext is the external interface to all thread state for anything outside of the CPU.
Addr mmap(ThreadContext *tc, Addr start, uint64_t length, int prot, int tgt_flags, int tgt_fd, off_t offset)
Currently, mmap() will simply setup a mapping for the associated device's packet processor's doorbell...