Searched refs:ibt (Results 1 – 19 of 19) sorted by relevance
| /linux/tools/objtool/ |
| H A D | builtin-check.c | 80 OPT_BOOLEAN('i', "ibt", &opts.ibt, "validate and annotate IBT"), 158 if (opts.ibt && !opts.link) { in opts_valid() 159 ERROR("--ibt requires --link"); in opts_valid() 184 opts.ibt || in opts_valid()
|
| H A D | check.c | 1541 if (opts.ibt) { in is_first_func_insn() 2320 if (opts.ibt && insn->type != INSN_ENDBR && !insn->noendbr) { in read_unwind_hints() 5049 if (opts.ibt) in check() 5097 if (opts.ibt) { in check()
|
| /linux/tools/objtool/include/objtool/ |
| H A D | builtin.h | 18 bool ibt; 16 bool ibt; global() member
|
| /linux/arch/x86/kernel/ |
| H A D | apm_32.c | 595 u64 ibt; in __apm_bios_call() local 605 ibt = ibt_save(true); in __apm_bios_call() 611 ibt_restore(ibt); in __apm_bios_call() 676 u64 ibt; in __apm_bios_call_simple() local 686 ibt = ibt_save(true); in __apm_bios_call_simple() 691 ibt_restore(ibt); in __apm_bios_call_simple()
|
| H A D | alternative.c | 2384 u64 ibt; in alternative_instructions() local 2413 ibt = ibt_save(/*disable*/ true); in alternative_instructions() 2441 ibt_restore(ibt); in alternative_instructions()
|
| /linux/arch/x86/include/asm/ |
| H A D | efi.h | 108 u64 ret, ibt = ibt_save(efi_disable_ibt_for_runtime); \ 110 ibt_restore(ibt); \
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-opp-vesnin.dts | 126 &ibt {
|
| H A D | aspeed-bmc-quanta-q71l.dts | 120 &ibt {
|
| H A D | aspeed-bmc-lenovo-hr630.dts | 127 &ibt {
|
| H A D | aspeed-bmc-ibm-bonnell.dts | 178 &ibt {
|
| H A D | aspeed-bmc-tyan-s8036.dts | 355 &ibt {
|
| H A D | aspeed-bmc-ibm-balcones.dts | 547 &ibt {
|
| H A D | aspeed-bmc-tyan-s7106.dts | 402 &ibt {
|
| H A D | aspeed-bmc-opp-tacoma.dts | 787 &ibt {
|
| H A D | aspeed-bmc-ibm-system1.dts | 463 &ibt {
|
| H A D | aspeed-bmc-ibm-rainier.dts | 254 &ibt {
|
| /linux/drivers/input/mouse/ |
| H A D | bcm5974.c | 638 int ibt = raw2int(dev->tp_data[c->tp_button]); in report_tp_state() local 639 input_report_key(input, BTN_LEFT, ibt); in report_tp_state()
|
| /linux/scripts/ |
| H A D | Makefile.lib | 189 objtool-args-$(CONFIG_X86_KERNEL_IBT) += --ibt
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 261 0x7, 0, edx, 20, ibt , CET indirect branch tracking
|