Searched refs:scb_hw (Results 1 – 7 of 7) sorted by relevance
207 __builtin_memcpy(ram_vector_table, (uint32_t *) scb_hw->vtor, sizeof(ram_vector_table)); in runtime_init_install_ram_vector_table()209 …__builtin_memcpy(ram_vector_table, (uint32_t *) scb_hw->vtor, MIN(VTABLE_FIRST_IRQ, sizeof(ram_vec… in runtime_init_install_ram_vector_table()215 scb_hw->vtor = (uintptr_t) ram_vector_table; in runtime_init_install_ram_vector_table()
70 #define scb_hw ((armv6m_scb_hw_t *)(PPB_BASE + M0PLUS_CPUID_OFFSET)) macro
259 #define scb_hw ((armv8m_scb_hw_t *)(PPB_BASE + M33_CPUID_OFFSET)) macro
30 return (exception_handler_t *) scb_hw->vtor; in get_exception_table()
69 return (irq_handler_t *) scb_hw->vtor; in get_vtable()
145 uint32_t vector_table = scb_hw->vtor; in multicore_launch_core1_with_stack()
34 return (irq_handler_t *) scb_hw->vtor; in get_vtable()