Lines Matching refs:pentry
41 struct sfi_cpu_table_entry *pentry;
47 pentry = (struct sfi_cpu_table_entry *)sb->pentry;
50 mp_sfi_register_lapic(pentry->apic_id);
51 pentry++;
64 struct sfi_apic_table_entry *pentry;
73 pentry = (struct sfi_apic_table_entry *)sb->pentry;
76 mp_register_ioapic(i, pentry->phys_addr, gsi_top, &cfg);
77 pentry++;