reactos/hal/halx86/apic
Victor Perevertkin 5c7ce4475e
[REACTOS] Cleanup INIT and some PAGE section allocations
- Change INIT_FUNCTION and INIT_SECTION to CODE_SEG("INIT") and DATA_SEG("INIT") respectively
- Remove INIT_FUNCTION from function prototypes
- Remove alloc_text pragma calls as they are not needed anymore
2020-11-02 21:45:31 +03:00
..
apic.c [HALX86] Deduplicate initialization of legacy PICs and remove EOI in I/O APIC initialization, which causes an unexpected interrupt 2017-12-17 09:51:37 +01:00
apic.h [HAL] Implement APIC-based profiling for x64. 2018-02-15 12:45:29 +01:00
apictimer.c [HAL] Implement APIC-based profiling for x64. 2018-02-15 12:45:29 +01:00
apictrap.S [HAL] Use iretq instead of iret 2020-09-20 23:08:17 +02:00
halinit_apic.c [HAL] Implement APIC-based profiling for x64. 2018-02-15 12:45:29 +01:00
rtctimer.c [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
tsc.c
tsc.h
tsccal.S