Scroll to navigation

SH64_SETUP_TLB_SLOT(9) Memory Management SH64_SETUP_TLB_SLOT(9)

NAME

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

unsigned long long config_addr

Address of TLB slot.

unsigned long eaddr

Virtual address.

unsigned long asid

Address Space Identifier.

unsigned long 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@linux-sh.org>

Author.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11