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

  /src/sys/arch/alpha/include/
cpu.h 163 #define CPUF_RUNNING 0x04 /* CPU is running */
  /src/sys/arch/riscv/include/
cpu.h 92 #define CPUF_RUNNING __BIT(2) /* CPU is running */
  /src/sys/arch/mips/include/
cpu.h 155 #define CPUF_RUNNING __BIT(2) /* CPU is running */
  /src/sys/arch/hppa/include/
cpu.h 317 #define CPUF_RUNNING 0x0002 /* ... is running. */
  /src/sys/arch/x86/include/
cpu.h 373 #define CPUF_RUNNING 0x2000 /* CPU is running */

Completed in 15 milliseconds