HomeSort by: relevance | last modified time | path
    Searched refs:ci_ipis (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/alpha/include/
lock.h 167 if (atomic_load_relaxed(&__ci->ci_ipis) != 0) { \
cpu.h 132 volatile u_long ci_ipis /* interprocessor interrupts pending */
  /src/sys/arch/x86/x86/
ipi.c 111 n = atomic_cas_32(&ci->ci_ipis, o, o | ipimask);
143 atomic_or_32(&ci->ci_ipis, ipimask);
159 pending = atomic_swap_32(&ci->ci_ipis, 0);
cpu.c 1086 ci->ci_flags, ci->ci_ipis, ci->ci_ilevel,
  /src/sys/arch/alpha/alpha/
ipifuncs.c 128 while ((pending_ipis = atomic_swap_ulong(&ci->ci_ipis, 0)) != 0) {
130 * Ensure everything prior to setting ci_ipis in
132 * reading ci_ipis here so we're not working on stale
165 atomic_or_ulong(&cpu_info[cpu_id]->ci_ipis, ipimask);
cpu.c 969 ci->ci_ipis,
  /src/sys/arch/xen/x86/
xen_ipi.c 102 pending = atomic_swap_32(&ci->ci_ipis, 0);
183 atomic_or_32(&ci->ci_ipis, ipimask);
cpu.c 776 ci->ci_flags, ci->ci_ipis,
  /src/sys/arch/x86/include/
cpu.h 223 uint32_t ci_ipis; /* interprocessor interrupts pending */ member in struct:cpu_info

Completed in 20 milliseconds