sh64_setup_tlb_slot (9) Linux Manual Page
sh64_setup_tlb_slot – Load up a translation in a wired slot.
Synopsis
void sh64_setup_tlb_slot(unsigned long long config_addr, unsigned long eaddr, unsigned long asid, unsigned long paddr);
Arguments
config_addr
-
- Address of TLB slot.
eaddr
- Virtual address.
asid
- Address Space Identifier.
paddr
- Physical address.
Description
Load up a virtual<->physical translation for eaddr<->paddr in the pre-allocated TLB slot config_addr (see sh64_get_wired_dtlb_entry).
Author
Paul Mundt <lethal [at] linux-sh.org>
- Author.
