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

  /src/sys/arch/ia64/ia64/
sal.c 49 int ipi_vector[IPI_COUNT]; variable in typeref:typename:int[]
77 ipi_vector[IPI_MCA_RENDEZ] = ceil - 0x10;
78 ipi_vector[IPI_MCA_CMCV] = ceil - 0x30;
79 ipi_vector[IPI_TEST] = ceil - 0x30 + 1;
84 ipi_vector[ipi++] = ceil++;
165 ipi_vector[IPI_AP_WAKEUP] = dp->sale_vector;
181 if (ipi_vector[IPI_AP_WAKEUP] == 0)
sal.c 49 int ipi_vector[IPI_COUNT]; variable in typeref:typename:int[]
77 ipi_vector[IPI_MCA_RENDEZ] = ceil - 0x10;
78 ipi_vector[IPI_MCA_CMCV] = ceil - 0x30;
79 ipi_vector[IPI_TEST] = ceil - 0x30 + 1;
84 ipi_vector[ipi++] = ceil++;
165 ipi_vector[IPI_AP_WAKEUP] = dp->sale_vector;
181 if (ipi_vector[IPI_AP_WAKEUP] == 0)

Completed in 23 milliseconds