Home
last modified time | relevance | path

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

/xen/xen/arch/x86/include/asm/
A Dspec_ctrl.h21 #define SCF_use_shadow (1 << 0) macro
131 info->scf |= SCF_use_shadow; in spec_ctrl_enter_idle()
180 info->scf &= ~SCF_use_shadow; in spec_ctrl_exit_idle()
A Dspec_ctrl_asm.h210 andb $~SCF_use_shadow, CPUINFO_scf(%rsp)
229 orb $SCF_use_shadow, CPUINFO_scf(%rsp)
473 testb $SCF_use_shadow, %bl
/xen/xen/arch/x86/
A Dspec_ctrl.c2387 info->scf |= SCF_use_shadow; in init_speculation_mitigations()
2401 BUILD_BUG_ON(SCF_use_shadow != 1); in build_assertions()
A Dsetup.c2068 info->scf &= ~SCF_use_shadow; in __start_xen()

Completed in 16 milliseconds