Lines Matching refs:guest_cfg
65 #define cpu_has_matc_guest (cpu_data[0].guest_cfg & (1 << 0))
66 #define cpu_has_matc_root (cpu_data[0].guest_cfg & (1 << 1))
67 #define cpu_has_matc_nest (cpu_data[0].guest_cfg & (1 << 2))
68 #define cpu_has_sitp (cpu_data[0].guest_cfg & (1 << 6))
69 #define cpu_has_titp (cpu_data[0].guest_cfg & (1 << 8))
70 #define cpu_has_toep (cpu_data[0].guest_cfg & (1 << 10))
71 #define cpu_has_topp (cpu_data[0].guest_cfg & (1 << 12))
72 #define cpu_has_torup (cpu_data[0].guest_cfg & (1 << 14))
73 #define cpu_has_gcip_all (cpu_data[0].guest_cfg & (1 << 16))
74 #define cpu_has_gcip_hit (cpu_data[0].guest_cfg & (1 << 17))
75 #define cpu_has_gcip_secure (cpu_data[0].guest_cfg & (1 << 18))