⚠️ VeridianOS Kernel Documentation
- This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise.
no_std
Module cache_policy
veridian_
kernel
0.25.2
Module cache_
policy
Module Items
Constants
In veridian_
kernel::
ipc::
message
veridian_kernel
::
ipc
::
message
Module
cache_
policy
Copy item path
Source
Expand description
Cache policies
Constants
§
UNCACHED
Uncached (device memory)
WRITE_
BACK
Write-back caching (default)
WRITE_
COMBINING
Write-combining (for framebuffers)
WRITE_
THROUGH
Write-through caching