Searched refs:thunk (Results 1 – 5 of 5) sorted by relevance
899 thunk = THUNK_JMP; in init_speculation_mitigations()907 thunk = opt_thunk; in init_speculation_mitigations()923 thunk = THUNK_LFENCE; in init_speculation_mitigations()929 thunk = THUNK_RETPOLINE; in init_speculation_mitigations()943 thunk = THUNK_NONE; in init_speculation_mitigations()950 thunk = THUNK_JMP; in init_speculation_mitigations()956 if ( thunk == THUNK_DEFAULT ) in init_speculation_mitigations()957 thunk = THUNK_RETPOLINE; in init_speculation_mitigations()960 if ( thunk == THUNK_LFENCE ) in init_speculation_mitigations()962 else if ( thunk == THUNK_JMP ) in init_speculation_mitigations()[all …]
44 CFLAGS-$(CONFIG_INDIRECT_THUNK) += -mindirect-branch=thunk-extern
42 obj-$(CONFIG_INDIRECT_THUNK) += indirect-thunk.o
102 bti-thunk "N/A", "RETPOLINE", "LFENCE" or "JMP"
2065 > bti-thunk=retpoline|lfence|jmp, {ibrs,ibpb,ssbd,eager-fpu,2106 If Xen was compiled with INDIRECT_THUNK support, `bti-thunk=` can be used to2108 locations. The default thunk is `retpoline` (generally preferred for Intel
Completed in 9 milliseconds