Searched refs:g_platform_properties (Results 1 – 5 of 5) sorted by relevance
43 platform_properties g_platform_properties; variable
57 platform_properties g_platform_properties { variable421 auto bti_supported_orig = g_platform_properties.bti_supported; in TEST()422 g_platform_properties.bti_supported = false; in TEST()431 g_platform_properties.bti_supported = bti_supported_orig; in TEST()
88 extern platform_properties g_platform_properties;
184 return (g_platform_properties.bti_supported && properties_.bti_compatible); in IsBTICompatible()
302 g_platform_properties.bti_supported = (hwcap2 & HWCAP2_BTI) != 0; in platform_properties_init()