Home
last modified time | relevance | path

Searched refs:LOONGSON_CONF6_INTIMER (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/kernel/
H A Dcpu-probe.c1732 change_c0_config6(LOONGSON_CONF6_EXTIMER | LOONGSON_CONF6_INTIMER, in cpu_probe_loongson()
1733 LOONGSON_CONF6_INTIMER); in cpu_probe_loongson()
1740 change_c0_config6(LOONGSON_CONF6_EXTIMER | LOONGSON_CONF6_INTIMER, in cpu_probe_loongson()
1741 LOONGSON_CONF6_INTIMER); in cpu_probe_loongson()
/linux/arch/mips/include/asm/
H A Dmipsregs.h851 #define LOONGSON_CONF6_INTIMER (_ULCAST_(1) << 6) macro
/linux/arch/mips/kvm/
H A Dvz.c134 return LOONGSON_CONF6_INTIMER | LOONGSON_CONF6_EXTIMER; in kvm_vz_config6_guest_wrmask()