Searched refs:commPage (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/arm/linux/
H A Dprocess.hh80 static const Addr commPage; member in class:ArmLinuxProcess32
H A Dprocess.cc150 tc->getVirtProxy().writeBlob(ArmLinuxProcess32::commPage + 0x0ff0,
1690 const Addr ArmLinuxProcess32::commPage = 0xffff0000; member in class:ArmLinuxProcess32
1731 allocateMem(commPage, PageBytes);
1740 tc->getVirtProxy().writeBlob(commPage + addr,
1749 tc->getVirtProxy().writeBlob(commPage + 0x0fa0, memory_barrier,
1763 tc->getVirtProxy().writeBlob(commPage + 0x0fc0, cmpxchg, sizeof(cmpxchg));
1771 tc->getVirtProxy().writeBlob(commPage + 0x0fe0, get_tls, sizeof(get_tls));
/gem5/src/arch/arm/freebsd/
H A Dprocess.hh70 static const Addr commPage; member in class:ArmFreebsdProcess32

Completed in 10 milliseconds