Searched refs:ibt (Results 1 – 25 of 32) sorted by relevance
12
/Linux-v6.6/Documentation/devicetree/bindings/ipmi/ |
D | aspeed,ast2400-ibt-bmc.txt | 10 "aspeed,ast2400-ibt-bmc" 11 "aspeed,ast2500-ibt-bmc" 12 "aspeed,ast2600-ibt-bmc" 23 ibt@1e789140 { 24 compatible = "aspeed,ast2400-ibt-bmc";
|
/Linux-v6.6/tools/objtool/ |
D | builtin-check.c | 71 OPT_BOOLEAN('i', "ibt", &opts.ibt, "validate and annotate IBT"), 136 opts.ibt || in opts_valid() 192 if (opts.ibt) { in link_opts_valid()
|
/Linux-v6.6/tools/objtool/include/objtool/ |
D | builtin.h | 16 bool ibt; member
|
/Linux-v6.6/arch/x86/kernel/ |
D | apm_32.c | 596 u64 ibt; in __apm_bios_call() local 606 ibt = ibt_save(true); in __apm_bios_call() 612 ibt_restore(ibt); in __apm_bios_call() 677 u64 ibt; in __apm_bios_call_simple() local 687 ibt = ibt_save(true); in __apm_bios_call_simple() 692 ibt_restore(ibt); in __apm_bios_call_simple()
|
/Linux-v6.6/arch/x86/include/asm/ |
D | efi.h | 108 u64 ret, ibt = ibt_save(efi_disable_ibt_for_runtime); \ 110 ibt_restore(ibt); \
|
/Linux-v6.6/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-opp-vesnin.dts | 126 &ibt {
|
D | aspeed-bmc-opp-lanyang.dts | 321 &ibt {
|
D | aspeed-bmc-opp-nicole.dts | 291 &ibt {
|
D | aspeed-bmc-opp-palmetto.dts | 201 &ibt {
|
D | aspeed-bmc-opp-romulus.dts | 337 &ibt {
|
D | aspeed-g4.dtsi | 388 ibt: ibt@140 { label 389 compatible = "aspeed,ast2400-ibt-bmc";
|
D | aspeed-bmc-quanta-q71l.dts | 120 &ibt {
|
D | aspeed-g5.dtsi | 522 ibt: ibt@140 { label 523 compatible = "aspeed,ast2500-ibt-bmc";
|
D | aspeed-g6.dtsi | 665 ibt: ibt@140 { label 666 compatible = "aspeed,ast2600-ibt-bmc";
|
D | aspeed-bmc-lenovo-hr630.dts | 127 &ibt {
|
D | aspeed-bmc-ibm-bonnell.dts | 173 &ibt {
|
D | aspeed-bmc-tyan-s8036.dts | 355 &ibt {
|
D | aspeed-bmc-lenovo-hr855xg2.dts | 134 &ibt {
|
D | aspeed-bmc-opp-mowgli.dts | 654 &ibt {
|
D | aspeed-bmc-opp-witherspoon.dts | 682 &ibt {
|
D | aspeed-bmc-opp-zaius.dts | 574 &ibt {
|
D | aspeed-bmc-tyan-s7106.dts | 402 &ibt {
|
D | aspeed-bmc-inspur-fp5280g2.dts | 831 &ibt {
|
/Linux-v6.6/drivers/input/mouse/ |
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-v6.6/scripts/ |
D | Makefile.lib | 258 objtool-args-$(CONFIG_X86_KERNEL_IBT) += --ibt
|
12