Searched refs:GPR_RA (Results 1 – 4 of 4) sorted by relevance
/linux/arch/mips/include/asm/ |
H A D | regdef.h | 59 #define GPR_RA 31 /* return address */ macro 102 #define GPR_RA 31 /* return address */ macro
|
/linux/arch/mips/kvm/ |
H A D | entry.c | 268 uasm_i_jalr(&p, GPR_RA, GPR_T9); in kvm_mips_build_enter_guest() 649 uasm_i_jalr(&p, GPR_RA, GPR_T9); in kvm_mips_build_exit() 718 uasm_i_jalr(&p, GPR_RA, GPR_T9); in kvm_mips_build_exit() 857 UASM_i_LW(&p, GPR_RA, offsetof(struct pt_regs, regs[GPR_RA]), GPR_K1); in kvm_mips_build_ret_to_host() 858 uasm_i_jr(&p, GPR_RA); in kvm_mips_build_ret_to_host()
|
/linux/arch/mips/mm/ |
H A D | page.c | 340 uasm_i_jr(&buf, GPR_RA); in build_clear_page() 586 uasm_i_jr(&buf, GPR_RA); in build_copy_page()
|
/linux/arch/mips/kernel/ |
H A D | pm-cps.c | 609 uasm_i_jr(&p, GPR_RA); in cps_gen_entry_code()
|