search for: vmi_apic_icr_read

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

2008 Jul 15
4
Patch from LKML
...t; + return 0; > >> +} > >> + > >> +static void vmi_apic_write(u32 reg, u32 val) > >> +{ > >> + /* 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); > >> +} >...
2008 Jul 15
4
Patch from LKML
...t; + return 0; > >> +} > >> + > >> +static void vmi_apic_write(u32 reg, u32 val) > >> +{ > >> + /* 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); > >> +} >...