Searched refs:GPR_V0 (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/mips/kvm/ |
| H A D | entry.c | 174 uasm_i_mfc0(&p, GPR_V0, C0_STATUS); in kvm_mips_build_vcpu_run() 175 UASM_i_SW(&p, GPR_V0, offsetof(struct pt_regs, cp0_status), GPR_K1); in kvm_mips_build_vcpu_run() 213 uasm_i_andi(&p, GPR_V0, GPR_V0, ST0_IM); in kvm_mips_build_vcpu_run() 214 uasm_i_or(&p, GPR_K0, GPR_K0, GPR_V0); in kvm_mips_build_vcpu_run() 589 uasm_i_mfc0(&p, GPR_V0, C0_STATUS); in kvm_mips_build_exit() 592 uasm_i_or(&p, GPR_K0, GPR_V0, GPR_AT); in kvm_mips_build_exit() 607 uasm_i_and(&p, GPR_V1, GPR_V0, GPR_AT); in kvm_mips_build_exit() 679 uasm_i_and(&p, GPR_V0, GPR_V0, GPR_AT); in kvm_mips_build_exit() 681 uasm_i_or(&p, GPR_V0, GPR_V0, GPR_AT); in kvm_mips_build_exit() 683 uasm_i_ori(&p, GPR_V0, GPR_V0, ST0_SX | ST0_UX); in kvm_mips_build_exit() [all …]
|
| /linux/arch/mips/include/asm/ |
| H A D | regdef.h | 24 #define GPR_V0 2 /* return value */ macro 67 #define GPR_V0 2 /* return value - caller saved */ macro
|