apic_register()

Register a callback function to receive information from LAPIC operations

Synopsis:

#include <qvm/x86_64/apic.h>
void apic_register(vdev_t *vdp,
                   apic_func_t *apic_func)

Arguments:

vdp
A pointer to the virtual device for which the callback is being registered.
apic_func
A pointer to the callback function to run when LAPIC information is forwarded. For more information, refer to the apic_func_t reference.
Page updated: