Searched refs:boot_cpu_feature64 (Results 1 – 1 of 1) sorted by relevance
8 #define cpu_has_el0_32 (boot_cpu_feature64(el0) == 2)9 #define cpu_has_el0_64 (boot_cpu_feature64(el0) >= 1)10 #define cpu_has_el1_32 (boot_cpu_feature64(el1) == 2)11 #define cpu_has_el1_64 (boot_cpu_feature64(el1) >= 1)12 #define cpu_has_el2_32 (boot_cpu_feature64(el2) == 2)13 #define cpu_has_el2_64 (boot_cpu_feature64(el2) >= 1)14 #define cpu_has_el3_32 (boot_cpu_feature64(el3) == 2)15 #define cpu_has_el3_64 (boot_cpu_feature64(el3) >= 1)16 #define cpu_has_fp (boot_cpu_feature64(fp) == 0)17 #define cpu_has_simd (boot_cpu_feature64(simd) == 0)[all …]
Completed in 4 milliseconds