haiku/headers/private/kernel/arch
Axel Dörfler 074a16b53e Added a private tls.h file with definitions for the reserved TLS slots.
Renamed i386_set_kstack() to i386_set_tss_and_kstack(), because that's what
it does.
Added a new function arch_thread_init_tls() which must be called after
having allocated the TLS area.
Renamed arch_thread_initialize_kthread_stack() to arch_thread_init_kthread_stack()
to be more consistent.
Changed the parameters for arch_thread_enter_uspace() - it now gets a pointer
to the thread structure and takes the user stack pointer from there (which
might also be architectural different).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2379 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-01-07 09:17:31 +00:00
..
alpha It is accomplished ... 2002-07-09 12:24:59 +00:00
ppc It is accomplished ... 2002-07-09 12:24:59 +00:00
sh4 It is accomplished ... 2002-07-09 12:24:59 +00:00
sparc It is accomplished ... 2002-07-09 12:24:59 +00:00
x86 Added a private tls.h file with definitions for the reserved TLS slots. 2003-01-07 09:17:31 +00:00
cpu.h Added prototypes for the sys_/user_ attribute calls. 2002-10-08 03:19:57 +00:00
dbg_console.h It is accomplished ... 2002-07-09 12:24:59 +00:00
debug.h Backported the new stack crawl command ("sc", not "bt" like in NewOS) from 2002-08-13 21:42:53 +00:00
elf.h Included NewOS change 1674. Moved private elf structures to elf_priv.h. 2002-12-30 13:34:25 +00:00
faults.h It is accomplished ... 2002-07-09 12:24:59 +00:00
int.h It is accomplished ... 2002-07-09 12:24:59 +00:00
smp.h It is accomplished ... 2002-07-09 12:24:59 +00:00
thread_struct.h It is accomplished ... 2002-07-09 12:24:59 +00:00
thread.h Added a private tls.h file with definitions for the reserved TLS slots. 2003-01-07 09:17:31 +00:00
timer.h It is accomplished ... 2002-07-09 12:24:59 +00:00
vm_translation_map.h It is accomplished ... 2002-07-09 12:24:59 +00:00
vm.h It is accomplished ... 2002-07-09 12:24:59 +00:00