Searched refs:GPR_A0 (Results 1 – 5 of 5) sorted by relevance
| /arch/mips/mm/ |
| A D | page.c | 237 GPR_A0); in build_clear_pref() 292 pg_addiu(&buf, GPR_A2, GPR_A0, off); in build_clear_page() 311 pg_addiu(&buf, GPR_A0, GPR_A0, 2 * off); in build_clear_page() 329 pg_addiu(&buf, GPR_A0, GPR_A0, 2 * off); in build_clear_page() 369 uasm_i_sd(buf, reg, off, GPR_A0); in build_copy_store() 371 uasm_i_sw(buf, reg, off, GPR_A0); in build_copy_store() 391 GPR_A0); in build_copy_store_pref() 485 pg_addiu(&buf, GPR_A0, GPR_A0, 2 * off); in build_copy_page() 510 pg_addiu(&buf, GPR_A2, GPR_A0, in build_copy_page() 530 pg_addiu(&buf, GPR_A0, GPR_A0, 2 * off); in build_copy_page() [all …]
|
| /arch/mips/include/asm/ |
| A D | regdef.h | 26 #define GPR_A0 4 /* argument registers */ macro 69 #define GPR_A0 4 /* argument registers */ macro
|
| /arch/mips/kvm/ |
| A D | entry.c | 181 UASM_i_MTC0(&p, GPR_A0, scratch_vcpu[0], scratch_vcpu[1]); in kvm_mips_build_vcpu_run() 184 UASM_i_ADDIU(&p, GPR_K1, GPR_A0, offsetof(struct kvm_vcpu, arch)); in kvm_mips_build_vcpu_run() 266 UASM_i_LW(&p, GPR_A0, offsetof(struct kvm, arch.gpa_mm.pgd), GPR_S0); in kvm_mips_build_enter_guest() 271 UASM_i_MTC0(&p, GPR_A0, C0_PWBASE); in kvm_mips_build_enter_guest() 646 UASM_i_LW(&p, GPR_A0, in kvm_mips_build_exit() 652 UASM_i_MTC0(&p, GPR_A0, C0_PWBASE); in kvm_mips_build_exit() 716 uasm_i_move(&p, GPR_A0, GPR_S0); in kvm_mips_build_exit()
|
| /arch/mips/kernel/ |
| A D | pm-cps.c | 343 const unsigned r_online = GPR_A0; in cps_gen_entry_code()
|
| A D | smp-cps.c | 126 uasm_i_ori(&p, GPR_A0, 0, read_c0_config() & CONF_CM_CMASK); in mips_cps_build_core_entry()
|
Completed in 13 milliseconds