Lines Matching refs:reg_00

1263 	union IO_APIC_reg_00 reg_00;
1270 reg_00.raw = io_apic_read(ioapic_idx, 0);
1279 printk(KERN_DEBUG ".... register #00: %08X\n", reg_00.raw);
1280 printk(KERN_DEBUG "....... : physical APIC id: %02X\n", reg_00.bits.ID);
1281 printk(KERN_DEBUG "....... : Delivery Type: %X\n", reg_00.bits.delivery_type);
1282 printk(KERN_DEBUG "....... : LTS : %X\n", reg_00.bits.LTS);
1465 union IO_APIC_reg_00 reg_00;
1482 reg_00.raw = io_apic_read(ioapic_idx, 0);
1490 pr_err("... fixing up to %d. (tell your hw vendor)\n", reg_00.bits.ID);
1491 ioapics[ioapic_idx].mp_config.apicid = reg_00.bits.ID;
1530 if (mpc_ioapic_id(ioapic_idx) == reg_00.bits.ID)
1537 reg_00.bits.ID = mpc_ioapic_id(ioapic_idx);
1539 io_apic_write(ioapic_idx, 0, reg_00.raw);
1546 reg_00.raw = io_apic_read(ioapic_idx, 0);
1548 if (reg_00.bits.ID != mpc_ioapic_id(ioapic_idx))
2421 union IO_APIC_reg_00 reg_00;
2424 reg_00.raw = io_apic_read(ioapic_idx, 0);
2425 if (reg_00.bits.ID != mpc_ioapic_id(ioapic_idx)) {
2426 reg_00.bits.ID = mpc_ioapic_id(ioapic_idx);
2427 io_apic_write(ioapic_idx, 0, reg_00.raw);
2496 union IO_APIC_reg_00 reg_00;
2505 reg_00.raw = io_apic_read(ioapic, 0);
2510 ioapic, apic_id, reg_00.bits.ID);
2511 apic_id = reg_00.bits.ID;
2530 if (reg_00.bits.ID != apic_id) {
2531 reg_00.bits.ID = apic_id;
2534 io_apic_write(ioapic, 0, reg_00.raw);
2535 reg_00.raw = io_apic_read(ioapic, 0);
2539 if (reg_00.bits.ID != apic_id) {
2561 union IO_APIC_reg_00 reg_00;
2580 reg_00.raw = io_apic_read(idx, 0);
2582 new_id = reg_00.bits.ID;
2594 reg_00.bits.ID = new_id;
2596 io_apic_write(idx, 0, reg_00.raw);
2597 reg_00.raw = io_apic_read(idx, 0);
2600 BUG_ON(reg_00.bits.ID != new_id);
2773 union IO_APIC_reg_00 reg_00;
2777 reg_00.raw = io_apic_read(idx, 0);
2781 if (reg_00.raw == -1 && reg_01.raw == -1 && reg_02.raw == -1) {