Home
last modified time | relevance | path

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

/tools/testing/selftests/x86/bugs/
A Dits_indirect_alignment.py110 thunk = int(operand, 16) variable
111 if thunk > x86_indirect_its_thunk_r15:
112 insn_at_thunk = list(cap.disasm(prog.read(thunk, 16), thunk))[0]
114 if 'jmp' in insn_at_thunk.mnemonic and thunk & 0x20:
/tools/virtio/
A DMakefile18 …-include ../../include/linux/kconfig.h $(call cc-option,-mfunction-return=thunk) $(call cc-option,…
/tools/objtool/Documentation/
A Dobjtool.txt27 - Retpoline call site annotation -- annotates all retpoline thunk call
28 sites, enabling the kernel to patch them inline, to prevent "thunk
31 - Return thunk validation -- validates return thunks are used for
34 - Return thunk annotation -- annotates all return thunk sites so kernel
37 - Return thunk untraining validation -- validate that all entry paths

Completed in 4 milliseconds