Lines Matching refs:entry
54 * This is the standard structure used to identify the entry point
66 unsigned long entry; /* 32 bit physical address */
88 * Returns the entry point for the given service, NULL on error
96 unsigned long entry; /* %edx */
104 "=d" (entry)
112 return address + entry;
170 printk(KERN_INFO "PCI: PCI BIOS revision %x.%02x entry at 0x%lx, last bus=%d\n",
324 if (check->fields.entry >= 0x100000) {
325 printk("PCI: BIOS32 entry (0x%p) in high memory, "
329 unsigned long bios32_entry = check->fields.entry;
330 DBG("PCI: BIOS32 Service Directory entry at 0x%lx\n",