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

  /src/sys/arch/sparc/sparc/
intr.c 566 static int fastvec; /* marks fast vectors (see below) */ variable in typeref:typename:int
627 fastvec |= 1 << level;
656 fastvec &= ~(1 << level);
696 if (fastvec & (1 << level)) {
823 if (fastvec & (1 << pil)) {
intr.c 566 static int fastvec; /* marks fast vectors (see below) */ variable in typeref:typename:int
627 fastvec |= 1 << level;
656 fastvec &= ~(1 << level);
696 if (fastvec & (1 << level)) {
823 if (fastvec & (1 << pil)) {

Completed in 23 milliseconds