Coverage Report

Created: 2017-10-25 09:10

/root/src/xen/xen/include/asm/mach-default/mach_mpparse.h
Line
Count
Source (jump to first uncovered line)
1
#ifndef __ASM_MACH_MPPARSE_H
2
#define __ASM_MACH_MPPARSE_H
3
4
static inline int __init mps_oem_check(struct mp_config_table *mpc, char *oem,
5
               char *productid)
6
0
{
7
0
  return 0;
8
0
}
Unexecuted instantiation: bigsmp.c:mps_oem_check
Unexecuted instantiation: x2apic.c:mps_oem_check
Unexecuted instantiation: default.c:mps_oem_check
9
10
/* Hook from generic ACPI tables.c */
11
static inline int __init acpi_madt_oem_check(char *oem_id, char *oem_table_id)
12
2
{
13
2
  return 0;
14
2
}
bigsmp.c:acpi_madt_oem_check
Line
Count
Source
12
1
{
13
1
  return 0;
14
1
}
Unexecuted instantiation: x2apic.c:acpi_madt_oem_check
default.c:acpi_madt_oem_check
Line
Count
Source
12
1
{
13
1
  return 0;
14
1
}
15
16
17
#endif /* __ASM_MACH_MPPARSE_H */