Lines Matching refs:cfg
104 unsigned int cfg; in __default_send_IPI_shortcut() local
114 cfg = __prepare_ICR(shortcut, vector) | dest; in __default_send_IPI_shortcut()
118 apic_write(APIC_ICR, cfg); in __default_send_IPI_shortcut()
129 unsigned long cfg; in send_IPI_mask_flat() local
147 cfg = __prepare_ICR2(mask); in send_IPI_mask_flat()
148 apic_write(APIC_ICR2, cfg); in send_IPI_mask_flat()
153 cfg = __prepare_ICR(0, vector) | APIC_DEST_LOGICAL; in send_IPI_mask_flat()
158 apic_write(APIC_ICR, cfg); in send_IPI_mask_flat()
165 unsigned long cfg, flags; in send_IPI_mask_phys() local
183 cfg = __prepare_ICR2(cpu_physical_id(query_cpu)); in send_IPI_mask_phys()
184 apic_write(APIC_ICR2, cfg); in send_IPI_mask_phys()
189 cfg = __prepare_ICR(0, vector) | APIC_DEST_PHYSICAL; in send_IPI_mask_phys()
194 apic_write(APIC_ICR, cfg); in send_IPI_mask_phys()