Home
last modified time | relevance | path

Searched refs:CAUSEF_IV (Results 1 – 6 of 6) sorted by relevance

/arch/mips/kvm/
Dinterrupt.c187 if (kvm_read_c0_guest_cause(cop0) & CAUSEF_IV) in kvm_mips_irq_deliver_cb()
Dvz.c1291 change &= (CAUSEF_DC | CAUSEF_IV | CAUSEF_WP | in kvm_trap_vz_handle_gsfc()
/arch/mips/kernel/
Dsmp-bmips.c397 clear_c0_cause(CAUSEF_IV | C_SW0 | C_SW1); in play_dead()
Dcps-vec.S117 li t0, CAUSEF_IV
Dtraps.c2174 set_c0_cause(CAUSEF_IV); in configure_exception_vector()
2177 set_c0_cause(CAUSEF_IV); in configure_exception_vector()
/arch/mips/include/asm/
Dmipsregs.h431 #define CAUSEF_IV (_ULCAST_(1) << 23) macro