Query: sh64_setup_tlb_slot
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SH64_SETUP_TLB_SLOT(9) Memory Management SH64_SETUP_TLB_SLOT(9)NAMEsh64_setup_tlb_slot - Load up a translation in a wired slot.SYNOPSISvoid sh64_setup_tlb_slot(unsigned long long config_addr, unsigned long eaddr, unsigned long asid, unsigned long paddr);ARGUMENTSconfig_addr Address of TLB slot. eaddr Virtual address. asid Address Space Identifier. paddr Physical address.DESCRIPTIONLoad up a virtual<->physical translation for eaddr<->paddr in the pre-allocated TLB slot config_addr (see sh64_get_wired_dtlb_entry).AUTHORPaul Mundt <lethal@linux-sh.org> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SH64_SETUP_TLB_SLOT(9)