other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SQ_UNMAP(9) | Memory Management | SQ_UNMAP(9) |
NAME¶
sq_unmap - Unmap a Store Queue allocationSYNOPSIS¶
void
sq_unmap(unsigned long vaddr);
ARGUMENTS¶
vaddrPre-allocated Store Queue mapping.
DESCRIPTION¶
Unmaps the store queue allocation map that was previously created by sq_remap. Also frees up the pte that was previously inserted into the kernel page table and discards the UTLB translation.AUTHOR¶
Paul Mundt <lethal@linux-sh.org>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |