Searched refs:hwrena (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/mips/kvm/ |
| H A D | entry.c | 706 UASM_i_LA_mostly(&p, GPR_K0, (long)&hwrena); in kvm_mips_build_exit() 707 uasm_i_lw(&p, GPR_K0, uasm_rel_lo((long)&hwrena), GPR_K0); in kvm_mips_build_exit() 852 UASM_i_LA_mostly(&p, GPR_K0, (long)&hwrena); in kvm_mips_build_ret_to_host() 853 uasm_i_lw(&p, GPR_K0, uasm_rel_lo((long)&hwrena), GPR_K0); in kvm_mips_build_ret_to_host()
|
| /linux/arch/mips/kernel/ |
| H A D | traps.c | 2183 unsigned int hwrena; variable 2184 EXPORT_SYMBOL_GPL(hwrena); 2189 hwrena = cpu_hwrena_impl_bits; in configure_hwrena() 2192 hwrena |= MIPS_HWRENA_CPUNUM | in configure_hwrena() 2198 hwrena |= MIPS_HWRENA_ULR; in configure_hwrena() 2200 if (hwrena) in configure_hwrena() 2201 write_c0_hwrena(hwrena); in configure_hwrena()
|