search for: vmi_apic_icr_writ

Displaying 2 results from an estimated 2 matches for "vmi_apic_icr_writ".

Did you mean: vmi_apic_icr_write
2008 Jul 15
4
Patch from LKML
...t; >> + /* Warn to see if there's any stray references */ > >> + WARN_ON(1); > >> +} > >> + > >> +static u64 vmi_apic_icr_read(void) > >> +{ > >> + return 0; > >> +} > >> + > >> +static void vmi_apic_icr_write(u32 low, u32 id) > >> +{ > >> + /* Warn to see if there's any stray references */ > >> + WARN_ON(1); > >> +} > >> + > >> +static void vmi_apic_wait_icr_idle(void) > >> +{ > >> + return; > >> +} &...
2008 Jul 15
4
Patch from LKML
...t; >> + /* Warn to see if there's any stray references */ > >> + WARN_ON(1); > >> +} > >> + > >> +static u64 vmi_apic_icr_read(void) > >> +{ > >> + return 0; > >> +} > >> + > >> +static void vmi_apic_icr_write(u32 low, u32 id) > >> +{ > >> + /* Warn to see if there's any stray references */ > >> + WARN_ON(1); > >> +} > >> + > >> +static void vmi_apic_wait_icr_idle(void) > >> +{ > >> + return; > >> +} &...