CPER_SIG_SIZE      76 arch/x86/kernel/cpu/mce/apei.c 	memcpy(rcd.hdr.signature, CPER_SIG_RECORD, CPER_SIG_SIZE);
CPER_SIG_SIZE     776 drivers/acpi/apei/erst.c 	if (memcmp(record->signature, CPER_SIG_RECORD, CPER_SIG_SIZE))
CPER_SIG_SIZE    1047 drivers/acpi/apei/erst.c 	memcpy(rcd->hdr.signature, CPER_SIG_RECORD, CPER_SIG_SIZE);
CPER_SIG_SIZE     313 include/linux/cper.h 	char	signature[CPER_SIG_SIZE];	/* must be CPER_SIG_RECORD */