Home
last modified time | relevance | path

Searched refs:mco (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/arch/mips/mips/
Dcache.c191 struct mips_cache_ops * const mco = &mips_cache_ops; in mips_config_cache() local
209 if (!mco->mco_icache_sync_all) in mips_config_cache()
211 if (!mco->mco_icache_sync_range) in mips_config_cache()
213 if (!mco->mco_icache_sync_range_index) in mips_config_cache()
217 if (!mco->mco_pdcache_wbinv_all) in mips_config_cache()
219 if (!mco->mco_pdcache_wbinv_range) in mips_config_cache()
221 if (!mco->mco_pdcache_wbinv_range_index) in mips_config_cache()
223 if (!mco->mco_pdcache_inv_range) in mips_config_cache()
225 if (!mco->mco_pdcache_wb_range) in mips_config_cache()
229 if (!mco->mco_sdcache_wbinv_all) in mips_config_cache()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-202114579 * doc/invoke.texi: Document -mco-re and -mno-co-re options.
14587 (bpf_option_override): Handle "-mco-re" option.
14648 * config/bpf/bpf.opt: Add new command line option -mco-re.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dinvoke.texi925 -mframe-limit=@var{bytes} -mxbpf -mco-re -mno-co-re
23409 @item -mco-re
23410 @opindex mco-re
Dgcc.info1249 -mframe-limit=BYTES -mxbpf -mco-re -mno-co-re
21843 '-mco-re'
48464 if '-mco-re' is not in effect (either specified or implied).
65118 * mco-re: eBPF Options. (line 56)
Dextend.texi15643 …cessarily a pointer), the return type is the same. Has no effect if @code{-mco-re} is not in effec…