This website requires JavaScript.
Explore
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
57cbc95a2fbf0e708a11f6dd58d42cdc2d600c73
haiku-beta6
/
headers
/
private
/
kernel
/
arch
/
x86
T
History
Michael Lotz
2a03240eb1
Reverted my last change as it turned out that the lazy FPU state handling was not SMP safe afterall and the performance gain is questionable. Maybe it'll be implemented correctly in the future. Sorry for any inconvenience this may have cost.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17272 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-04-29 22:10:04 +00:00
..
apm.h
The APM now successfully shuts down my IBM ThinkPad T40. It's still disabled
2006-01-29 15:51:33 +00:00
arch_config.h
…
arch_cpu.h
Reverted my last change as it turned out that the lazy FPU state handling was not SMP safe afterall and the performance gain is questionable. Maybe it'll be implemented correctly in the future. Sorry for any inconvenience this may have cost.
2006-04-29 22:10:04 +00:00
arch_elf.h
…
arch_int.h
…
arch_kernel_args.h
…
arch_kernel.h
…
arch_real_time_data.h
The real_time_data structure contains an architecture specific
2006-01-04 02:17:59 +00:00
arch_system_info.h
* Added missing prototypes for get_eflags() and set_eflags() to arch_system_info.h
2005-12-14 10:43:28 +00:00
arch_thread_types.h
Implemented SSE2/3 support (tested with VLC).
2006-03-02 17:12:56 +00:00
arch_thread.h
The "where" or "sc" command now switches the page directory to the specified thread
2005-11-04 15:58:04 +00:00
arch_user_debugger.h
…
arch_vm_translation_map.h
…
arch_vm_types.h
The short story: we now have MTRR support on Intel and AMD CPUs (the latter
2005-12-13 16:34:29 +00:00
arch_vm.h
* vm_page::offset is now called cache_offset and is now an uint32 instead of off_t;
2005-12-21 12:38:31 +00:00
bios.h
…
descriptors.h
Implemented first basic APM driver. Only tested with QEMU so far, that's why
2006-01-28 18:11:20 +00:00
selector.h
…
smp_apic.h
* renamed smp_boot.c to smp.cpp
2005-10-26 22:57:13 +00:00
smp_priv.h
…
timer.h
…
types.h
…
vesa.h
…