Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/
A Dspec_ctrl.h65 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()
A Dspec_ctrl_asm.h178 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), %eax
295 and %dl, STACK_CPUINFO_FIELD(spec_ctrl_flags)(%r14)
323 testb $SCF_ist_wrmsr, STACK_CPUINFO_FIELD(spec_ctrl_flags)(%rbx)
A Dcurrent.h59 uint8_t spec_ctrl_flags; member
/xen/xen/arch/x86/acpi/
A Dpower.c251 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()
/xen/xen/arch/x86/x86_64/
A Dasm-offsets.c123 OFFSET(CPUINFO_spec_ctrl_flags, struct cpu_info, spec_ctrl_flags); in __dummy__()
/xen/xen/arch/x86/
A Dspec_ctrl.c1221 info->spec_ctrl_flags |= SCF_use_shadow; in init_speculation_mitigations()
A Dsetup.c1926 get_cpu_info()->spec_ctrl_flags &= ~SCF_use_shadow; in __start_xen()

Completed in 11 milliseconds