Function panda_sys::cpu_reset_interrupt[][src]

pub unsafe extern "C" fn cpu_reset_interrupt(
    cpu: *mut CPUState,
    mask: c_int
)
Expand description

cpu_reset_interrupt: @cpu: The CPU to clear the interrupt on. @mask: The interrupt mask to clear.

Resets interrupts on the vCPU @cpu.