Searched refs:ci_mask (Results 1 – 5 of 5) sorted by relevance
252 ci->ci_mask |= (1U << 31); in cpu_hatch()256 mtctl(ci->ci_mask, CR_EIEM); in cpu_hatch()
96 mask = ci->ci_mask | SOFTINT_MASK; in cpu_intr_init()127 mtctl(ci->ci_mask, CR_EIEM); in cpu_intr_init()212 ci->ci_mask |= (1 << irq); in cpu_intr_establish()
49 ci->ci_mask |= (1 << 30); in hppa_ipi_init()
101 volatile u_long ci_mask; /* Hardware interrupt mask. */ member
2041 ahci_port_intr(struct ahci_port *ap, u_int32_t ci_mask) in ahci_port_intr() argument2056 if (ci_mask == AHCI_PREG_CI_ALL_SLOTS) in ahci_port_intr()2323 ci_masked = ~ci_saved & *active & ci_mask; in ahci_port_intr()