apic_func_t

Prototype for callback function to which LAPIC forwards information

Synopsis:

#include <qvm/x86_64/apic.h>
typedef void apic_func_t(vdev_t *vdp,
                         int eoi,
                         unsigned vector);

Arguments:

vdp
A pointer to the virtual device.
eoi
End of interrupt.
vector
A vector number, which is a unique number identifying an interrupt or exception.

Description:

This data type is used to represent a callback function that's registered with the apic_register() function.

Page updated: