//! Exception entry points that do not require a runtime context.
global_asm!;
pub
unsafe extern "C"
/// Returns the running address of the four-level, 4 KiB TLB refill entry.
///
/// The boot owner converts this address to the physical address required by
/// TLBRENTRY and configures PWCL/PWCH before enabling page translation. The
/// handler uses only TLBRSAVE and t0; it requires neither a stack nor TLS.
/// A missing intermediate directory fills invalid EntryLo values so the
/// original load, store or fetch fault reaches the ordinary trap handler.
pub