Searched refs:__icache_flags (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm64/include/asm/
H A Dcachetype.h40 extern unsigned long __icache_flags;
85 return test_bit(ICACHEF_ALIASING, &__icache_flags); icache_is_aliasing()
90 return test_bit(ICACHEF_AIVIVT, &__icache_flags); icache_is_aivivt()
/linux-4.4.14/arch/arm64/kernel/
H A Dcpuinfo.c52 unsigned long __icache_flags; variable
199 set_bit(ICACHEF_ALIASING, &__icache_flags); cpuinfo_detect_icache_policy()
202 set_bit(ICACHEF_AIVIVT, &__icache_flags); cpuinfo_detect_icache_policy()

Completed in 209 milliseconds