Searched refs:dcache (Results 1 - 25 of 101) sorted by last modified time

12345

/linux-master/fs/erofs/
H A Dinternal.h12 #include <linux/dcache.h>
/linux-master/fs/smb/server/
H A Dvfs.c16 #include <linux/dcache.h>
/linux-master/net/unix/
H A Daf_unix.c87 #include <linux/dcache.h>
/linux-master/include/linux/
H A Dfs.h8 #include <linux/dcache.h>
2708 /* fs/dcache.c */
2985 /* fs/dcache.c -- generic fs support functions */
/linux-master/fs/bcachefs/
H A Dfsck.c21 #include <linux/dcache.h> /* struct qstr */
H A Dxattr.c13 #include <linux/dcache.h>
H A Ddirent.c14 #include <linux/dcache.h>
/linux-master/security/
H A Dsecurity.c16 #include <linux/dcache.h>
/linux-master/fs/sysfs/
H A Dgroup.c13 #include <linux/dcache.h>
/linux-master/drivers/s390/cio/
H A Dccwgroup.c17 #include <linux/dcache.h>
/linux-master/kernel/
H A Dsysctl.c50 #include <linux/dcache.h>
/linux-master/fs/orangefs/
H A Dorangefs-kernel.h48 #include <linux/dcache.h>
/linux-master/fs/f2fs/
H A Dnamei.c14 #include <linux/dcache.h>
/linux-master/arch/powerpc/perf/
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/mips/kernel/
H A Dtraps.c647 regs->regs[rt] = min(current_cpu_data.dcache.linesz,
H A Dpm-cps.c238 unsigned line_size = cpu_info->dcache.linesz;
457 * VPE within the core will interfere with the L1 dcache.
465 /* Writeback & invalidate the L1 dcache */
466 cps_gen_cache_routine(&p, &l, &r, &cpu_data[cpu].dcache,
/linux-master/security/smack/
H A Dsmack_lsm.c36 #include <linux/dcache.h>
/linux-master/security/selinux/
H A Dhooks.c43 #include <linux/dcache.h>
/linux-master/security/landlock/
H A Dfs.c15 #include <linux/dcache.h>
H A Dsyscalls.c14 #include <linux/dcache.h>
/linux-master/fs/notify/
H A Dfsnotify.c6 #include <linux/dcache.h>
/linux-master/drivers/perf/
H A Dqcom_l2_pmu.c687 L2CACHE_EVENT_ATTR(dcache-ops, L2_EVENT_DCACHE_OPS),
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c757 !fw_block_mem(&gmu->dcache, blk) &&
1075 * Presumably this is because icache/dcache regions must be restored
1227 msm_gem_kernel_put(gmu->dcache.obj, gmu->aspace);
1253 /* use IOMMU_PRIV for icache/dcache */
1719 * to allocate icache/dcache here, as per downstream code flow, but it may not actually be
1729 ret = a6xx_gmu_memory_alloc(gmu, &gmu->dcache,
1730 SZ_256K - SZ_16K, 0x44000, "dcache");
/linux-master/kernel/events/
H A Dcore.c22 #include <linux/dcache.h>
/linux-master/fs/
H A DMakefile12 ioctl.o readdir.o select.o dcache.o inode.o \

Completed in 395 milliseconds

12345