Searched defs:valid (Results 1 - 25 of 33) sorted by relevance

12

/gem5/src/mem/cache/replacement_policies/
H A Drandom_rp.hh54 bool valid; member in struct:RandomRP::RandomReplData
H A Dbrrip_rp.hh78 bool valid; member in struct:BRRIPRP::BRRIPReplData
/gem5/ext/pybind11/tests/
H A Dtest_callbacks.cpp124 bool valid = true; member in struct:MovableObject
/gem5/src/cpu/pred/
H A Dbtb.cc91 DefaultBTB::valid(Addr instPC, ThreadID tid) function in class:DefaultBTB
H A Dbtb.hh58 bool valid; member in struct:DefaultBTB::BTBEntry
/gem5/src/arch/riscv/
H A Dstacktrace.hh85 valid() const function in class:RiscvISA::StackTrace
/gem5/src/arch/power/
H A Dstacktrace.hh85 valid() const function in class:PowerISA::StackTrace
/gem5/src/arch/arm/
H A Dstacktrace.hh90 bool valid() const { return tc != NULL; } function in class:ArmISA::StackTrace
H A Dpagetable.hh129 bool valid; member in struct:ArmISA::TlbEntry
306 SERIALIZE_SCALAR(valid); variable
336 UNSERIALIZE_SCALAR(valid); variable
/gem5/src/arch/mips/
H A Dstacktrace.hh87 bool valid() const { return tc != NULL; } function in class:MipsISA::StackTrace
/gem5/src/arch/alpha/
H A Dstacktrace.hh89 bool valid() const { return tc != NULL; } function in class:AlphaISA::StackTrace
H A Dpagetable.hh87 bool valid() const { return (entry >> 0) & 0x1; } function in struct:AlphaISA::PageTableEntry
103 bool valid; // valid page table entry member in struct:AlphaISA::TlbEntry
/gem5/src/arch/x86/
H A Dstacktrace.hh87 bool valid() const { return tc != NULL; } function in class:X86ISA::StackTrace
/gem5/src/mem/cache/prefetch/
H A Dassociative_set.hh45 bool valid; member in class:TaggedEntry
H A Dsbooe.hh87 bool valid; member in struct:SBOOEPrefetcher::SandboxEntry
H A Dspatio_temporal_memory_streaming.hh161 bool valid; member in struct:STeMSPrefetcher::RegionMissOrderBufferEntry
/gem5/src/cpu/
H A Dtimebuf.hh52 void valid(int idx) const function in class:TimeBuffer
/gem5/util/style/
H A Dverifiers.py434 valid = ('\n', '\t') variable in class:ControlCharacters
/gem5/src/base/stats/
H A Dhdf5.cc96 Hdf5::valid() const function in class:Stats::Hdf5
H A Dtext.cc150 Text::valid() const function in class:Stats::Text
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process_handle.h472 inline bool sc_process_handle::valid() const function in class:sc_core::sc_process_handle
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h140 bool valid () const function in class:sc_core::sc_report
/gem5/src/arch/sparc/
H A Dpagetable.hh67 bool valid() const { assert(populated); return !bits(entry,62,62); } function in class:SparcISA::TteTag
151 bool valid() const { return bits(entry4u,63,63) && populated; } function in class:SparcISA::PageTableEntry
266 bool valid; member in struct:SparcISA::TlbEntry
/gem5/src/systemc/core/
H A Dsc_process_handle.cc101 sc_process_handle::valid() const function in class:sc_core::sc_process_handle
/gem5/src/base/
H A Daddr_range.hh290 bool valid() const { return _start <= _end; } function in class:AddrRange

Completed in 34 milliseconds

12