Home
last modified time | relevance | path

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

/xen/xen/arch/x86/
A Dspec_ctrl.c43 THUNK_DEFAULT, /* Decide which thunk to use at boot time. */ enumerator
49 } opt_thunk __initdata = THUNK_DEFAULT;
883 enum ind_thunk thunk = THUNK_DEFAULT; in init_speculation_mitigations()
898 (opt_thunk == THUNK_DEFAULT || opt_thunk == THUNK_RETPOLINE) ) in init_speculation_mitigations()
905 if ( opt_thunk != THUNK_DEFAULT || opt_ibrs != -1 ) in init_speculation_mitigations()
949 if ( ibrs && thunk == THUNK_DEFAULT ) in init_speculation_mitigations()
956 if ( thunk == THUNK_DEFAULT ) in init_speculation_mitigations()

Completed in 4 milliseconds