reactos/hal/halx86/apic
Timo Kreuzer e452980e0e [HALX86/APIC] Change IRQL for x86 profile interrupt to HIGH_LEVEL
While PROFILE_LEVEL is defined as 27 on x86, this does not match the vector for the profiling interrupt, which is 0xFD (see https://community.osr.com/t/odd-ioapic-output/45216), implying IRQL 31.
Fixes boot with x86 APIC hal (CORE-20093)
2025-04-24 11:36:12 +00:00
..
apic.c [HALX86/APIC] Read APIC Id from APIC instead of using initial Id 2025-04-24 11:36:12 +00:00
apicp.h [HALX86/APIC] Change IRQL for x86 profile interrupt to HIGH_LEVEL 2025-04-24 11:36:12 +00:00
apicsmp.c [HALX86] Some improvements / bugfixes for IPI support functions 2023-12-08 19:28:57 +02:00
apictimer.c [HALX86/APIC] Mask profiling interrupt on init 2025-04-24 11:36:12 +00:00
apictrap.S [NTOS:KE/x64] Clean up EnterTrap/ExitTrap 2024-04-14 16:09:20 +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/APIC] Change IRQL for x86 profile interrupt to HIGH_LEVEL 2025-04-24 11:36:12 +00:00
processor.c [NTOS:KE][HALX86] Implement AP startup code (#5879) 2023-11-19 15:51:33 -08:00
rtctimer.c [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09: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
tsccal.S