MEMCONTROL(8) | MidnightBSD System Manager's Manual | MEMCONTROL(8) |
memcontrol
—
control system cache behaviour with respect to
memory
memcontrol |
list [-a ] |
memcontrol |
set -b
base -l
length -o
owner attribute |
memcontrol |
clear -o
owner |
memcontrol |
clear -b
base -l
length |
A number of supported system architectures allow the behaviour of the CPU cache to be programmed to behave differently depending on the region being written.
The memcontrol
utility provides an
interface to this facility, allowing CPU cache behavior to be altered for
ranges of system physical memory.
These ranges are typically power-of-2 aligned and sized, however
the specific rules governing their layout vary between architectures. The
memcontrol
utility does not attempt to enforce these
rules, however the system will reject any attempt to set an illegal
combination.
list
-a
set
clear
To clear based on ownership:
-o
ownerTo clear based on the base/length combination:
Base and length must exactly match an existing range.
September 15, 2002 | midnightbsd-3.1 |