haiku/headers/private/kernel/arch
Alex Smith 5e0c3db286 Account for the physical map area in the kernel VM space. Fixes #9547.
The physical memory map area was not included in the kernel virtual
address space range (it was below KERNEL_BASE). This caused problems
if an I/O operation took place on physical memory mapped there (the
bad address error seen in #9547 was occurring in lock_memory_etc()).
Changed KERNEL_BASE and KERNEL_SIZE to cover the area and add a null
area that covers all of it. Also changed X86VMTranslationMap64Bit to
handle large pages in Query(), as the physical map area uses large
pages.
2013-03-22 18:30:01 +00:00
..
alpha
arm Use the existing ARM MMU definitions and remove duplicates. 2012-12-04 23:38:06 +01:00
generic uart: Style Cleanup, no functional change 2012-05-17 03:31:02 -05:00
m68k Improved safety for user memory accesses. 2012-08-02 09:32:33 +01:00
mipsel Improved safety for user memory accesses. 2012-08-02 09:32:33 +01:00
ppc Improved safety for user memory accesses. 2012-08-02 09:32:33 +01:00
sh4
sparc
x86 Account for the physical map area in the kernel VM space. Fixes #9547. 2013-03-22 18:30:01 +00:00
cpu.h
debug_console.h * Added arch_debug_blue_screen_try_getchar() and arch_debug_serial_try_getchar() 2011-06-12 17:15:42 +00:00
debug.h Reimplemented the gdb stub support for the 'g' command (read registers): 2011-06-03 15:35:10 +00:00
elf.h Support ELF64 in the kernel. 2012-07-09 11:11:38 +01:00
int.h
platform.h
real_time_clock.h
smp.h
system_info.h
thread_types.h
thread.h Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
timer.h
user_debugger.h Merged the signals branch into trunk, with these changes: 2011-01-10 21:54:38 +00:00
vm_translation_map.h
vm_types.h
vm.h