Xen Test Framework
|
Basic x86 APIC driver. More...
#include <xtf/lib.h>
#include <arch/apic.h>
#include <arch/cpuid.h>
#include <arch/lib.h>
#include <arch/page.h>
Go to the source code of this file.
Functions | |
static enum apic_mode | apicbase_to_mode (uint64_t apicbase) |
int | apic_init (enum apic_mode mode) |
Discover and initialise the local APIC to the requested mode. More... | |
Variables | |
enum apic_mode | cur_apic_mode |
Basic x86 APIC driver.
Definition in file apic.c.
int apic_init | ( | enum apic_mode | mode | ) |