Searched refs:prot (Results 1 - 6 of 6) sorted by relevance

/gem5/src/sim/
H A Demul_driver.hh96 int prot, int tgtFlags, int tgtFd, int offset)
95 mmap(ThreadContext *tc, Addr start, uint64_t length, int prot, int tgtFlags, int tgtFd, int offset) argument
H A Dsyscall_emul.hh1744 int prot = p->getSyscallArg(tc, index); local
1762 if ((prot & PROT_WRITE) && (tgt_flags & OS::TGT_MAP_SHARED)) {
1798 return emul_driver->mmap(tc, start, length, prot, tgt_flags,
2379 int prot = p->getSyscallArg(tc, index); local
2381 int sim_fd = socket(domain, type, prot);
2385 auto sfdp = std::make_shared<SocketFDEntry>(sim_fd, domain, type, prot);
2399 int prot = p->getSyscallArg(tc, index); local
2403 int status = socketpair(domain, type, prot, (int *)svBuf.bufferPtr());
2409 auto sfdp1 = std::make_shared<SocketFDEntry>(fds[0], domain, type, prot);
2411 auto sfdp2 = std::make_shared<SocketFDEntry>(fds[1], domain, type, prot);
[all...]
/gem5/src/arch/x86/
H A Disa.cc68 m5reg.prot = cr0.pe;
H A Dtlb.cc291 if (m5Reg.prot) {
/gem5/src/arch/x86/regs/
H A Dmisc.hh584 Bitfield<7> prot; member in namespace:X86ISA
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc666 if (m5Reg.prot) {
722 if (m5Reg.prot) {

Completed in 30 milliseconds