Searched refs:spec_ctrl_flags (Results 1 – 7 of 7) sorted by relevance
65 info->spec_ctrl_flags = default_spec_ctrl_flags; in init_shadow_spec_ctrl_state()88 info->spec_ctrl_flags |= SCF_use_shadow; in spec_ctrl_enter_idle()122 info->spec_ctrl_flags &= ~SCF_use_shadow; in spec_ctrl_exit_idle()
178 and %al, STACK_CPUINFO_FIELD(spec_ctrl_flags)(%r14)199 testb $SCF_use_shadow, STACK_CPUINFO_FIELD(spec_ctrl_flags)(%rbx)279 movzbl STACK_CPUINFO_FIELD(spec_ctrl_flags)(%r14), %eax295 and %dl, STACK_CPUINFO_FIELD(spec_ctrl_flags)(%r14)323 testb $SCF_ist_wrmsr, STACK_CPUINFO_FIELD(spec_ctrl_flags)(%rbx)
59 uint8_t spec_ctrl_flags; member
251 ci->spec_ctrl_flags &= ~SCF_ist_wrmsr; in enter_state()293 ci->spec_ctrl_flags |= (default_spec_ctrl_flags & SCF_ist_wrmsr); in enter_state()
123 OFFSET(CPUINFO_spec_ctrl_flags, struct cpu_info, spec_ctrl_flags); in __dummy__()
1221 info->spec_ctrl_flags |= SCF_use_shadow; in init_speculation_mitigations()
1926 get_cpu_info()->spec_ctrl_flags &= ~SCF_use_shadow; in __start_xen()
Completed in 11 milliseconds