Searched refs:hwrena (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/mips/include/asm/ |
H A D | setup.h | 27 extern unsigned int hwrena;
|
H A D | kvm_host.h | 645 __BUILD_KVM_RW_HW(hwrena, 32, MIPS_CP0_HWRENA, 0)
|
/openbmc/linux/arch/mips/kvm/ |
H A D | entry.c | 759 UASM_i_LA_mostly(&p, K0, (long)&hwrena); in kvm_mips_build_exit() 760 uasm_i_lw(&p, K0, uasm_rel_lo((long)&hwrena), K0); in kvm_mips_build_exit() 905 UASM_i_LA_mostly(&p, K0, (long)&hwrena); in kvm_mips_build_ret_to_host() 906 uasm_i_lw(&p, K0, uasm_rel_lo((long)&hwrena), K0); in kvm_mips_build_ret_to_host()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | traps.c | 2221 unsigned int hwrena; variable 2222 EXPORT_SYMBOL_GPL(hwrena); 2227 hwrena = cpu_hwrena_impl_bits; in configure_hwrena() 2230 hwrena |= MIPS_HWRENA_CPUNUM | in configure_hwrena() 2236 hwrena |= MIPS_HWRENA_ULR; in configure_hwrena() 2238 if (hwrena) in configure_hwrena() 2239 write_c0_hwrena(hwrena); in configure_hwrena()
|