Home
last modified time | relevance | path

Searched refs:transbase (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/unicore32/kernel/
Dprocess.c184 unsigned int transbase; in __show_regs() local
186 : "=r" (transbase)); in __show_regs()
187 snprintf(buf, sizeof(buf), " Table: %08x", transbase); in __show_regs()
/linux-4.1.27/arch/arm/kernel/
Dprocess.c149 unsigned int transbase, dac; in __show_regs() local
152 : "=r" (transbase), "=r" (dac)); in __show_regs()
154 transbase, dac); in __show_regs()