Ignore:
Timestamp:
Jul 3, 2017, 5:21:06 PM (7 years ago)
Author:
max@…
Message:

start moving the APIC into the XCU driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_apic.h

    r89 r135  
    2121
    2222#ifndef x86_ASM
     23void hal_ioapic_set_entry(uint8_t index, uint64_t data);
     24
    2325uint32_t hal_lapic_gid();
    2426void hal_apic_init();
    2527#endif
     28
     29/*
     30 *******************************************************************************
     31 * IOAPIC
     32 *******************************************************************************
     33 */
     34
     35#define IOENTRY_DISABLE 0x10000
     36
     37
     38/*
     39 *******************************************************************************
     40 * LAPIC
     41 *******************************************************************************
     42 */
    2643
    2744#define LAPIC_SPURIOUS_VECTOR   LAPICVEC_MIN
Note: See TracChangeset for help on using the changeset viewer.