reactos/hal/halx86/apic
Justin Miller 516ccad340
[NTOS:KE][HALX86] Implement AP startup code (#5879)
Co-authored-by: Victor Perevertkin <victor.perevertkin@reactos.org>

Introduce the initial changes needed to get other processors up and into kernel mode. 
This only supports x86 as of now but is the first real step towards using other system processors.
2023-11-19 15:51:33 -08:00
..
apic.c [HAL:APIC] Ensure the interrupt gets requested immediately in ApicRequestSelfInterrupt. CORE-17663 2022-02-13 17:15:00 -05:00
apicp.h [HALX86] Do not define unnamed enums 2022-04-26 03:38:37 +03:00
apicsmp.c [NTOS:KE][HALX86] Implement AP startup code (#5879) 2023-11-19 15:51:33 -08:00
apictimer.c [HAL:APIC] Code fixes 2021-06-17 23:27:44 +02:00
apictrap.S [HAL:APIC] Remove obsolete hacks 2021-06-17 23:27:44 +02:00
halaacpi.rc [HALX86] Disable Lazy IRQL in APIC HAL (#3609) 2021-05-04 04:29:50 +03:00
halapic.rc [HAL] Add APIC hals to setup and livecd 2021-06-17 23:27:44 +02:00
halinit.c [HALX86] Add support for parsing ACPI MADT tables 2022-04-07 22:54:32 +03:00
processor.c [NTOS:KE][HALX86] Implement AP startup code (#5879) 2023-11-19 15:51:33 -08:00
rtctimer.c [HAL/APIC] Make the real time clock more precise 2021-07-19 23:05:03 +02:00
tsc.c [HAL/APIC] Use APIC_CLOCK_VECTOR everywhere, instead of keeping separate definitions 2021-07-19 23:05:03 +02:00
tsc.h [HAL] Add some header guards. 2017-12-09 13:20:22 +01:00
tsccal.S [HALX86] Use addressing relative to RIP 2021-04-28 13:10:23 +02:00