Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dcache.h88 int cachetype, __be32 *statp);
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) in nfsd_cache_update() argument
608 switch (cachetype) { in nfsd_cache_update()
633 rp->c_type = cachetype; in nfsd_cache_update()
/linux/arch/arm/kernel/
H A Dsetup.c48 #include <asm/cachetype.h>
312 unsigned int cachetype = read_cpuid_cachetype(); in cacheid_init() local
314 if ((arch == CPU_ARCH_ARMv7M) && !(cachetype & 0xf000f)) { in cacheid_init()
316 } else if ((cachetype & (7 << 29)) == 4 << 29) { in cacheid_init()
320 switch (cachetype & (3 << 14)) { in cacheid_init()
330 if (cachetype & (1 << 23)) in cacheid_init()