Searched refs:CTXT_SWITCH_STACK_BYTES (Results 1 – 2 of 2) sorted by relevance
26 #define CTXT_SWITCH_STACK_BYTES (offsetof(struct cpu_user_regs, es)) macro
1599 memcpy(&p->arch.user_regs, stack_regs, CTXT_SWITCH_STACK_BYTES); in __context_switch()1615 memcpy(stack_regs, &n->arch.user_regs, CTXT_SWITCH_STACK_BYTES); in __context_switch()
Completed in 5 milliseconds