haiku/headers/private/kernel/arch
Daniel Martin 370dde2255 CPUID returns CPU Features in EDX and extended features in ECX
No functional changes

Change-Id: I98a9e5c9658a5464ba6fa71bc5d2c5d646a57ab1
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7672
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
2024-05-17 17:25:26 +00:00
..
arm kernel/arm/paging: implement Modified Flag 2023-06-18 11:18:24 +00:00
arm64 arm64: Use WFI for idling 2024-03-12 20:44:21 +00:00
generic pci: extend MSI interrupt vector number to 32 bits 2024-02-28 23:17:42 +00:00
m68k m68k: VMTranslationMap.h is not needed in arch_vm.h 2023-09-17 19:12:33 +00:00
mipsel Fix definition of PAGESIZE and B_PAGE_SIZE 2021-01-08 12:02:16 +00:00
ppc Various PowerPC fixes 2023-10-06 20:38:24 +00:00
riscv64 mmu/riscv64: implement global page mapping support 2023-07-11 17:34:31 +00:00
sparc Fix definition of PAGESIZE and B_PAGE_SIZE 2021-01-08 12:02:16 +00:00
x86 CPUID returns CPU Features in EDX and extended features in ECX 2024-05-17 17:25:26 +00:00
atomic.h kernel: No need for arch specific ifdefs in arch/atomic.h 2014-01-20 04:09:17 +01:00
cpu.h kernel: add generic wrapper for accessing user memory 2014-09-14 22:39:07 +02:00
debug.h kernel/arch: Make arch_debug_get_caller() a macro implemented by a builtin. 2023-09-23 18:41:04 +00:00
debug_console.h * Added arch_debug_blue_screen_try_getchar() and arch_debug_serial_try_getchar() 2011-06-12 17:15:42 +00:00
elf.h system: Build using public elf.h header 2015-11-07 11:49:56 +13:00
int.h kernel/int: consolidate interrupt vector number to `int32` 2024-03-06 16:03:45 +00:00
platform.h Implemented first basic APM driver. Only tested with QEMU so far, that's why 2006-01-28 18:11:20 +00:00
real_time_clock.h The real_time_data structure contains an architecture specific 2006-01-04 02:17:59 +00:00
smp.h x86: Make arch/smp.h a C++ only header 2013-12-20 22:05:26 +01:00
system_info.h kernel/cpu: add cpu_frequency() 2020-09-15 20:42:14 +00:00
thread.h Revert the rest of the COMPAT_MODE changes (back to hrev52003.) 2018-06-15 00:20:56 -04:00
thread_types.h
timer.h Mass updating of OpenBeOS text to Haiku 2021-11-07 10:00:35 +00:00
user_debugger.h kernel: +arch_get_thread_debug_cpu_state() 2016-04-24 17:29:28 +02:00
user_memory.h kernel/arm: use generic/user_memory.h 2022-07-04 16:43:39 +00:00
vm.h * First run through the kernel's private parts to use phys_{addr,size}_t 2010-05-25 21:34:08 +00:00
vm_translation_map.h s/Haiku License/MIT License/g. 2019-08-30 18:16:02 -04:00
vm_types.h