Searched refs:ioapic_entries (Results 1 – 3 of 3) sorted by relevance
496 ioapic_entries = alloc_ioapic_entries(); in resume_x2apic()497 if ( !ioapic_entries ) in resume_x2apic()503 if ( save_IO_APIC_setup(ioapic_entries) ) in resume_x2apic()510 mask_IO_APIC_setup(ioapic_entries); in resume_x2apic()515 restore_IO_APIC_setup(ioapic_entries); in resume_x2apic()519 if ( ioapic_entries ) in resume_x2apic()520 free_ioapic_entries(ioapic_entries); in resume_x2apic()922 mask_IO_APIC_setup(ioapic_entries); in x2apic_bsp_setup()957 restore_IO_APIC_setup(ioapic_entries); in x2apic_bsp_setup()961 if ( ioapic_entries ) in x2apic_bsp_setup()[all …]
205 if (!ioapic_entries) in alloc_ioapic_entries()209 ioapic_entries[apic] = in alloc_ioapic_entries()216 return ioapic_entries; in alloc_ioapic_entries()221 xfree(ioapic_entries); in alloc_ioapic_entries()332 if (!ioapic_entries) in save_IO_APIC_setup()339 if (!ioapic_entries[apic]) in save_IO_APIC_setup()356 if (!ioapic_entries) in mask_IO_APIC_setup()363 if (!ioapic_entries[apic]) in mask_IO_APIC_setup()386 if (!ioapic_entries) in restore_IO_APIC_setup()393 if (!ioapic_entries[apic]) in restore_IO_APIC_setup()[all …]
195 extern void free_ioapic_entries(struct IO_APIC_route_entry **ioapic_entries);196 extern int save_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries);197 extern void mask_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries);198 extern int restore_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries);
Completed in 10 milliseconds