Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/interrupt_controller/
Dintc_ioapic.c107 uint32_t ioapic_suspend_buf[SUSPEND_BITS_REQD / 32] = {0}; variable
220 sys_bitfield_set_bit((mem_addr_t) ioapic_suspend_buf, in store_flags()
225 sys_bitfield_set_bit((mem_addr_t) ioapic_suspend_buf, in store_flags()
230 sys_bitfield_set_bit((mem_addr_t) ioapic_suspend_buf, in store_flags()
239 sys_bitfield_set_bit((mem_addr_t) ioapic_suspend_buf, in store_flags()
249 if (sys_bitfield_test_bit((mem_addr_t) ioapic_suspend_buf, in restore_flags()
254 if (sys_bitfield_test_bit((mem_addr_t) ioapic_suspend_buf, in restore_flags()
259 if (sys_bitfield_test_bit((mem_addr_t) ioapic_suspend_buf, in restore_flags()
264 if (sys_bitfield_test_bit((mem_addr_t) ioapic_suspend_buf, in restore_flags()
280 (void)memset(ioapic_suspend_buf, 0, (SUSPEND_BITS_REQD >> 3)); in ioapic_suspend()