1SQ_UNMAP(9) Memory Management SQ_UNMAP(9)
23
4
NAME
6sq_unmap - Unmap a Store Queue allocation
7
SYNOPSIS
9void sq_unmap(unsigned long vaddr);
10
ARGUMENTS
12vaddr
13Pre-allocated Store Queue mapping.
14
DESCRIPTION
16Unmaps the store queue allocation map that was previously created by
17sq_remap. Also frees up the pte that was previously inserted into the
18kernel page table and discards the UTLB translation.
19
AUTHOR
21Paul Mundt <lethal@linux-sh.org>
22Author.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. June 2019 SQ_UNMAP(9)