Searched defs:isWritable (Results 1 - 3 of 3) sorted by relevance
/gem5/src/dev/arm/ | ||
H A D | smmu_v3_ptops.cc | 68 V7LPageTableOps::isWritable(pte_t pte, unsigned level, bool stage2) const function in class:V7LPageTableOps 161 V8PageTableOps4k::isWritable(pte_t pte, unsigned level, bool stage2) const function in class:V8PageTableOps4k 259 V8PageTableOps16k::isWritable(pte_t pte, unsigned level, bool stage2) const function in class:V8PageTableOps16k 358 V8PageTableOps64k::isWritable(pte_t pte, unsigned level, bool stage2) const function in class:V8PageTableOps64k |
/gem5/src/mem/cache/ | ||
H A D | cache_blk.hh | 184 bool isWritable() const function in class:CacheBlk |
/gem5/src/arch/arm/ | ||
H A D | tlb.cc | 698 bool isWritable = true; local |
Completed in 24 milliseconds