Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dapic.c41 static uint32_t max_apic_words; variable
61 max_apic_words = max_apics >> 5; in apic_set_max_apic_id()
213 for (__i = 0; __i < max_apic_words; __i++) {\
240 for (i = 0; i < max_apic_words; i++) { in apic_bus_deliver()
294 g_autofree uint32_t *deliver_bitmask = g_new(uint32_t, max_apic_words); in apic_deliver_irq()
570 memset(deliver_bitmask, 0x00, max_apic_words * sizeof(uint32_t)); in apic_get_delivery_bitmask()
581 memset(deliver_bitmask, 0xff, max_apic_words * sizeof(uint32_t)); in apic_get_delivery_bitmask()
663 uint32_t deliver_bitmask_size = max_apic_words * sizeof(uint32_t); in apic_deliver()
664 g_autofree uint32_t *deliver_bitmask = g_new(uint32_t, max_apic_words); in apic_deliver()