Searched refs:x86_context_switch (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/kernel/arch/x86/64/
H A Dcpu.h33 x86_context_switch(arch_thread* oldState, arch_thread* newState) function
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S96 /* void x86_context_switch(struct arch_thread* oldState,
98 FUNCTION(x86_context_switch):
109 FUNCTION_END(x86_context_switch)
/haiku/src/system/kernel/arch/x86/
H A Darch_thread.cpp238 x86_context_switch(&from->arch_info, &to->arch_info);
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h687 void x86_context_switch(struct arch_thread* oldState,

Completed in 74 milliseconds