Searched refs:__icache_flags (Results 1 – 5 of 5) sorted by relevance
61 extern unsigned long __icache_flags;69 return test_bit(ICACHEF_ALIASING, &__icache_flags); in icache_is_aliasing()74 return test_bit(ICACHEF_VPIPT, &__icache_flags); in icache_is_vpipt()
127 extern unsigned long kvm_nvhe_sym(__icache_flags);
50 unsigned long __icache_flags; variable387 set_bit(ICACHEF_VPIPT, &__icache_flags); in cpuinfo_detect_icache_policy()392 set_bit(ICACHEF_ALIASING, &__icache_flags); in cpuinfo_detect_icache_policy()
16 unsigned long __icache_flags; variable
1903 kvm_nvhe_sym(__icache_flags) = __icache_flags; in kvm_hyp_init_symbols()
Completed in 9 milliseconds