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

/fuchsia/zircon/kernel/arch/arm64/
H A Dthread.cpp20 struct context_switch_frame { struct
39 static_assert(sizeof(context_switch_frame) % 16 == 0, "");
54 struct context_switch_frame* frame = (struct context_switch_frame*)(stack_top);
119 struct context_switch_frame* frame = (struct context_switch_frame*)t->arch.sp;

Completed in 30 milliseconds