Skip to main content

vector_kind_of

Function vector_kind_of 

Source
pub const fn vector_kind_of(exc: Exception) -> VectorKind
Expand description

Which vector kind an exception takes.

Every exception this crate can currently raise takes the general vector; the refill kinds arrive with the TLB in T-12-004. Written as a function rather than assumed, so that adding a TLB exception forces a decision here.