Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/nds32/lib/
H A Dinterrupts.c73 const char *processor_modes[] = {"USER", "SuperUser" , "HyperVisor"}; in show_regs() local
97 processor_modes[processor_mode(regs)]); in show_regs()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dinterrupts.c62 const char __maybe_unused *processor_modes[] = { in show_regs() local
99 processor_modes[processor_mode (regs)], in show_regs()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dprocess.c47 static const char *processor_modes[] __maybe_unused = { variable
162 processor_modes[processor_mode(regs)], in __show_regs()