Searched refs:dcache (Results 51 - 75 of 101) sorted by relevance

12345

/linux-master/arch/mips/loongson64/
H A Dsmp.c589 [sets] "r" (cpu_data[smp_processor_id()].dcache.sets));
651 [sets] "r" (cpu_data[smp_processor_id()].dcache.sets));
735 [sets] "r" (cpu_data[smp_processor_id()].dcache.sets),
/linux-master/fs/hfs/
H A Dstring.c17 #include <linux/dcache.h>
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h70 # Flush dcache after config change
/linux-master/fs/unicode/
H A Dutf8-selftest.c13 #include <linux/dcache.h>
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas.h12 #include <linux/dcache.h>
/linux-master/fs/smb/client/
H A Dnamespace.c12 #include <linux/dcache.h>
/linux-master/fs/
H A DMakefile12 ioctl.o readdir.o select.o dcache.o inode.o \
/linux-master/arch/mips/kernel/
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/drivers/soc/bcm/brcmstb/pm/
H A Dpm-mips.c227 brcm_pm_do_s3(ctrl.aon_ctrl_base, current_cpu_data.dcache.linesz);
/linux-master/fs/nfs/
H A Dnamespace.c12 #include <linux/dcache.h>
H A Dnfs4namespace.c12 #include <linux/dcache.h>
H A Dunlink.c11 #include <linux/dcache.h>
/linux-master/security/selinux/include/
H A Dsecurity.h13 #include <linux/dcache.h>
/linux-master/security/landlock/
H A Dsyscalls.c14 #include <linux/dcache.h>
/linux-master/lib/
H A Dsiphash.c16 #include <linux/dcache.h>
/linux-master/arch/arm/boot/compressed/
H A Dhead.S845 mov r0, #4 @ put dcache in WT mode
1270 dcache_line_size r1, r2 @ r1 := dcache min line size
1299 mov r2, #64*1024 @ default: 32K dcache size (*2)
1307 mov r2, r2, lsl r1 @ base dcache size *2
/linux-master/fs/orangefs/
H A Dorangefs-kernel.h48 #include <linux/dcache.h>
/linux-master/drivers/s390/cio/
H A Dccwgroup.c17 #include <linux/dcache.h>
/linux-master/fs/sysfs/
H A Dgroup.c13 #include <linux/dcache.h>
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_fw_trace.c14 #include <linux/dcache.h>
/linux-master/fs/notify/
H A Dfsnotify.c6 #include <linux/dcache.h>
/linux-master/fs/proc/
H A Dfd.c4 #include <linux/dcache.h>
/linux-master/fs/erofs/
H A Dinternal.h12 #include <linux/dcache.h>
/linux-master/tools/perf/util/
H A Dparse-events.l255 lc_type (L1-dcache|l1-d|l1d|L1-data|L1-icache|l1-i|l1i|L1-instruction|LLC|L2|dTLB|d-tlb|Data-TLB|iTLB|i-tlb|Instruction-TLB|branch|branches|bpu|btb|bpc|node)
/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");

Completed in 722 milliseconds

12345