Searched refs:GPR_GP (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dregdef.h55 #define GPR_GP 28 /* global pointer */ macro
98 #define GPR_GP 28 /* global pointer - caller saved for PIC */ macro
/linux-master/arch/mips/kvm/
H A Dentry.c193 UASM_i_SW(&p, GPR_GP, offsetof(struct kvm_vcpu_arch, host_gp), GPR_K1);
313 uasm_i_lw(&p, GPR_T2, offsetof(struct thread_info, cpu), GPR_GP);
688 /* Load up host GPR_GP */
689 UASM_i_LW(&p, GPR_GP, offsetof(struct kvm_vcpu_arch, host_gp), GPR_K1);

Completed in 110 milliseconds