Home
last modified time | relevance | path

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

/linux-6.1.9/arch/ia64/include/asm/
Dpal.h994 static inline long ia64_pal_cache_summary(unsigned long *cache_levels, in ia64_pal_cache_summary() argument
999 if (cache_levels) in ia64_pal_cache_summary()
1000 *cache_levels = iprv.v0; in ia64_pal_cache_summary()
/linux-6.1.9/arch/arm64/kvm/
Dsys_regs.c85 static u32 cache_levels; variable
2672 ctype = (cache_levels >> (level * 3)) & 7; in is_valid_cache()
2979 cache_levels = clidr.val; in kvm_sys_reg_table_init()
2981 if (((cache_levels >> (i*3)) & 7) == 0) in kvm_sys_reg_table_init()
2984 cache_levels &= (1 << (i*3))-1; in kvm_sys_reg_table_init()