Searched refs:GPR_V0 (Results 1 – 3 of 3) sorted by relevance
| /arch/mips/kvm/ |
| A D | entry.c | 174 uasm_i_mfc0(&p, GPR_V0, C0_STATUS); 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() 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() 685 uasm_i_mtc0(&p, GPR_V0, C0_STATUS); in kvm_mips_build_exit() 841 uasm_i_sra(&p, GPR_K0, GPR_V0, 2); in kvm_mips_build_ret_to_host() [all …]
|
| /arch/mips/include/asm/ |
| A D | regdef.h | 24 #define GPR_V0 2 /* return value */ macro 67 #define GPR_V0 2 /* return value - caller saved */ macro
|
| /arch/mips/kernel/ |
| A D | pm-cps.c | 383 uasm_i_jalr(&p, GPR_V0, GPR_T0); in cps_gen_entry_code() 582 uasm_i_andi(&p, GPR_V0, GPR_T1, (1 << fls(smp_num_siblings)) - 1); in cps_gen_entry_code()
|
Completed in 14 milliseconds