Home
last modified time | relevance | path

Searched refs:guest_cfg (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dcpu-features.h65 #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
[all...]
H A Dcpu-info.h77 unsigned long guest_cfg; member
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dcpu-probe.c243 c->guest_cfg |= BIT(0); in cpu_probe_lvz()
245 c->guest_cfg |= BIT(1); in cpu_probe_lvz()
247 c->guest_cfg |= BIT(2); in cpu_probe_lvz()
249 c->guest_cfg |= BIT(6); in cpu_probe_lvz()
251 c->guest_cfg |= BIT(8); in cpu_probe_lvz()
253 c->guest_cfg |= BIT(10); in cpu_probe_lvz()
255 c->guest_cfg |= BIT(12); in cpu_probe_lvz()
257 c->guest_cfg |= BIT(14); in cpu_probe_lvz()
259 c->guest_cfg |= BIT(16); in cpu_probe_lvz()
261 c->guest_cfg | in cpu_probe_lvz()
[all...]

Completed in 2 milliseconds