Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dkvm_host.h404 #define kvm_write_c0_guest_kscratch3(cop0, val) (cop0->reg[MIPS_CP0_DESAVE][4] = (val)) macro
/arch/mips/kvm/
Dmips.c1066 kvm_write_c0_guest_kscratch3(cop0, v); in kvm_mips_set_reg()