Searched refs:signature (Results 1 - 25 of 36) sorted by relevance

12

/arch/x86/include/uapi/asm/
H A Dist.h23 __u32 signature; member in struct:ist_info
/arch/x86/realmode/rm/
H A Drealmode.lds.S63 /* End signature for integrity checking */
65 .signature : {
66 *(.signature)
H A Dwakeup.h28 u32 signature; /* To check we have correct structure */ member in struct:wakeup_header
H A Dwakeup_asm.S32 signature: .long WAKEUP_HEADER_SIGNATURE label
81 /* Check header signature... */
82 movl signature, %eax
/arch/x86/include/asm/
H A Dmpspec_def.h22 char signature[4]; /* "_MP_" */ member in struct:mpf_intel
37 char signature[4]; member in struct:mpc_table
149 char signature[4]; member in struct:mpc_oemtable
H A Dprocessor.h960 uint32_t base, eax, signature[3]; local
963 cpuid(base, &eax, &signature[0], &signature[1], &signature[2]);
965 if (!memcmp(sig, signature, 12) &&
H A Dmce.h88 * carries a signature to make it easier to find from external
93 char signature[12]; /* "MACHINECHECK" */ member in struct:mce_log
H A Dpci_x86.h75 u32 signature; /* PIRQ_SIGNATURE should be here */ member in struct:irq_routing_table
/arch/x86/boot/
H A Dsetup.ld38 .signature : {
H A Dvesa.h22 u32 signature; /* 0 Magic number = "VESA" */ member in struct:vesa_general_info
H A Dmain.c95 boot_params.ist_info.signature = oreg.eax;
/arch/x86/pci/
H A Dpcbios.c14 /* BIOS32 signature: "_32_" */
17 /* PCI signature: "PCI " */
20 /* PCI service signature: "$PCI" */
62 unsigned long signature; /* _32_ */ member in struct:bios32::__anon3249
129 u32 signature, eax, ebx, ecx; local
142 : "=d" (signature),
159 if (status || signature != PCI_SIGNATURE) {
161 status, signature);
331 if (probe_kernel_address(&check->fields.signature, sig))
334 if (check->fields.signature !
[all...]
/arch/mn10300/unit-asb2305/
H A Dpci-asb2305.h57 u32 signature; /* PIRQ_SIGNATURE should be here */ member in struct:irq_routing_table
/arch/powerpc/kernel/
H A Dnvram_64.c42 unsigned char signature; member in struct:nvram_header
214 tmp_part->index, tmp_part->header.signature,
242 c_sum = p->signature + p->length + sp[0] + sp[1] + sp[2] + sp[3] + sp[4] + sp[5];
259 if (part->header.signature != sig)
277 * signature only match
278 * @sig: signature of the partition(s) to remove
279 * @exceptions: When removing all partitions with a matching signature,
294 part->header.signature = NVRAM_SIG_FREE;
307 if (part->header.signature != NVRAM_SIG_FREE) {
331 * @sig: signature o
[all...]
/arch/x86/include/asm/uv/
H A Dbios.h59 char signature[4]; /* must be "UVST" */ member in struct:uv_systab
/arch/ia64/hp/sim/boot/
H A Dfw-emu.c281 efi_systab->hdr.signature = EFI_SYSTEM_TABLE_SIGNATURE;
290 efi_runtime->hdr.signature = EFI_RUNTIME_SERVICES_SIGNATURE;
308 memcpy(sal_systab->signature, "SST_", 4);
/arch/x86/kernel/acpi/
H A Dsleep.c50 if (header->signature != WAKEUP_HEADER_SIGNATURE) {
/arch/x86/kernel/
H A Dmpparse.c160 if (memcmp(mpc->signature, MPC_SIGNATURE, 4)) {
161 pr_err("MPTABLE: bad signature [%c%c%c%c]!\n",
162 mpc->signature[0], mpc->signature[1],
163 mpc->signature[2], mpc->signature[3]);
613 * 1) Scan the bottom 1K for a signature
/arch/ia64/kernel/
H A Desi.c72 if (strncmp(systab->signature, "ESIT", 4) != 0) {
73 printk(KERN_ERR "bad signature in ESI system table!");
H A Dacpi.c97 if (strncmp(rsdp->signature, ACPI_SIG_RSDP, sizeof(ACPI_SIG_RSDP) - 1)) {
99 "ACPI 2.0 RSDP signature incorrect, default to \"dig\"\n");
105 if (strncmp(hdr->signature, ACPI_SIG_XSDT, sizeof(ACPI_SIG_XSDT) - 1)) {
107 "ACPI 2.0 XSDT signature incorrect, default to \"dig\"\n");
126 if (strncmp(hdr->signature, ACPI_SIG_DMAR,
H A Dsal.c317 if (strncmp(systab->signature, "SST_", 4) != 0)
318 printk(KERN_ERR "bad signature in system table!");
/arch/powerpc/platforms/powermac/
H A Dnvram.c58 u8 signature; member in struct:chrp_header
230 u16 sum = hdr->signature;
264 if (hdr99->hdr.signature != CORE99_SIGNATURE) {
265 DBG("Invalid signature\n");
487 hdr99->hdr.signature = CORE99_SIGNATURE;
/arch/sh/boot/compressed/
H A Dhead_32.S111 .ascii "HdrS" ! header signature
/arch/x86/kernel/cpu/mcheck/
H A Dmce-apei.c86 memcpy(rcd.hdr.signature, CPER_SIG_RECORD, CPER_SIG_SIZE);
/arch/x86/platform/uv/
H A Dbios_uv.c201 if (strncmp(tab->signature, "UVST", 4) != 0)
202 printk(KERN_ERR "bad signature in UV system table!");

Completed in 378 milliseconds

12