Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/asm/
H A Dpal.h272 } pal_cache_protection_info_t; typedef
839 extern pal_cache_protection_info_t l0d_cache_protection_info;
840 extern pal_cache_protection_info_t l0i_cache_protection_info;
841 extern pal_cache_protection_info_t l1_cache_protection_info;
842 extern pal_cache_protection_info_t l2_cache_protection_info;
847 extern pal_cache_protection_info_t pal_cache_protection_info_get(pal_cache_level_t,
927 ia64_pal_cache_prot_info (u64 cache_level, u64 cache_type, pal_cache_protection_info_t *prot) in ia64_pal_cache_prot_info()