Searched refs:stack_regs (Results 1 – 1 of 1) sorted by relevance
1692 struct cpu_user_regs *stack_regs = guest_cpu_user_regs(); in __context_switch() local1704 memcpy(&p->arch.user_regs, stack_regs, CTXT_SWITCH_STACK_BYTES); in __context_switch()1720 memcpy(stack_regs, &n->arch.user_regs, CTXT_SWITCH_STACK_BYTES); in __context_switch()
Completed in 5 milliseconds