Searched refs:GPR_RA (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dregdef.h59 #define GPR_RA 31 /* return address */ macro
102 #define GPR_RA 31 /* return address */ macro
/linux-master/arch/mips/kvm/
H A Dentry.c268 uasm_i_jalr(&p, GPR_RA, GPR_T9);
649 uasm_i_jalr(&p, GPR_RA, GPR_T9);
718 uasm_i_jalr(&p, GPR_RA, GPR_T9);
856 /* Restore GPR_RA, which is the address we will return to */
857 UASM_i_LW(&p, GPR_RA, offsetof(struct pt_regs, regs[GPR_RA]), GPR_K1);
858 uasm_i_jr(&p, GPR_RA);
/linux-master/arch/mips/mm/
H A Dpage.c340 uasm_i_jr(&buf, GPR_RA);
586 uasm_i_jr(&buf, GPR_RA);
/linux-master/arch/mips/kernel/
H A Dpm-cps.c609 uasm_i_jr(&p, GPR_RA);

Completed in 105 milliseconds