Searched refs:thunk (Results 1 – 3 of 3) sorted by relevance
110 thunk = int(operand, 16) variable111 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:
18 …-include ../../include/linux/kconfig.h $(call cc-option,-mfunction-return=thunk) $(call cc-option,…
27 - Retpoline call site annotation -- annotates all retpoline thunk call28 sites, enabling the kernel to patch them inline, to prevent "thunk31 - Return thunk validation -- validates return thunks are used for34 - Return thunk annotation -- annotates all return thunk sites so kernel37 - Return thunk untraining validation -- validate that all entry paths
Completed in 4 milliseconds