Home
last modified time | relevance | path

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

/xen/xen/arch/x86/
A Dspec_ctrl.c899 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 …]
A Darch.mk44 CFLAGS-$(CONFIG_INDIRECT_THUNK) += -mindirect-branch=thunk-extern
A DMakefile42 obj-$(CONFIG_INDIRECT_THUNK) += indirect-thunk.o
/xen/docs/misc/
A Dhypfs-paths.pandoc102 bti-thunk "N/A", "RETPOLINE", "LFENCE" or "JMP"
A Dxen-command-line.pandoc2065 > bti-thunk=retpoline|lfence|jmp, {ibrs,ibpb,ssbd,eager-fpu,
2106 If Xen was compiled with INDIRECT_THUNK support, `bti-thunk=` can be used to
2108 locations. The default thunk is `retpoline` (generally preferred for Intel

Completed in 9 milliseconds