Searched refs:present (Results 1 - 16 of 16) sorted by relevance

/gem5/src/arch/x86/
H A Dpagetable.hh162 bool present() { return pte.p; } function in class:X86ISA::LongModePTE
163 void present(bool p) { pte.p = p ? 1 : 0; } function in class:X86ISA::LongModePTE
186 present(_present);
H A Dfaults.hh308 Bitfield<0> present; member in class:X86ISA::PageFault
322 PageFault(Addr _addr, bool present, BaseTLB::Mode mode, argument
327 code.present = present;
H A Dfaults.cc214 dataAttr.present = 1;
236 codeAttr.present = 1;
262 tslAttr.present = 1;
270 trAttr.present = 1;
H A Dtypes.hh101 //this implementation, it being set means an REX prefix was present.
102 Bitfield<6> present; member in namespace:X86ISA
146 Bitfield<0> present; member in namespace:X86ISA
H A Ddecoder.cc226 emi.vex.present = 1;
231 emi.vex.present = 1;
279 emi.vex.present = 0;
320 emi.vex.present = 0;
H A Dpagetable_walker.hh143 Fault pageFault(bool present);
H A Dprocess.cc250 initDesc.p = 1; // present
352 tss_attr.present = TSSDescLow.p;
369 tslAttr.present = 1;
577 dataAttr.present = 1;
598 csAttr.present = 1;
688 dataAttr.present = 1;
711 csAttr.present = 1;
901 // This is the name of the file which is present on the initial stack
H A Dpagetable_walker.cc730 Walker::WalkerState::pageFault(bool present) argument
736 return std::make_shared<PageFault>(entry.vaddr, present, mode,
H A Dsystem.cc79 attr.present = desc.p;
152 initDesc.p = 1; // present
226 // read/write, user, not present
237 // read/write, user, not present
253 // read/write, user, present, 4MB
/gem5/src/mem/ruby/structures/
H A DPersistentTable.cc52 bool present = !r.second; local
56 if (present) {
65 if (present)
102 // No entry present
164 // If an entry is present, it must be locked
/gem5/src/arch/x86/insts/
H A Dmicroldstop.hh85 (dataSize == 1 && !_machInst.rex.present) ? 1 << 6 : 0;
87 (addressSize == 1 && !_machInst.rex.present) ? 1 << 6 : 0;
H A Dmicroregop.hh70 foldOBit = (dataSize == 1 && !_machInst.rex.present) ? 1 << 6 : 0;
/gem5/src/mem/
H A Dmulti_level_page_table.hh155 if (!first.present()) {
246 old_entry.present(false);
268 fatal_if(!entry.present(),
270 entry.present(false);
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc192 seg.present, seg.dpl, seg.db, seg.s, seg.l, seg.g, seg.avl, seg.unusable);
509 if (!seg.present)
719 kvm_seg.present = attr.present;
996 attr.present = kvm_seg.present;
1259 // Synchronize the APIC base and CR8 here since they are present
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Dillegal.S24 # Skip the rest of the test if S-mode is not present.
/gem5/src/arch/x86/regs/
H A Dmisc.hh706 Bitfield<8> MCGCP; // MCG_CTL register present.
994 Bitfield<7> present; member in namespace:X86ISA

Completed in 45 milliseconds