Home
last modified time | relevance | path

Searched refs:__c17 (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-sh64/
Dcurrent.h24 asm volatile ("getcon " __c17 ", %0" : "=r" (current)); in get_current()
Dregisters.h183 # define __c17 __str(cr17) /* KCR0 */ macro
/linux-2.4.37.9/arch/sh64/lib/
Ddbg.c215 asm volatile ("getcon " __c17 ", %0":"=r"(ch)); in show_excp_regs()
216 asm volatile ("getcon " __c17 ", %0":"=r"(cl)); in show_excp_regs()
/linux-2.4.37.9/arch/sh64/kernel/
Dprocess.c387 asm volatile ("getcon " __c17 ", %0" : "=r" (ch)); in show_regs()
388 asm volatile ("getcon " __c17 ", %0" : "=r" (cl)); in show_regs()
811 asm volatile("putcon %0, " __c17 "\n" in __switch_to()
Dtraps.c285 "getcon " __c17 ", %1\n\t" in show_task()