Home
last modified time | relevance | path

Searched refs:cachetype (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/arm/kernel/
Dsetup.c316 unsigned int cachetype = read_cpuid_cachetype(); in cacheid_init() local
318 if ((arch == CPU_ARCH_ARMv7M) && !(cachetype & 0xf000f)) { in cacheid_init()
320 } else if ((cachetype & (7 << 29)) == 4 << 29) { in cacheid_init()
324 switch (cachetype & (3 << 14)) { in cacheid_init()
334 if (cachetype & (1 << 23)) in cacheid_init()
/Linux-v4.19/fs/nfsd/
Dnfscache.c515 nfsd_cache_update(struct svc_rqst *rqstp, int cachetype, __be32 *statp) in nfsd_cache_update() argument
539 switch (cachetype) { in nfsd_cache_update()
564 rp->c_type = cachetype; in nfsd_cache_update()
Dxdr4.h634 int cachetype; member