Home
last modified time | relevance | path

Searched refs:vector (Results 101 – 125 of 294) sorted by relevance

12345678910>>...12

/Zephyr-latest/soc/renesas/ra/ra6e2/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra4e1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra4e2/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra8m1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra8t1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra6m4/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra6m5/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra8d1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/soc/renesas/ra/ra4l1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/drivers/interrupt_controller/
Dintc_intel_vtd.h35 uint64_t vector : 8; member
/Zephyr-latest/soc/nxp/rw/
DKconfig46 hex "Image vector table offset"
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/
DREADME.txt8 2) compute complex vector product and check for any errors
/Zephyr-latest/arch/arm/core/cortex_m/
DKconfig137 The VTOR indicates the offset of the vector table base
173 the vector table to SRAM
354 vector table relay handler and a vector relay table, to
355 relay interrupts based on a vector table pointer.
357 with no hardware vector table relocation mechanisms (e.g. VTOR).
366 sure the vector table pointer in RAM is set properly by the image upon
/Zephyr-latest/soc/renesas/ra/ra2l1/
Dsections.ld9 /* If DTC is used, put the DTC vector table at the start of SRAM.
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst29 An :abbr:`IDT (Interrupt Descriptor Table)` or a vector table is used
525 gen_isr_tables.py script to generate a C file defining a vector table and
537 A vector table is generated when :kconfig:option:`CONFIG_GEN_IRQ_VECTOR_TABLE` is
553 common entry point for all interrupts and do not support a vector table, in
679 The x86 architecture has a special type of vector table called the Interrupt
681 processor documentation. It is still fundamentally a vector table, and the
683 systems the indexes in the vector table do not correspond to the IRQ line. The
688 configures an interrupt it will look for a free vector in the appropriate range
691 On x86 when an interrupt or exception vector is executed by the CPU, there is
692 no foolproof way to determine which vector was fired, so a software ISR table
[all …]
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dlinker.ld26 * jumping distance of the vector table in non-XIP builds, so avoid them.
104 * zephyr_linker_sources(ROM_START ...). This typically contains the vector
/Zephyr-latest/arch/
DKconfig492 an appropriate hardware vector table and/or software IRQ table.
495 bool "Generate an interrupt vector table"
500 needs an interrupt vector table created. Only disable this if the
501 platform does not use a vector table at all, or requires the vector
503 indexed by IRQ line. In the latter case, the vector table must be
507 int "Alignment size of the interrupt vector table"
512 _irq_vector_table. Some architecture needs an IRQ vector table
517 prompt "IRQ vector table type"
525 The IRQ vector table contains the address of the interrupt handler.
530 The IRQ vector table contains the opcode of a jump instruction to the
[all …]
/Zephyr-latest/soc/infineon/cat1b/cyw20829/
Dbootstrap.ld21 * zephyr_linker_sources(ROM_START ...). This typically contains the vector
/Zephyr-latest/dts/riscv/openisa/
Drv32m1_zero_riscy.dtsi26 * these base addresses contain the Arm core vector tables if
Drv32m1_ri5cy.dtsi26 * these base addresses contain the Arm core vector tables if
/Zephyr-latest/drivers/virtualization/
DKconfig40 MSI-X vector holders must be pre-allocated. One can pre-allocate
/Zephyr-latest/include/zephyr/arch/x86/
Darch.h35 uint8_t vector; member
/Zephyr-latest/boards/raspberrypi/rpi_pico2/
Drpi_pico2.dtsi71 * smaller than 256 bytes, but in practice the linker places the vector
/Zephyr-latest/boards/renesas/rzt2m_starterkit/doc/
Dindex.rst50 | NVIC | on-chip | nested vector interrupt controller |
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_mi.c1318 struct gptp_priority_vector *vector, in compare_priority_vectors() argument
1330 &vector->root_system_id, in compare_priority_vectors()
1339 spi_cmp = memcmp(&hdr->port_id, &vector->src_port_id, in compare_priority_vectors()
1342 port_cmp = (int)port - ntohs(vector->port_number); in compare_priority_vectors()
1407 static void copy_priority_vector(struct gptp_priority_vector *vector, in copy_priority_vector() argument
1416 memcpy(&vector->root_system_id, &announce->root_system_id, in copy_priority_vector()
1419 memcpy(&vector->src_port_id, &hdr->port_id, in copy_priority_vector()
1422 vector->port_number = htons(port); in copy_priority_vector()

12345678910>>...12