Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/
Dcpu.h283 #define MIPS_CPU_VINT 0x00080000 /* CPU supports MIPSR2 vectored interrupts */ macro
Dcpu-features.h226 # define cpu_has_vint (cpu_data[0].options & MIPS_CPU_VINT)
/linux-2.6.39/arch/mips/kernel/
Dcpu-probe.c721 c->options |= MIPS_CPU_VINT; in decode_config3()