Home
last modified time | relevance | path

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

/arch/mips/kvm/
Dmips.c33 #ifndef VECTORSPACING
34 #define VECTORSPACING 0x100 /* for EI/VI mode */ macro
271 size = 0x200 + VECTORSPACING * 64; in kvm_arch_vcpu_create()
303 gebase + 0x200 + (i * VECTORSPACING)); in kvm_arch_vcpu_create()
304 memcpy(gebase + 0x200 + (i * VECTORSPACING), mips32_exception, in kvm_arch_vcpu_create()
/arch/mips/kernel/
Dtraps.c1886 #define VECTORSPACING 0x100 /* for EI/VI mode */ macro
1954 b = (unsigned char *)(ebase + 0x200 + n*VECTORSPACING); in set_vi_srs_handler()
1987 if (handler_len > VECTORSPACING) { in set_vi_srs_handler()
2116 change_c0_intctl(0x3e0, VECTORSPACING); in configure_exception_vector()
2230 unsigned long size = 0x200 + VECTORSPACING*64; in trap_init()