Searched refs:VECTORSPACING (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dtraps.h30 #define VECTORSPACING 0x100 /* for EI/VI mode */ macro
/linux-master/arch/mips/kvm/
H A Dmips.c37 #ifndef VECTORSPACING
38 #define VECTORSPACING 0x100 /* for EI/VI mode */ macro
302 size = 0x200 + VECTORSPACING * 64;
345 gebase + 0x200 + (i * VECTORSPACING));
346 kvm_mips_build_exception(gebase + 0x200 + i * VECTORSPACING,
/linux-master/arch/mips/kernel/
H A Dtraps.c2086 b = (unsigned char *)(ebase + 0x200 + n*VECTORSPACING);
2106 if (handler_len > VECTORSPACING) {
2111 panic("VECTORSPACING too small");
2220 change_c0_intctl(0x3e0, VECTORSPACING);
2334 vec_size = 0x200 + VECTORSPACING*64;
H A Dcpu-probe.c1572 reserve_exception_space(0x400, VECTORSPACING * 64);
1583 reserve_exception_space(0x400, VECTORSPACING * 64);
1600 reserve_exception_space(0x1000, VECTORSPACING * 64);

Completed in 143 milliseconds