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

flush_btb

Function flush_btb 

Source
pub fn flush_btb()
Expand description

Flush the Branch Target Buffer (issue IBPB).

Should be called on context switches between different security domains (e.g., different processes) to prevent branch-target poisoning.