reactos/hal/halx86/apic
Victor Perevertkin 7601fb549c
[HALX86] Rearrange files in x86 HAL
- Rename UP -> PIC. The "up" folder in fact contains the code for
  managing the Intel 8259 PIC chip
- Move amd64/processor.c -> apic/processor.c. The code is not tied to
  amd64
- Remove platform from "halinit*" files. They already reside in the
  corresponding folder
2021-03-15 02:48:35 +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.c [HALX86] Rearrange files in x86 HAL 2021-03-15 02:48:35 +03:00
processor.c [HALX86] Rearrange files in x86 HAL 2021-03-15 02:48:35 +03:00
rtctimer.c [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
tsc.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
tsc.h [HAL] Add some header guards. 2017-12-09 13:20:22 +01:00
tsccal.S Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00