Skip to main content

write_exception_vector_base

Function write_exception_vector_base 

Source
pub unsafe fn write_exception_vector_base(vbar: usize)
Expand description

Writes exception vector base address register (VBAR_EL1).

ยงSafety

This function is unsafe as it changes the exception handling behavior of the current CPU.