Function twz_rt::rr_upcall_entry

source ·
#[no_mangle]
pub unsafe extern "C-unwind" fn rr_upcall_entry(
    rdi: *mut UpcallFrame,
    rsi: *const UpcallData
) -> !
Expand description

Entry for upcalls.

Safety

This function may not be called except as an upcall from the kernel.