Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/include/asm/
Dpal.h270 } pal_cache_protection_info_t; typedef
837 extern pal_cache_protection_info_t l0d_cache_protection_info;
838 extern pal_cache_protection_info_t l0i_cache_protection_info;
839 extern pal_cache_protection_info_t l1_cache_protection_info;
840 extern pal_cache_protection_info_t l2_cache_protection_info;
845 extern pal_cache_protection_info_t pal_cache_protection_info_get(pal_cache_level_t,
925 ia64_pal_cache_prot_info (u64 cache_level, u64 cache_type, pal_cache_protection_info_t *prot) in ia64_pal_cache_prot_info()