Searched refs:GPR_V0 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/kvm/
H A Dentry.c174 uasm_i_mfc0(&p, GPR_V0, C0_STATUS);
175 UASM_i_SW(&p, GPR_V0, offsetof(struct pt_regs, cp0_status), GPR_K1);
213 uasm_i_andi(&p, GPR_V0, GPR_V0, ST0_IM);
214 uasm_i_or(&p, GPR_K0, GPR_K0, GPR_V0);
589 uasm_i_mfc0(&p, GPR_V0, C0_STATUS);
592 uasm_i_or(&p, GPR_K0, GPR_V0, GPR_AT);
607 uasm_i_and(&p, GPR_V1, GPR_V0, GPR_AT);
679 uasm_i_and(&p, GPR_V0, GPR_V0, GPR_A
[all...]
/linux-master/arch/mips/include/asm/
H A Dregdef.h24 #define GPR_V0 2 /* return value */ macro
67 #define GPR_V0 2 /* return value - caller saved */ macro
/linux-master/arch/mips/kernel/
H A Dpm-cps.c381 uasm_i_jalr(&p, GPR_V0, GPR_T0);
580 uasm_i_andi(&p, GPR_V0, GPR_T1, (1 << fls(smp_num_siblings)) - 1);

Completed in 133 milliseconds