Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsetup.c318 unsigned int cachetype = read_cpuid_cachetype(); in cacheid_init() local
320 if ((arch == CPU_ARCH_ARMv7M) && !(cachetype & 0xf000f)) { in cacheid_init()
322 } else if ((cachetype & (7 << 29)) == 4 << 29) { in cacheid_init()
326 switch (cachetype & (3 << 14)) { in cacheid_init()
336 if (cachetype & (1 << 23)) in cacheid_init()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfscache.c504 void nfsd_cache_update(struct svc_rqst *rqstp, int cachetype, __be32 *statp) in nfsd_cache_update() argument
529 switch (cachetype) { in nfsd_cache_update()
554 rp->c_type = cachetype; in nfsd_cache_update()
H A Dxdr4.h716 int cachetype; member