/haiku/headers/private/kernel/arch/x86/ |
H A D | arch_debug.h | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | arch_thread_types.h | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | arch_thread.h | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | arch_cpu.h | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
/haiku/headers/private/kernel/arch/x86/32/ |
H A D | iframe.h | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
/haiku/src/system/kernel/arch/x86/ |
H A D | x86_syscalls.h | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | asm_offsets.cpp | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | arch_user_debugger.cpp | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | arch_thread.cpp | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | arch_debug.cpp | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | arch_int.cpp | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | Jamfile | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | arch_cpu.cpp | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
/haiku/headers/private/kernel/arch/x86/64/ |
H A D | iframe.h | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | descriptors.h | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
/haiku/src/system/kernel/arch/x86/32/ |
H A D | arch.S | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | thread.cpp | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | interrupts.S | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
/haiku/src/system/kernel/arch/x86/64/ |
H A D | arch.S | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | interrupts.S | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|
H A D | thread.cpp | b5c9d24abcc3599375153ed310b495ea944d46a0 Mon Jul 09 15:43:01 UTC 2012 Alex Smith <alex@alex-smith.me.uk> Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet get interrupted because I've not implemented hardware interrupt handling yet (I'll do that next). * I've made some changes to struct iframe: I've removed the e/r prefixes from the member names for both 32/64, so now they're just named ip, ax, bp, etc. This makes it easier to write code that works with both 32/64 without having to deal with different iframe member names.
|