Searched refs:ibt (Results 1 – 25 of 29) sorted by relevance
12
/linux/Documentation/devicetree/bindings/ipmi/ ! |
H A 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/tools/objtool/include/objtool/ ! |
H A D | builtin.h | 16 bool ibt; member
|
/linux/arch/x86/include/asm/ ! |
H A D | efi.h | 10 #include <asm/ibt.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-opp-lanyang.dts | 317 &ibt {
|
H A D | aspeed-bmc-opp-romulus.dts | 333 &ibt {
|
H A D | aspeed-bmc-opp-palmetto.dts | 201 &ibt {
|
H A D | aspeed-g6.dtsi | 646 ibt: ibt@140 { label 647 compatible = "aspeed,ast2600-ibt-bmc";
|
H A D | aspeed-bmc-quanta-q71l.dts | 120 &ibt {
|
H A D | aspeed-g5.dtsi | 515 ibt: ibt@140 { label 516 compatible = "aspeed,ast2500-ibt-bmc";
|
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-opp-zaius.dts | 572 &ibt {
|
H A D | aspeed-bmc-opp-witherspoon.dts | 678 &ibt {
|
H A D | aspeed-bmc-opp-mowgli.dts | 654 &ibt {
|
H A D | aspeed-bmc-tyan-s7106.dts | 402 &ibt {
|
H A D | aspeed-bmc-inspur-fp5280g2.dts | 827 &ibt {
|
H A D | aspeed-bmc-ibm-system1.dts | 463 &ibt {
|
H A D | aspeed-bmc-ibm-blueridge.dts | 260 &ibt {
|
H A D | aspeed-bmc-ibm-rainier.dts | 254 &ibt {
|
/linux/scripts/ ! |
H A D | Makefile.lib | 179 objtool-args-$(CONFIG_X86_KERNEL_IBT) += --ibt
|
/linux/arch/x86/kernel/ ! |
H A D | alternative.c | 12 #include <asm/ibt.h> 1147 * Generated by: objtool --ibt 2291 u64 ibt; in alternative_instructions() local 2320 ibt = ibt_save(/*disable*/ true); in alternative_instructions() 2347 ibt_restore(ibt); in alternative_instructions()
|
/linux/tools/objtool/ ! |
H A D | check.c | 811 printf("ibt: ENDBR at function start: %d\n", file->nr_endbr); in create_ibt_endbr_seal_sections() 812 printf("ibt: ENDBR inside functions: %d\n", file->nr_endbr_int); in create_ibt_endbr_seal_sections() 813 printf("ibt: superfluous ENDBR: %d\n", idx); in create_ibt_endbr_seal_sections() 1441 if (opts.ibt) { in is_first_func_insn() 2265 if (opts.ibt && insn->type != INSN_ENDBR && !insn->noendbr) { in read_unwind_hints() 4726 if (opts.ibt) in check() 4774 if (opts.ibt) { in check()
|
/linux/drivers/bluetooth/ ! |
H A D | Kconfig | 261 port interface for Intel ibt 2.1 Bluetooth controllers.
|
12