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

/gem5/src/arch/arm/
H A Dtable_walker.cc975 // Determine descriptor address
1465 DPRINTF(TLB, "L1 descriptor for %#x is %#x\n",
1520 DPRINTF(TLB, "L1 descriptor points to page table at: %#x (%s)\n",
1585 DPRINTF(TLB, "L%d descriptor for %#llx is %#llx (%s)\n",
1592 DPRINTF(TLBVerbose, "Analyzing L%d descriptor: %#llx, pxn: %d, "
1602 DPRINTF(TLBVerbose, "Analyzing L%d descriptor: %#llx, type: %d\n",
1612 DPRINTF(TLB, "L%d descriptor Invalid, causing fault type %d\n",
1633 DPRINTF(TLB, "L%d descriptor causing Address Size Fault\n",
1640 DPRINTF(TLB, "L%d descriptor causing Access Fault\n",
1670 DPRINTF(TLB, "L%d descriptor point
2049 insertTableEntry(DescriptorBase &descriptor, bool longDescriptor) argument
[all...]
H A Dtable_walker.hh73 /** Current lookup level for this descriptor */
192 /** Address of L2 descriptor if it exists */
245 /** Level 2 page table descriptor */
377 /** Long-descriptor format (LPAE) */
406 return "Inserting Page descriptor into TLB\n";
409 return "Inserting Block descriptor into TLB\n";
429 /** Return the descriptor type */
510 /** Return the address of the next descriptor */
792 /** Long-format descriptor (LPAE and AArch64) */
954 void insertTableEntry(DescriptorBase &descriptor, boo
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Deigen.h194 static constexpr auto descriptor = member in struct:EigenProps
201 // options, possibly f_contiguous or c_contiguous. We include them in the descriptor output
345 static constexpr auto name = props::descriptor;
385 static constexpr auto name = props::descriptor;
530 static constexpr auto name = props::descriptor;

Completed in 17 milliseconds