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

  /src/sys/arch/arm/arm/
cpu_subr.c 94 if (!cpu_hatched_p(cpuno))
112 cpu_hatched_p(u_int cpuindex) function in typeref:typename:bool
128 dmb(ish); /* store-release matches cpu_hatched_p */
  /src/sys/arch/riscv/riscv/
cpu_subr.c 120 if (!cpu_hatched_p(cpuindex))
141 cpu_hatched_p(u_int cpuindex) function in typeref:typename:bool
158 /* store-release matches cpu_hatched_p */

Completed in 11 milliseconds