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

  /src/sys/arch/ibmnws/include/
intr.h 43 extern uint32_t prep_intr_reg_off;
  /src/sys/arch/prep/include/
intr.h 44 extern uint32_t prep_intr_reg_off;
  /src/sys/arch/powerpc/pic/
pic_prepivr.c 54 extern uint32_t prep_intr_reg_off; /* IVR offset within the mapped page */
62 * prep_intr_reg_off.
75 pivr = prep_intr_reg + prep_intr_reg_off;
  /src/sys/arch/ibmnws/ibmnws/
machdep.c 78 uint32_t prep_intr_reg_off; variable in typeref:typename:uint32_t
166 prep_intr_reg_off = INTR_VECTOR_REG;
  /src/sys/arch/prep/prep/
machdep.c 97 uint32_t prep_intr_reg_off; /* IVR offset within the mapped page */ variable in typeref:typename:uint32_t
400 prep_intr_reg_off = le64dec(&pa->PPCData[4]) & (PAGE_SIZE-1);
447 prep_intr_reg_off = INTR_VECTOR_REG;
  /src/sys/arch/ofppc/ofppc/
mainbus.c 66 uint32_t prep_intr_reg_off; variable in typeref:typename:uint32_t
87 prep_intr_reg_off = 0; /* hack */
  /src/sys/arch/mvmeppc/mvmeppc/
machdep.c 103 uint32_t prep_intr_reg_off = INTR_VECTOR_REG; variable in typeref:typename:uint32_t

Completed in 13 milliseconds