Searched refs:csi_flags (Results 1 – 2 of 2) sorted by relevance
239 csi->csi_flags = 0; in csi_init()244 atomic_bitset_32(&csi->csi_flags, CSI_MITIGATION); in csi_init()262 if ((atomic_bitset_32_ov(&csi->csi_flags, CSI_DESTROYED) & in csi_destroy()266 VERIFY(csi->csi_flags & CSI_DESTROYED); in csi_destroy()267 if (csi->csi_flags & CSI_MITIGATION) { in csi_destroy()282 atomic_bitclear_32(&csi->csi_flags, CSI_MITIGATION); in csi_destroy()351 if ((csi->csi_flags & CSI_KNOTE) && !within_kevent) { in csi_selwakeup()361 ASSERT(csi->csi_flags & CSI_MITIGATION); in csi_selwakeup_delayed()379 !(csi->csi_flags & CSI_MITIGATION)) { in csi_selwakeup_common()444 ASSERT(csi->csi_flags & CSI_MITIGATION); in csi_tcall_start()[all …]
70 uint32_t csi_flags; member