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

  /src/sys/arch/vax/include/
cpu.h 150 #define CI_MASTERCPU 1 /* Set if master CPU */
187 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CI_MASTERCPU)
  /src/sys/arch/vax/vax/
multicpu.c 137 if (ci->ci_flags & CI_MASTERCPU) {
ka6400.c 269 if (curcpu()->ci_flags & CI_MASTERCPU)
425 if (curcpu()->ci_flags & CI_MASTERCPU) {
ka88.c 251 if (curcpu()->ci_flags & CI_MASTERCPU)
461 if (curcpu()->ci_flags & CI_MASTERCPU) {
gencons.c 200 if ((curcpu()->ci_flags & CI_MASTERCPU) == 0)
db_machdep.c 97 if ((ci->ci_flags & CI_MASTERCPU) == 0) {
ka820.c 629 if (curcpu()->ci_flags & CI_MASTERCPU) {
pmap.c 414 ci->ci_flags = CI_MASTERCPU|CI_RUNNING;

Completed in 16 milliseconds