-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
arch: x86x86 specific featuresx86 specific featurestarget: kernelKernel related featuresKernel related featurestype: newImplement a new featureImplement a new feature
Description
Caching
It would be nice to allow configuring the caching policies when allocating an address.
This will soon be necessary when using DMA transfers on PCI or USB devices.
Design ideas
The caching policies could be configured using one, or several, of the following APIs:
- Configure policies using KMALLOC/VM flags
- Configure policies manually through a function call
vm_set_policy(),mmu_set_policy()
Documentation
- SDM chapter 12: Meory cache control
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arch: x86x86 specific featuresx86 specific featurestarget: kernelKernel related featuresKernel related featurestype: newImplement a new featureImplement a new feature