Makes a translation look-aside buffer entry invalid for subsequent address translations.
Notes:
PowerPC | |
---|---|
tlbie | RB |
POWER | |
---|---|
tlbi | RA,RB |
The PowerPC instruction tlbie searches the Translation Look-Aside Buffer (TLB) for an entry corresponding to the effective address (EA). The search is done regardless of the setting of Machine State Register (MSR) Instruction Relocate bit or the MSR Data Relocate bit. The search uses a portion of the EA including the least significant bits, and ignores the content of the Segment Registers. Entries that satisfy the search criteria are made invalid so will not be used to translate subsequent storage accesses.
The POWER instruction tlbi expands the EA to its virtual address and invalidates any information in the TLB for the virtual address, regardless of the setting of MSR Instruction Relocate bit or the MSR Data Relocate bit. The EA is placed into the general-purpose register (GPR) RA.
Consider the following when using the POWER instruction tlbi:
The tlbie and tlbi instructions have one syntax form and do not affect the Fixed-Point Exception Register. If the Record bit (Rc) is set to 1, the instruction form is invalid.
The following parameter pertains to the PowerPC instruction, tlbie, only:
RB | Specifies the source general-purpose register containing the EA for the search. |
The following parameters pertain to the POWER instruction, tlbi, only:
The tlbie and tlbi instructions are privileged.