Searched refs:context (Results 1 – 11 of 11) sorted by relevance
105 cs = regs->context.ctx2.xcs; in dump_regs()106 eip = regs->context.ctx2.eip; in dump_regs()107 eflags = regs->context.ctx2.eflags; in dump_regs()112 cs = regs->context.ctx1.xcs; in dump_regs()113 eip = regs->context.ctx1.eip; in dump_regs()114 eflags = regs->context.ctx1.eflags; in dump_regs()
78 } context; member
314 bl psci_get_context_id @ context id => r0315 push {r0} @ save context id318 pop {r1} @ context id => r1
93 bl psci_save @ store target PC and context id
31 (Inter Processor Communication) framework. Within the context of
30 li a0, 0 # Use hard register context
353 ucontext_t __maybe_unused *context = con; in os_signal_handler() local357 pc = context->uc_mcontext.gregs[REG_RIP]; in os_signal_handler()359 pc = context->uc_mcontext.pc; in os_signal_handler()361 pc = context->uc_mcontext.__gregs[REG_PC]; in os_signal_handler()
37 li a0, 0 # Use hard register context
696 // per context interrupt, 64 interrupts
689 /* per context interrupt, 64 interrupts */
806 state where all system context is lost except system memory. U-Boot
Completed in 20 milliseconds