Lines Matching defs:signature
17 /* BIOS32 signature: "_32_" */
20 /* PCI signature: "PCI " */
23 /* PCI service signature: "$PCI" */
65 unsigned long signature; /* _32_ */
135 u32 signature, eax, ebx, ecx;
148 : "=d" (signature),
165 if (status || signature != PCI_SIGNATURE) {
167 status, signature);
305 if (get_kernel_nofault(sig, &check->fields.signature))
308 if (check->fields.signature != BIOS32_SIGNATURE)