Searched refs:dcache (Results 26 - 50 of 101) sorted by relevance

12345

/linux-master/arch/sh/mm/
H A Dcache-debugfs.c49 cache = &current_cpu_data.dcache;
101 debugfs_create_file("dcache", S_IRUSR, arch_debugfs_dir,
/linux-master/include/linux/
H A Dunicode.h6 #include <linux/dcache.h>
/linux-master/tools/testing/selftests/proc/
H A DMakefile23 TEST_GEN_PROGS += setns-dcache
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfault.h10 #include <linux/dcache.h>
/linux-master/fs/gfs2/
H A Dsuper.h11 #include <linux/dcache.h>
H A Ddir.h10 #include <linux/dcache.h>
/linux-master/arch/powerpc/perf/
H A Dpower9-pmu.c177 CACHE_EVENT_ATTR(L1-dcache-load-misses, PM_LD_MISS_L1_FIN);
178 CACHE_EVENT_ATTR(L1-dcache-loads, PM_LD_REF_L1);
179 CACHE_EVENT_ATTR(L1-dcache-prefetches, PM_L1_PREF);
180 CACHE_EVENT_ATTR(L1-dcache-store-misses, PM_ST_MISS_L1);
H A Dpower8-pmu.c133 CACHE_EVENT_ATTR(L1-dcache-load-misses, PM_LD_MISS_L1);
134 CACHE_EVENT_ATTR(L1-dcache-loads, PM_LD_REF_L1);
136 CACHE_EVENT_ATTR(L1-dcache-prefetches, PM_L1_PREF);
137 CACHE_EVENT_ATTR(L1-dcache-store-misses, PM_ST_MISS_L1);
H A Dgeneric-compat-pmu.c109 CACHE_EVENT_ATTR(L1-dcache-load-misses, PM_LD_MISS_L1);
110 CACHE_EVENT_ATTR(L1-dcache-store-misses, PM_ST_MISS_L1);
H A Dpower10-pmu.c133 CACHE_EVENT_ATTR(L1-dcache-load-misses, PM_LD_MISS_L1);
134 CACHE_EVENT_ATTR(L1-dcache-loads, PM_LD_REF_L1);
135 CACHE_EVENT_ATTR(L1-dcache-prefetches, PM_LD_PREFETCH_CACHE_LINE_MISS);
136 CACHE_EVENT_ATTR(L1-dcache-store-misses, PM_ST_MISS_L1);
/linux-master/arch/powerpc/kernel/
H A Dcacheinfo.c372 struct cache *dcache, *icache; local
374 pr_debug("creating L%d dcache and icache for %pOFP\n", level,
377 dcache = new_cache(CACHE_TYPE_DATA, level, node, group_id);
380 if (!dcache || !icache)
383 dcache->next_local = icache;
385 return dcache;
387 release_cache(dcache);
/linux-master/fs/affs/
H A Damigaffs.h72 __be32 dcache; member in struct:affs_root_tail
/linux-master/arch/mips/include/asm/
H A Dcpu-info.h76 struct cache_desc dcache; /* Primary D or combined I/D cache */ member in struct:cpuinfo_mips
H A Dcpu-features.h252 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
258 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
508 #define cpu_dcache_line_size() cpu_data[0].dcache.linesz
/linux-master/security/apparmor/include/
H A Dpolicy_unpack.h16 #include <linux/dcache.h>
/linux-master/arch/sh/include/asm/
H A Dprocessor.h78 struct cache_info dcache; /* Primary D-cache */ member in struct:sh_cpuinfo
H A Dcacheflush.h16 * - flush_dcache_folio(folio) flushes(wback&invalidates) a folio for dcache
70 if (boot_cpu_data.dcache.n_aliases && PageAnon(page))
/linux-master/fs/squashfs/
H A Dexport.c27 #include <linux/dcache.h>
H A Dnamei.c46 #include <linux/dcache.h>
/linux-master/arch/sh/kernel/cpu/
H A Dproc.c117 show_cacheinfo(m, "dcache", c->dcache);
/linux-master/fs/nfs/
H A Dexport.c7 #include <linux/dcache.h>
/linux-master/fs/notify/inotify/
H A Dinotify_fsnotify.c16 #include <linux/dcache.h> /* d_unlinked */
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_params.c50 #include <linux/dcache.h>
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.h69 struct a6xx_gmu_bo dcache; member in struct:a6xx_gmu
/linux-master/drivers/gpio/
H A Dgpio-aspeed.c67 u32 *dcache; member in struct:aspeed_gpio
358 gpio->dcache[GPIO_BANK(offset)] = ioread32(bank_reg(gpio, bank, reg_rdata));
400 reg = gpio->dcache[GPIO_BANK(offset)];
406 gpio->dcache[GPIO_BANK(offset)] = reg;
1221 gpio->dcache = devm_kcalloc(&pdev->dev,
1223 if (!gpio->dcache)
1233 gpio->dcache[i] = ioread32(addr);

Completed in 195 milliseconds

12345