Searched refs:GPR_RA (Results 1 – 4 of 4) sorted by relevance
| /arch/mips/include/asm/ |
| A D | regdef.h | 59 #define GPR_RA 31 /* return address */ macro 102 #define GPR_RA 31 /* return address */ macro
|
| /arch/mips/kvm/ |
| 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()
|
| /arch/mips/mm/ |
| 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()
|
| /arch/mips/kernel/ |
| A D | pm-cps.c | 611 uasm_i_jr(&p, GPR_RA); in cps_gen_entry_code()
|
Completed in 12 milliseconds