Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dcache.h62 extern unsigned long __icache_flags;
70 return test_bit(ICACHEF_ALIASING, &__icache_flags); in icache_is_aliasing()
75 return test_bit(ICACHEF_VPIPT, &__icache_flags); in icache_is_vpipt()
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dcpuinfo.c43 unsigned long __icache_flags; variable
338 set_bit(ICACHEF_VPIPT, &__icache_flags); in cpuinfo_detect_icache_policy()
343 set_bit(ICACHEF_ALIASING, &__icache_flags); in cpuinfo_detect_icache_policy()
Dimage-vars.h85 KVM_NVHE_ALIAS(__icache_flags);