Symbol: GPR_A0
arch/mips/kernel/pm-cps.c
343
const unsigned r_online = GPR_A0;
arch/mips/kernel/smp-cps.c
126
uasm_i_ori(&p, GPR_A0, 0, read_c0_config() & CONF_CM_CMASK);
arch/mips/kvm/entry.c
181
UASM_i_MTC0(&p, GPR_A0, scratch_vcpu[0], scratch_vcpu[1]);
arch/mips/kvm/entry.c
184
UASM_i_ADDIU(&p, GPR_K1, GPR_A0, offsetof(struct kvm_vcpu, arch));
arch/mips/kvm/entry.c
266
UASM_i_LW(&p, GPR_A0, offsetof(struct kvm, arch.gpa_mm.pgd), GPR_S0);
arch/mips/kvm/entry.c
271
UASM_i_MTC0(&p, GPR_A0, C0_PWBASE);
arch/mips/kvm/entry.c
646
UASM_i_LW(&p, GPR_A0,
arch/mips/kvm/entry.c
652
UASM_i_MTC0(&p, GPR_A0, C0_PWBASE);
arch/mips/kvm/entry.c
716
uasm_i_move(&p, GPR_A0, GPR_S0);
arch/mips/mm/page.c
224
uasm_i_sd(buf, GPR_ZERO, off, GPR_A0);
arch/mips/mm/page.c
226
uasm_i_sw(buf, GPR_ZERO, off, GPR_A0);
arch/mips/mm/page.c
237
GPR_A0);
arch/mips/mm/page.c
240
uasm_i_cache(buf, Create_Dirty_Excl_SD, off, GPR_A0);
arch/mips/mm/page.c
254
uasm_i_cache(buf, Create_Dirty_Excl_D, off, GPR_A0);
arch/mips/mm/page.c
292
pg_addiu(&buf, GPR_A2, GPR_A0, off);
arch/mips/mm/page.c
294
uasm_i_ori(&buf, GPR_A2, GPR_A0, off);
arch/mips/mm/page.c
311
pg_addiu(&buf, GPR_A0, GPR_A0, 2 * off);
arch/mips/mm/page.c
316
uasm_il_bne(&buf, &r, GPR_A0, GPR_A2, label_clear_pref);
arch/mips/mm/page.c
322
pg_addiu(&buf, GPR_A2, GPR_A0, pref_bias_clear_store);
arch/mips/mm/page.c
329
pg_addiu(&buf, GPR_A0, GPR_A0, 2 * off);
arch/mips/mm/page.c
333
uasm_il_bne(&buf, &r, GPR_A0, GPR_A2,
arch/mips/mm/page.c
369
uasm_i_sd(buf, reg, off, GPR_A0);
arch/mips/mm/page.c
371
uasm_i_sw(buf, reg, off, GPR_A0);
arch/mips/mm/page.c
391
GPR_A0);
arch/mips/mm/page.c
394
uasm_i_cache(buf, Create_Dirty_Excl_SD, off, GPR_A0);
arch/mips/mm/page.c
408
uasm_i_cache(buf, Create_Dirty_Excl_D, off, GPR_A0);
arch/mips/mm/page.c
445
pg_addiu(&buf, GPR_A2, GPR_A0, off);
arch/mips/mm/page.c
447
uasm_i_ori(&buf, GPR_A2, GPR_A0, off);
arch/mips/mm/page.c
485
pg_addiu(&buf, GPR_A0, GPR_A0, 2 * off);
arch/mips/mm/page.c
504
uasm_il_bne(&buf, &r, GPR_A2, GPR_A0, label_copy_pref_both);
arch/mips/mm/page.c
510
pg_addiu(&buf, GPR_A2, GPR_A0,
arch/mips/mm/page.c
530
pg_addiu(&buf, GPR_A0, GPR_A0, 2 * off);
arch/mips/mm/page.c
545
uasm_il_bne(&buf, &r, GPR_A2, GPR_A0,
arch/mips/mm/page.c
553
pg_addiu(&buf, GPR_A2, GPR_A0, pref_bias_copy_store);
arch/mips/mm/page.c
568
pg_addiu(&buf, GPR_A0, GPR_A0, 2 * off);
arch/mips/mm/page.c
579
uasm_il_bne(&buf, &r, GPR_A2, GPR_A0,