Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcache.h71 extern unsigned long __icache_flags;
79 return test_bit(ICACHEF_ALIASING, &__icache_flags); in icache_is_aliasing()
84 return test_bit(ICACHEF_VPIPT, &__icache_flags); in icache_is_vpipt()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcpuinfo.c49 unsigned long __icache_flags; variable
348 set_bit(ICACHEF_VPIPT, &__icache_flags); in cpuinfo_detect_icache_policy()
353 set_bit(ICACHEF_ALIASING, &__icache_flags); in cpuinfo_detect_icache_policy()
H A Dimage-vars.h85 KVM_NVHE_ALIAS(__icache_flags);