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

/linux-master/arch/x86/include/asm/
H A Dnospec-branch.h534 extern u64 spec_ctrl_current(void);
546 spec_ctrl_current() | SPEC_CTRL_IBRS, \
555 spec_ctrl_current(), \
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c96 noinstr u64 spec_ctrl_current(void) function
100 EXPORT_SYMBOL_GPL(spec_ctrl_current); variable
1869 u64 val = spec_ctrl_current() | (x86_spec_ctrl_base & SPEC_CTRL_STIBP);
/linux-master/drivers/idle/
H A Dintel_idle.c176 u64 spec_ctrl = spec_ctrl_current();

Completed in 179 milliseconds