haiku/headers/private/kernel/arch/x86
Pawel Dziepak 9c0ff0eed1 kernel: Add cpufreq module for Intel P-states
Since Sandy Bridge managing P-states on Intel processors is much easier
and more powerful than when using previous versions of EIST.
2013-10-30 00:55:03 +01:00
..
32 Killed off vm86 code, no longer being used. 2012-08-03 16:49:15 +01:00
64 System call restart support. 2012-08-05 14:20:37 +01:00
apic.h Added x2APIC support. 2013-08-26 21:08:21 +02:00
apm.h Compile in arch_platform.cpp for x86_64. The apm_init call is disabled for x86_64, APM is 32-bit only. 2012-07-06 14:17:48 +01:00
arch_acpi.h * Add validation of the RSDP checksums. 2011-06-12 22:01:43 +00:00
arch_cpu.h kernel: Add cpufreq module for Intel P-states 2013-10-30 00:55:03 +01:00
arch_debug.h Implemented threading for x86_64. 2012-07-09 16:43:01 +01:00
arch_hpet.h
arch_int.h x86_{read,write}_cr{0,4} can just be implemented as macros, put an x86_ prefix on the other read/write macros for consistency. 2012-07-03 20:55:36 +01:00
arch_kernel_args.h Implemented long mode setup/switch code, the bootloader can now start the 64-bit kernel! 2012-06-26 11:08:21 +01:00
arch_kernel.h x86_64: put user stack and team data at top of user address space 2013-04-04 20:54:56 +02:00
arch_smp.h
arch_system_info.h x86[_64]: Add support for CPUID sub-leaves 2013-10-01 20:31:18 +02:00
arch_thread_types.h Implemented the rest of the kernel debugger functions for x86_64. 2012-07-13 14:09:09 +01:00
arch_thread.h Implemented signals for x86_64. 2012-07-30 13:52:51 +01:00
arch_user_debugger.h Implemented user debugging support for x86_64. 2012-08-07 20:20:42 +01:00
arch_vm_translation_map.h
arch_vm_types.h
arch_vm.h
bios.h Moved some 32-bit specific stuff to the 32 subdirectory. 2012-07-12 14:23:55 +01:00
descriptors.h Cleaner separation of 32-/64-bit specific CPU/interrupt code. 2012-08-18 17:43:40 +01:00
ioapic.h
msi_priv.h MSI: Use the effective APIC id of the boot CPU for the address destination. 2013-07-29 17:36:03 +02:00
msi.h MSI: Use the effective APIC id of the boot CPU for the address destination. 2013-07-29 17:36:03 +02:00
pic.h
smp_priv.h Renamed remaining i386_* functions to x86_* for consistency. 2012-07-09 12:14:18 +01:00
timer.h
vesa.h