⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module cache_policy

Module cache_policy 

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