Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/kernel/
Dsetup.c314 unsigned int cachetype = read_cpuid_cachetype(); in cacheid_init() local
315 if ((cachetype & (7 << 29)) == 4 << 29) { in cacheid_init()
319 switch (cachetype & (3 << 14)) { in cacheid_init()
329 if (cachetype & (1 << 23)) in cacheid_init()
/linux-4.1.27/fs/nfsd/
Dnfscache.c538 nfsd_cache_update(struct svc_rqst *rqstp, int cachetype, __be32 *statp) in nfsd_cache_update() argument
562 switch (cachetype) { in nfsd_cache_update()
587 rp->c_type = cachetype; in nfsd_cache_update()
Dxdr4.h590 int cachetype; member