Searched refs:GPR_GP (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/mips/include/asm/ |
| H A D | regdef.h | 55 #define GPR_GP 28 /* global pointer */ macro 98 #define GPR_GP 28 /* global pointer - caller saved for PIC */ macro
|
| /linux-6.15/arch/mips/kvm/ |
| H A D | entry.c | 193 UASM_i_SW(&p, GPR_GP, offsetof(struct kvm_vcpu_arch, host_gp), GPR_K1); in kvm_mips_build_vcpu_run() 313 uasm_i_lw(&p, GPR_T2, offsetof(struct thread_info, cpu), GPR_GP); in kvm_mips_build_enter_guest() 689 UASM_i_LW(&p, GPR_GP, offsetof(struct kvm_vcpu_arch, host_gp), GPR_K1); in kvm_mips_build_exit()
|