Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kvm/
Dcoproc.c42 static u32 cache_levels; variable
756 ctype = (cache_levels >> (level * 3)) & 7; in is_valid_cache()
1230 asm volatile("mrc p15, 1, %0, c0, c0, 1" : "=r" (cache_levels)); in kvm_coproc_table_init()
1232 if (((cache_levels >> (i*3)) & 7) == 0) in kvm_coproc_table_init()
1235 cache_levels &= (1 << (i*3))-1; in kvm_coproc_table_init()
/linux-4.4.14/arch/arm64/kvm/
Dsys_regs.c55 static u32 cache_levels; variable
1449 ctype = (cache_levels >> (level * 3)) & 7; in is_valid_cache()
1726 cache_levels = clidr.val; in kvm_sys_reg_table_init()
1728 if (((cache_levels >> (i*3)) & 7) == 0) in kvm_sys_reg_table_init()
1731 cache_levels &= (1 << (i*3))-1; in kvm_sys_reg_table_init()
/linux-4.4.14/arch/ia64/include/asm/
Dpal.h992 static inline long ia64_pal_cache_summary(unsigned long *cache_levels, in ia64_pal_cache_summary() argument
997 if (cache_levels) in ia64_pal_cache_summary()
998 *cache_levels = iprv.v0; in ia64_pal_cache_summary()