Home
last modified time | relevance | path

Searched refs:mips_cpu_flags (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/mozglue/build/
H A Dmips.cpp34 static unsigned mips_cpu_flags = get_mips_cpu_flags(); in check_loongson3() local
35 return (mips_cpu_flags & MIPS_FLAG_LOONGSON3) != 0; in check_loongson3()
/dports/www/firefox/firefox-99.0/mozglue/build/
H A Dmips.cpp34 static unsigned mips_cpu_flags = get_mips_cpu_flags(); in check_loongson3() local
35 return (mips_cpu_flags & MIPS_FLAG_LOONGSON3) != 0; in check_loongson3()
/dports/lang/spidermonkey60/firefox-60.9.0/mozglue/build/
H A Dmips.cpp34 static unsigned mips_cpu_flags = get_mips_cpu_flags(); in check_loongson3() local
35 return (mips_cpu_flags & MIPS_FLAG_LOONGSON3) != 0; in check_loongson3()
/dports/www/firefox-legacy/firefox-52.8.0esr/mozglue/build/
H A Dmips.cpp39 static unsigned mips_cpu_flags = get_mips_cpu_flags(); in check_loongson3() local
40 return (mips_cpu_flags & MIPS_FLAG_LOONGSON3) != 0; in check_loongson3()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/build/
H A Dmips.cpp34 static unsigned mips_cpu_flags = get_mips_cpu_flags(); in check_loongson3() local
35 return (mips_cpu_flags & MIPS_FLAG_LOONGSON3) != 0; in check_loongson3()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/build/
H A Dmips.cpp34 static unsigned mips_cpu_flags = get_mips_cpu_flags(); in check_loongson3() local
35 return (mips_cpu_flags & MIPS_FLAG_LOONGSON3) != 0; in check_loongson3()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/
H A Dlocore.h106 u_int mips_cpu_flags; member
200 # define MIPS_HAS_LLADDR ((mips_options.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
203 # define MIPS_HAS_LMMI ((mips_options.mips_cpu_flags & CPU_MIPS_LOONGSON2) != 0)
220 # define MIPS_HAS_LLADDR ((mips_options.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
237 # define MIPS_HAS_LLADDR ((mips_options.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
238 # define MIPS_HAS_DSP (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_DSP)
254 # define MIPS_HAS_LLADDR ((mips_options.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
271 # define MIPS_HAS_LLADDR ((mips_options.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
272 # define MIPS_HAS_DSP (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_DSP)
290 #define MIPS_HAS_LLADDR ((mips_options.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/mips/
H A Dmips_machdep.c924 mips_options.mips_cpu_flags |= CPU_MIPS_HAVE_DSP; in mips32r2_vector_init()
1070 mips_options.mips_cpu_flags |= CPU_MIPS_HAVE_DSP; in mips64r2_vector_init()
1223 opts->mips_cpu_flags = opts->mips_cpu->cpu_flags; in mips_vector_init()
1225 opts->mips_has_llsc = (opts->mips_cpu_flags & CPU_MIPS_NO_LLSC) == 0; in mips_vector_init()
1234 if (opts->mips_cpu_flags & CPU_MIPS_HAVE_SPECIAL_CCA) { in mips_vector_init()
1237 cca = (opts->mips_cpu_flags & CPU_MIPS_CACHED_CCA_MASK) >> in mips_vector_init()
1308 if (opts->mips_cpu_flags & CPU_MIPS_LOONGSON2) { in mips_vector_init()
1387 if ((opts->mips_cpu_flags & CPU_MIPS_USE_WAIT) && in mips_vector_init()
1388 !(opts->mips_cpu_flags & CPU_MIPS_NO_WAIT)) in mips_vector_init()
1506 if (opts->mips_cpu_flags & MIPS_HAS_DSP) { in cpu_identify()
[all …]
H A Dbus_dma.c115 (mips_options.mips_cpu_flags & CPU_MIPS_D_CACHE_COHERENT) != 0; in _bus_dmamap_load_buffer()
280 if (mips_options.mips_cpu_flags & CPU_MIPS_D_CACHE_COHERENT) in _bus_dma_load_bouncebuf()
474 if (mips_options.mips_cpu_flags & CPU_MIPS_D_CACHE_COHERENT) in _bus_dmamap_load()
553 if (mips_options.mips_cpu_flags & CPU_MIPS_D_CACHE_COHERENT) in _bus_dmamap_load_mbuf()
627 if (mips_options.mips_cpu_flags & CPU_MIPS_D_CACHE_COHERENT) in _bus_dmamap_load_uio()
650 const bool coherent_p = (mips_options.mips_cpu_flags & CPU_MIPS_D_CACHE_COHERENT); in _bus_dmamap_load_raw()
1088 if (((mips_options.mips_cpu_flags & CPU_MIPS_D_CACHE_COHERENT) == 0) in _bus_dmamem_map()
1099 if (((mips_options.mips_cpu_flags & CPU_MIPS_D_CACHE_COHERENT) == 0) in _bus_dmamem_map()
H A Dmips3_clock.c119 if (mips_options.mips_cpu_flags & CPU_MIPS_DOUBLE_COUNT) { in mips3_init_tc()
H A Dcache.c1438 if (opts->mips_cpu_flags & in mips_config_cache_modern()
1454 if (opts->mips_cpu_flags & CPU_MIPS_I_D_CACHE_COHERENT) { in mips_config_cache_modern()
H A Dpmap_machdep.c642 if (opts->mips_cpu_flags & CPU_MIPS_I_D_CACHE_COHERENT) in pmap_md_page_syncicache()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/debugger/
H A Ddbg_decoder_local.h1087 # define MIPS_HAS_LLADDR ((mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
1099 # define MIPS_HAS_LLADDR ((mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
1111 # define MIPS_HAS_LLADDR ((mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
1121 #define MIPS_HAS_LLADDR ((mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/evbmips/evbmips/
H A Dyamon.c155 if (mips_options.mips_cpu_flags & CPU_MIPS_DOUBLE_COUNT) { in yamon_setcpufreq()