Loads the data Translation Look-Aside Buffer (TLB) entry to assist a TLB reload function performed in software on the PowerPC 603 RISC Microprocessor.
Bits | Value |
---|---|
0-5 | 31 |
6-10 | /// |
11-15 | /// |
16-20 | RB |
21-30 | 978 |
31 | / |
PowerPC 603 RISC Microprocessor | |
tlbld | RB |
For better understanding, the following information is presented:
In the processing of the address translation, the Effective Address (EA) is first translated into a Virtual Address (VA). The part of the Virtual Address is used to select the TLB entry. If an entry is not found in the TLB, a miss is detected. When a miss is detected, the EA is loaded into the data TLB Miss Address (DMISS) register. The first word of the target Page Table Entry is loaded into the data TLB Miss Compare (DCMP) register. A routine is invoked to compare the content of DCMP with all the entries in the primary Page Table Entry Group (PTEG) pointed to by the HASH1 register and all the entries in the secondary PTEG pointed to by the HASH2 register. When there is a match, the tlbld instruction is invoked.
The tlbld instruction loads the data Translation Look-Aside Buffer (TLB) entry selected by the content of register RB in the following way:
The tlbld instruction has one syntax form and does not affect the Fixed-Point Exception Register. If the Record bit (Rc) is set to 1, the instruction form is invalid.
RB | Specifies the source general-purpose register for EA. |
The tlbld instruction is privileged.
tlbli (Load Instruction TLB Entry) Instruction.
PowerPC 603 RISC Microprocessor User's Manual.