Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/kernel/
Dsetup.c319 unsigned int cachetype = read_cpuid_cachetype(); in cacheid_init() local
321 if ((arch == CPU_ARCH_ARMv7M) && !(cachetype & 0xf000f)) { in cacheid_init()
323 } else if ((cachetype & (7 << 29)) == 4 << 29) { in cacheid_init()
327 switch (cachetype & (3 << 14)) { in cacheid_init()
337 if (cachetype & (1 << 23)) in cacheid_init()
/linux-6.1.9/fs/nfsd/
Dnfscache.c528 void nfsd_cache_update(struct svc_rqst *rqstp, int cachetype, __be32 *statp) in nfsd_cache_update() argument
551 switch (cachetype) { in nfsd_cache_update()
576 rp->c_type = cachetype; in nfsd_cache_update()