Searched refs:cache_type (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dmmap.c32 unsigned int cache_type; local
40 cache_type = read_cpuid(CPUID_CACHETYPE);
41 if (cache_type != read_cpuid(CPUID_ID)) {
42 aliasing = (cache_type | cache_type >> 12) & (1 << 11);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dcache-debugfs.c19 enum cache_type { enum
27 unsigned int cache_type = (unsigned int)file->private; local
47 if (cache_type == CACHE_TYPE_DCACHE) {
76 if ((ccr & CCR_CACHE_ORA) && cache_type == CACHE_TYPE_DCACHE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsal.c230 u64 vector, cache_type = 3; local
246 SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0);
267 ia64_sal_cache_flush (u64 cache_type) argument
278 rc = ia64_pal_cache_flush(cache_type,
284 SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dpal.h281 u64 cache_type : 8, /* 7-0 cache type */ member in struct:pal_cache_line_id_u::__anon8837
294 u64 cache_type : 8, /* 7-0 cache type */ member in struct:pal_cache_line_id_u::__anon8838
324 #define pclid_read_cache_type pclid_info_read.cache_type
333 #define pclid_write_cache_type pclid_info_write.cache_type
900 ia64_pal_cache_config_info (u64 cache_level, u64 cache_type, pal_cache_config_info_t *conf) argument
904 PAL_CALL(iprv, PAL_CACHE_INFO, cache_level, cache_type, 0);
918 ia64_pal_cache_prot_info (u64 cache_level, u64 cache_type, pal_cache_protection_info_t *prot) argument
922 PAL_CALL(iprv, PAL_CACHE_PROT_INFO, cache_level, cache_type, 0);
941 ia64_pal_cache_flush (u64 cache_type, u64 invalidate, u64 *progress, u64 *vector) argument
944 PAL_CALL(iprv, PAL_CACHE_FLUSH, cache_type, invalidat
954 ia64_pal_cache_init(u64 level, u64 cache_type, u64 rest) argument
[all...]
H A Dsal.h661 extern s64 ia64_sal_cache_flush (u64 cache_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dintel_cacheinfo.c29 char cache_type; member in struct:_cache_table
349 if (only_trace && cache_table[k].cache_type != LVL_TRACE)
351 switch (cache_table[k].cache_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dmin_osl.c171 uint32 cache_type; member in struct:l2cc_reg_struct_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsd.c215 __ATTR(cache_type, S_IRUGO|S_IWUSR, sd_show_cache_type,

Completed in 152 milliseconds