- Timestamp:
- Mar 31, 2025 5:59:39 PM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168248
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r108791 r108805 616 616 # define IEMTLBE_F_PHYS_REV UINT64_C(0xff80000000000000) 617 617 # endif 618 /** @todo ARM: We need to identify which EL the entry is from (EL1, 619 * EL2 or EL3)! */ 618 620 #endif 619 621 /** @} */ … … 1301 1303 /** Get the current TLB page (granule) offset mask. */ 1302 1304 # define IEM_F_ARM_GET_TLB_PAGE_OFFSET_MASK(a_fExec) IEM_F_ARM_GET_S1_PAGE_OFFSET_MASK(a_fExec) 1305 1306 /** @todo ARM: Need copy of TCR_ELx.EPD0 & TCR_ELx.EPD1. */ 1303 1307 1304 1308 #endif /* ARM || doxygen */
Note:
See TracChangeset
for help on using the changeset viewer.