Searched refs:dcache (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-dentry-operations.m4 | 8 #include <linux/dcache.h> 17 [d_obtain_alias], [fs/dcache.c], [ 33 #include <linux/dcache.h> 56 #include <linux/dcache.h>
|
| H A D | kernel-automount.m4 | 11 #include <linux/dcache.h> 34 #include <linux/dcache.h>
|
| H A D | kernel-dentry-alias.m4 | 10 #include <linux/dcache.h>
|
| /freebsd/sys/contrib/device-tree/Bindings/nios2/ |
| H A D | nios2.txt | 17 - dcache-line-size: Contains data cache line size. 19 - dcache-size: Contains data cache size. 46 dcache-line-size = <32>; 48 dcache-size = <32768>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoXTHead.td | 714 def TH_DCACHE_CSW : THCacheInst_r<0b00001, "th.dcache.csw">; 715 def TH_DCACHE_ISW : THCacheInst_r<0b00010, "th.dcache.isw">; 716 def TH_DCACHE_CISW : THCacheInst_r<0b00011, "th.dcache.cisw">; 717 def TH_DCACHE_CVAL1 : THCacheInst_r<0b00100, "th.dcache.cval1">; 718 def TH_DCACHE_CVA : THCacheInst_r<0b00101, "th.dcache.cva">; 719 def TH_DCACHE_IVA : THCacheInst_r<0b00110, "th.dcache.iva">; 720 def TH_DCACHE_CIVA : THCacheInst_r<0b00111, "th.dcache.civa">; 721 def TH_DCACHE_CPAL1 : THCacheInst_r<0b01000, "th.dcache.cpal1">; 722 def TH_DCACHE_CPA : THCacheInst_r<0b01001, "th.dcache.cpa">; 723 def TH_DCACHE_IPA : THCacheInst_r<0b01010, "th.dcache.ipa">; [all …]
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | scache.c | 54 sqlite3_stmt *dcache; member 173 if (s->dcache) in scc_free() 174 sqlite3_finalize(s->dcache); in scc_free() 432 ret = prepare_stmt(context, s->db, &s->dcache, SQL_DCACHE); in make_database() 640 sqlite3_bind_int(s->dcache, 1, s->cid); in scc_destroy() 642 ret = sqlite3_step(s->dcache); in scc_destroy() 644 sqlite3_reset(s->dcache); in scc_destroy() 1319 sqlite3_bind_int(sfrom->dcache, 1, sto->cid); in scc_move() 1321 ret = sqlite3_step(sfrom->dcache); in scc_move() 1323 sqlite3_reset(sfrom->dcache); in scc_move()
|
| /freebsd/sys/contrib/device-tree/src/nios2/ |
| H A D | 3c120_devboard.dts | 27 dcache-line-size = <32>; 29 dcache-size = <32768>;
|
| H A D | 10m50_devboard.dts | 37 dcache-line-size = <32>; 38 dcache-size = <32768>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaFeatures.td | 96 def FeatureDataCache : SubtargetFeature<"dcache", "HasDataCache", "true",
|