reactos/hal/halx86/apic
Timo Kreuzer b7a149fcec [HAL:APIC] Code fixes
* Fix some broken code
* Add some ASSERTs
* Use ApicWriteIORedirectionEntry where appropriate
* Use KeQueryInterruptHandler/KeRegisterInterruptHandler to save/restore the old handler instead of saving the KIDTENTRY
* Move HalpProfileInterruptHandler to apictimer.c and implement it
* Use READ/WRITE_REGISTER macros
* Add some symbolic names
2021-06-17 23:27:44 +02:00
..
apic.c [HAL:APIC] Code fixes 2021-06-17 23:27:44 +02:00
apicp.h [HAL:APIC] Code fixes 2021-06-17 23:27:44 +02:00
apictimer.c [HAL:APIC] Code fixes 2021-06-17 23:27:44 +02:00
apictrap.S [HAL] Use iretq instead of iret 2020-09-20 23:08:17 +02:00
halaacpi.rc [HALX86] Disable Lazy IRQL in APIC HAL (#3609) 2021-05-04 04:29:50 +03:00
halinit.c [HAL] Rename apic.h to apicp.h and move it back to the apic folder 2021-06-17 23:27:44 +02:00
processor.c [HALX86] Rearrange files in x86 HAL 2021-03-15 02:48:35 +03:00
rtctimer.c [HAL:APIC] Code fixes 2021-06-17 23:27:44 +02:00
tsc.c [HAL:APIC] Code fixes 2021-06-17 23:27:44 +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