Home
last modified time | relevance | path

Searched refs:cp0_epc (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dptrace.h39 unsigned long cp0_epc; member
60 regs->cp0_epc = val; in instruction_pointer_set()
90 #define instruction_pointer(regs) ((regs)->cp0_epc)
/rk3399_rockchip-uboot/arch/mips/lib/
H A Dtraps.c52 printf("epc : %0*lx (text %0*lx)\n", field, regs->cp0_epc, in show_regs()
53 field, regs->cp0_epc - gd->reloc_off); in show_regs()
H A Dasm-offsets.c55 OFFSET(PT_EPC, pt_regs, cp0_epc); in output_ptreg_defines()