Searched refs:vtable (Results 1 – 8 of 8) sorted by relevance
703 irq_handler_t *vtable = get_vtable(); in irq_set_riscv_vector_handler() local704 valid_params_if(HARDWARE_IRQ, ((uintptr_t)vtable & 0x3) == 0x1); // check we are in vector mode in irq_set_riscv_vector_handler()705 irq_handler_t old = vtable[index]; in irq_set_riscv_vector_handler()706 …vtable[index] = (irq_handler_t)encode_j_instruction((uintptr_t)&vtable[index], (uintptr_t)handler); in irq_set_riscv_vector_handler()
107 *(vtable)
154 *(vtable)
137 *(vtable)
109 *(vtable)
153 *(vtable)
166 *(vtable)