Home
last modified time | relevance | path

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

/xen/xen/include/asm-arm/
A Dcpufeature.h22 #define boot_cpu_feature32(feat) (boot_cpu_data.pfr32.feat) macro
24 #define cpu_has_arm (boot_cpu_feature32(arm) == 1)
25 #define cpu_has_thumb (boot_cpu_feature32(thumb) >= 1)
26 #define cpu_has_thumb2 (boot_cpu_feature32(thumb) >= 3)
27 #define cpu_has_jazelle (boot_cpu_feature32(jazelle) > 0)
28 #define cpu_has_thumbee (boot_cpu_feature32(thumbee) == 1)
32 #define cpu_has_gentimer (boot_cpu_feature32(gentimer) == 1)
36 #define cpu_has_security (boot_cpu_feature32(security) > 0)

Completed in 4 milliseconds