Searched refs:TBR (Results 1 – 10 of 10) sorted by relevance
/arch/mn10300/kernel/ |
D | entry.S | 286 mov (TBR),d0 290 mov d0,(sp) # save d0(TBR) 298 add 4,sp # no need to store TBR 315 add 4,sp # no need to store TBR 330 mov (sp),d0 # restore TBR to d0 350 mov (TBR),d0
|
D | head.S | 91 mov d0,(TBR)
|
D | traps.c | 331 printk(KERN_EMERG "TBR: %08x\n", TBR); in show_registers_only()
|
/arch/mn10300/include/asm/ |
D | cpu-regs.h | 133 #define TBR __SYSREG(0xc0000024, u32) /* Trap table base */ macro
|
/arch/mn10300/mm/ |
D | fault.c | 132 gdbstub_exception(regs, TBR & TBR_INT_CODE); in do_page_fault()
|
/arch/frv/kernel/ |
D | entry-table.S | 37 # table, as indexed by the exception ID from the TBR.
|
D | head.S | 439 # point the TBR at the kernel trap table
|
D | entry.S | 189 # TBR - kernel trap vector table
|
/arch/mn10300/ |
D | Kconfig | 159 the TBR register. It must be on 16MiB address boundary.
|
/arch/powerpc/xmon/ |
D | ppc-opc.c | 496 #define TBR SV + 1 macro 500 #define TO TBR + 1 3805 { "mftb", X(31,371), X_MASK, CLASSIC, { RT, TBR } },
|