Home
last modified time | relevance | path

Searched refs:intList (Results 1 – 8 of 8) sorted by relevance

/Zephyr-4.1.0/arch/common/
DCMakeLists.txt59 # IAR Toolchain is having problems with discarding .intList
60 # This will always keep .intList in a harmless location
63 zephyr_linker_section(NAME .intList GROUP RODATA_REGION NOINPUT)
64 zephyr_linker_section_configure(SECTION .intList KEEP INPUT ".irq_info" FIRST)
65 zephyr_linker_section_configure(SECTION .intList KEEP INPUT ".intList")
67 …zephyr_linker_section(NAME .intList VMA IDT_LIST LMA IDT_LIST NOINPUT PASS NOT LINKER_ZEPHYR_FINAL)
68 zephyr_linker_section_configure(SECTION .intList KEEP INPUT ".irq_info" FIRST)
69 zephyr_linker_section_configure(SECTION .intList KEEP INPUT ".intList")
72 … zephyr_linker_section_configure(SECTION /DISCARD/ KEEP INPUT ".intList" PASS LINKER_ZEPHYR_FINAL)
/Zephyr-4.1.0/include/zephyr/linker/
Dintlist.ld35 SECTION_PROLOGUE(.intList,,)
38 KEEP(*(.intList*))
44 KEEP(*(.intList*))
/Zephyr-4.1.0/include/zephyr/
Dsw_isr_table.h216 static Z_DECL_ALIGN(struct _isr_list_sname) Z_GENERIC_SECTION(.intList) \
250 static Z_DECL_ALIGN(struct _isr_list_sname) Z_GENERIC_SECTION(.intList) \
274 static Z_DECL_ALIGN(struct _isr_list) Z_GENERIC_SECTION(.intList) \
/Zephyr-4.1.0/soc/silabs/silabs_siwx91x/siwg917/
Dnwp_init.c106 static Z_DECL_ALIGN(struct _isr_list) Z_GENERIC_SECTION(.intList)
/Zephyr-4.1.0/include/zephyr/arch/x86/ia32/
Dlinker.ld529 SECTION_PROLOGUE(intList,,)
533 KEEP(*(.intList))
534 KEEP(*(.gnu.linkonce.intList.*))
541 KEEP(*(.intList))
542 KEEP(*(.gnu.linkonce.intList.*))
/Zephyr-4.1.0/boards/qemu/x86/
Dqemu_x86_tiny.ld809 SECTION_PROLOGUE(intList,,)
813 KEEP(*(.intList))
814 KEEP(*(.gnu.linkonce.intList.*))
821 KEEP(*(.intList))
822 KEEP(*(.gnu.linkonce.intList.*))
/Zephyr-4.1.0/doc/kernel/services/
Dinterrupts.rst462 struct _isr_list which is placed in a special .intList section.
466 The script implements different parsers to process the data from .intList section
470 handlers in a form of addresses directly taken from .intList section entries.
483 The name of the section is then placed in .intList section and it is used to create linker script
494 struct _isr_list which is placed in a special .intList section:
511 the .intList section preceded by a header:
609 of ``struct _isr_list_sname`` which is placed in a special .intList section:
682 :ref:`gen_idt.py` tool uses the .intList section to create it. However, on APIC-based
/Zephyr-4.1.0/
DCMakeLists.txt1407 --intlist-section .intList
1408 --intlist-section intList