GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MEMCONTROL(8) FreeBSD 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 range slots.
List all range slots, even those that are inactive.
Set memory range attributes.
base
Memory range base address.
length
Length of memory range in bytes, power of 2.
owner
Text identifier for this setting (7 char max).
attribute
Attributes applied to this range; combinations of force, uncacheable, write-combine, write-through, write-back, and write-protect.
Clear memory range attributes. Ranges may be cleared by owner or by base/length combination.

To clear based on ownership:

owner
All ranges with this owner will be cleared.

To clear based on the base/length combination:

base
Memory range base address.
length
Length of memory range in bytes, power of 2.

Base and length must exactly match an existing range.

mem(4)
September 15, 2002 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.