Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dloapic.h117 static inline void x86_write_x2apic(unsigned int reg, uint64_t val) in x86_write_x2apic() function
150 x86_write_x2apic(reg, val); in x86_write_loapic()
182 x86_write_x2apic(LOAPIC_ICRLO, (((uint64_t) apic_id) << 32) | ipi); in z_loapic_ipi()
/Zephyr-latest/subsys/testsuite/include/zephyr/
Dinterrupt_util.h140 x86_write_x2apic(LOAPIC_SELF_IPI, ((VECTOR_MASK & vector))); in trigger_irq()