Searched refs:pc32 (Results 1 – 7 of 7) sorted by relevance
37 uint32_t pc, pc32; member
65 __DECL_REG(pc, pc32); /* ELR_EL2 */
24 C(pc,pc32); \
121 ctxt->user_regs.pc32 = dom->parms.virt_entry; in vcpu_arm32()145 ctxt->user_regs.cpsr, ctxt->user_regs.pc32); in vcpu_arm32()
269 __DECL_REG(pc64, pc32); /* ELR_EL2 */
428 regs->lr_und = regs->pc32 + return_offset; in inject_undef32_exception()431 regs->pc32 = exception_handler32(VECTOR32_UND); in inject_undef32_exception()455 regs->lr_abt = regs->pc32 + return_offset; in inject_abt32_exception()457 regs->pc32 = exception_handler32(prefetch ? VECTOR32_PABT : VECTOR32_DABT); in inject_abt32_exception()757 printk("PC: %08"PRIx32"\n", regs->pc32); in show_registers_32()
556 printf("PC: %08"PRIx32, regs->pc32); in print_ctx_32()557 print_symbol(regs->pc32, KERNEL_TEXT_ADDR); in print_ctx_32()
Completed in 12 milliseconds