Xilinx MicroBlaze Reference Manual page 63

Hide thumbs Also See for MicroBlaze:
Table of Contents

Advertisement

TLB Entry Format
The following figure shows the format of a TLB entry. Each TLB entry ranges from 68 bits up
to 100 bits and is composed of two portions: TLBLO (also referred to as the data entry), and
TLBHI (also referred to as the tag entry).
X-Ref Target - Figure 2-20
TLBLO:
0
TLBHI:
0
When the Physical Address Extension (PAE) is enabled, the TLB entry is extended with up to
32 additional bits in the TLBLO RPN field to support up to a 64 bit physical address.
The TLB entry contents are described in more detail in
the TLBLO format with PAE enabled.
The fields within a TLB entry are categorized as follows:
Virtual-page identification (TAG, SIZE, V, TID): These fields identify the page-translation
entry. They are compared with the virtual-page number during the translation process.
Physical-page identification (RPN, SIZE): These fields identify the translated page in
physical memory.
Access control (EX, WR, ZSEL): These fields specify the type of access allowed in the
page and are used to protect pages from improper accesses.
Storage attributes (W, I, M, G, E, U0): These fields specify the storage-control attributes,
such as caching policy for the data cache (write-back or write-through), whether a page
is cacheable, and how bytes are ordered (endianness).
Table 2-38
shows the relationship between the TLB-entry
page size. This table also shows how the page size determines which address bits are
involved in a tag comparison, which address bits are used as a page offset, and which bits
in the physical page number are used in the physical address. With PAE enabled, the most
significant bits of the physical address are directly taken from the extended RPN field.
MicroBlaze Processor Reference Guide
UG984 (v2018.2) June 21, 2018
RPN
TAG
Figure 2-20: TLB Entry Format (PAE Disabled)
www.xilinx.com
Chapter 2: MicroBlaze Architecture
23
24
22
28
29 30
EX WR
ZSEL
W I
22
28
25
26
27
SIZE
V E
U0
Table 2-20
and
field and the translated
SIZE
31
M
G
35
TID
X19757-091117
Table
2-21, including
63
Send Feedback

Advertisement

Table of Contents
loading

Table of Contents