Searched refs:dcache (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-dentry-operations.m4 | 7 #include <linux/dcache.h> 16 [d_obtain_alias], [fs/dcache.c], [ 29 #include <linux/dcache.h> 38 [d_set_d_op], [fs/dcache.c], [
|
H A D | kernel-automount.m4 | 10 #include <linux/dcache.h> 33 #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/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/RISCV/ |
H A D | RISCVInstrInfoXTHead.td | 700 def TH_DCACHE_CSW : THCacheInst_r<0b00001, "th.dcache.csw">; 701 def TH_DCACHE_ISW : THCacheInst_r<0b00010, "th.dcache.isw">; 702 def TH_DCACHE_CISW : THCacheInst_r<0b00011, "th.dcache.cisw">; 703 def TH_DCACHE_CVAL1 : THCacheInst_r<0b00100, "th.dcache.cval1">; 704 def TH_DCACHE_CVA : THCacheInst_r<0b00101, "th.dcache.cva">; 705 def TH_DCACHE_IVA : THCacheInst_r<0b00110, "th.dcache.iva">; 706 def TH_DCACHE_CIVA : THCacheInst_r<0b00111, "th.dcache.civa">; 707 def TH_DCACHE_CPAL1 : THCacheInst_r<0b01000, "th.dcache.cpal1">; 708 def TH_DCACHE_CPA : THCacheInst_r<0b01001, "th.dcache.cpa">; 709 def TH_DCACHE_IPA : THCacheInst_r<0b01010, "th.dcache.ipa">; [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | CONTRIBUTING.md | 371 counter `L1-dcache-load-misses`
|