Home
last modified time | relevance | path

Searched refs:mips_has_llsc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/mips/include/
H A Dlocore.h118 bool mips_has_llsc; member
209 # define MIPS_HAS_LLSC (mips_options.mips_has_llsc)
298 #define MIPS_HAS_LLSC (mips_options.mips_has_llsc)
304 #define MIPS_HAS_LLSC (mips_options.mips_has_llsc)
/netbsd-src/sys/arch/mips/mips/
H A Dmips_machdep.c1276 opts->mips_has_llsc = (opts->mips_cpu_flags & CPU_MIPS_NO_LLSC) == 0; in mips_vector_init()