Searched refs:cachetype (Results 1 - 14 of 14) sorted by last modified time

/linux-master/arch/arm/mm/
H A Dmmap.c14 #include <asm/cachetype.h>
H A Ddma-mapping-nommu.c9 #include <asm/cachetype.h>
H A Dmmu.c20 #include <asm/cachetype.h>
H A Dflush.c13 #include <asm/cachetype.h>
H A Dfault-armv.c19 #include <asm/cachetype.h>
H A Dcopypage-v6.c16 #include <asm/cachetype.h>
/linux-master/include/linux/
H A Dcacheinfo.h144 #include <asm/cachetype.h>
/linux-master/arch/arm/kernel/
H A Dsetup.c48 #include <asm/cachetype.h>
312 unsigned int cachetype = read_cpuid_cachetype(); local
314 if ((arch == CPU_ARCH_ARMv7M) && !(cachetype & 0xf000f)) {
316 } else if ((cachetype & (7 << 29)) == 4 << 29) {
320 switch (cachetype & (3 << 14)) {
330 if (cachetype & (1 << 23))
/linux-master/fs/nfsd/
H A Dnfscache.c568 * @cachetype: which cache to update
581 * Also note that a cachetype of RC_NOCACHE can legally be passed when
586 int cachetype, __be32 *statp)
608 switch (cachetype) {
633 rp->c_type = cachetype;
585 nfsd_cache_update(struct svc_rqst *rqstp, struct nfsd_cacherep *rp, int cachetype, __be32 *statp) argument
H A Dcache.h88 int cachetype, __be32 *statp);
/linux-master/arch/arm/include/asm/
H A Dcacheflush.h14 #include <asm/cachetype.h>
H A Defi.h10 #include <asm/cachetype.h>
H A Dmmu_context.h19 #include <asm/cachetype.h>
H A Dhighmem.h5 #include <asm/cachetype.h>

Completed in 290 milliseconds