1SH64_SETUP_TLB_SLOT(9) Memory Management SH64_SETUP_TLB_SLOT(9)
2
3
4
6 sh64_setup_tlb_slot - Load up a translation in a wired slot.
7
9 void sh64_setup_tlb_slot(unsigned long long config_addr,
10 unsigned long eaddr, unsigned long asid,
11 unsigned long paddr);
12
14 config_addr
15 Address of TLB slot.
16
17 eaddr
18 Virtual address.
19
20 asid
21 Address Space Identifier.
22
23 paddr
24 Physical address.
25
27 Load up a virtual<->physical translation for eaddr<->paddr in the
28 pre-allocated TLB slot config_addr (see sh64_get_wired_dtlb_entry).
29
31 Paul Mundt <lethal@linux-sh.org>
32 Author.
33
35Kernel Hackers Manual 2.6. June 2019 SH64_SETUP_TLB_SLOT(9)