HomeSort by: relevance | last modified time | path
    Searched defs:ci_intr_depth (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/or1k/include/
cpu.h 66 volatile u_int ci_intr_depth; member in struct:cpu_info
110 if (ci->ci_intr_depth == 0
118 return curcpu()->ci_intr_depth > 0;
  /src/sys/arch/riscv/include/
cpu.h 70 volatile u_int ci_intr_depth; member in struct:cpu_info
219 if (ci->ci_intr_depth == 0
227 return curcpu()->ci_intr_depth > 0;
  /src/sys/arch/arm/include/
cpu.h 128 ((curcpu()->ci_intr_depth > 1) || \
131 #define CLKF_INTR(cf) ((void)(cf), curcpu()->ci_intr_depth > 1)
224 volatile u_int ci_intr_depth; /* */ member in struct:cpu_info
355 if (ci->ci_intr_depth == 0 && (ci->ci_softints >> ci->ci_cpl) > 0)
  /src/sys/arch/aarch64/include/
cpu.h 60 #define CLKF_INTR(cf) ((void)(cf), curcpu()->ci_intr_depth > 1)
149 volatile u_int ci_intr_depth; member in struct:cpu_info
257 if (ci->ci_intr_depth == 0 && (ci->ci_softints >> ci->ci_cpl) > 0) {
  /src/sys/arch/hppa/include/
cpu.h 302 u_int ci_intr_depth; /* Nonzero iff running an interrupt. */ member in struct:cpu_info

Completed in 14 milliseconds