Home
last modified time | relevance | path

Searched refs:dcache (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-dentry-operations.m47 #include <linux/dcache.h>
16 [d_make_root], [fs/dcache.c], [
30 #include <linux/dcache.h>
39 [d_obtain_alias], [fs/dcache.c], [
52 #include <linux/dcache.h>
62 [d_prune_aliases], [fs/dcache.c], [
77 #include <linux/dcache.h>
86 [d_set_d_op], [fs/dcache.c], [
98 #include <linux/dcache.h>
128 #include <linux/dcache.h>
H A Dkernel-dentry-alias.m48 #include <linux/dcache.h>
H A Dkernel-automount.m410 #include <linux/dcache.h>
/freebsd/sys/contrib/device-tree/Bindings/nios2/
H A Dnios2.txt17 - 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 Dscache.c54 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 D3c120_devboard.dts27 dcache-line-size = <32>;
29 dcache-size = <32768>;
H A D10m50_devboard.dts37 dcache-line-size = <32>;
38 dcache-size = <32768>;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXTHead.td750 def TH_DCACHE_CSW : THCacheInst_r<0b00001, "th.dcache.csw">;
751 def TH_DCACHE_ISW : THCacheInst_r<0b00010, "th.dcache.isw">;
752 def TH_DCACHE_CISW : THCacheInst_r<0b00011, "th.dcache.cisw">;
753 def TH_DCACHE_CVAL1 : THCacheInst_r<0b00100, "th.dcache.cval1">;
754 def TH_DCACHE_CVA : THCacheInst_r<0b00101, "th.dcache.cva">;
755 def TH_DCACHE_IVA : THCacheInst_r<0b00110, "th.dcache.iva">;
756 def TH_DCACHE_CIVA : THCacheInst_r<0b00111, "th.dcache.civa">;
757 def TH_DCACHE_CPAL1 : THCacheInst_r<0b01000, "th.dcache.cpal1">;
758 def TH_DCACHE_CPA : THCacheInst_r<0b01001, "th.dcache.cpa">;
759 def TH_DCACHE_IPA : THCacheInst_r<0b01010, "th.dcache.ipa">;
[all …]
/freebsd/sys/contrib/zstd/
H A DCONTRIBUTING.md371 counter `L1-dcache-load-misses`