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

  /src/sys/arch/hpcmips/tx/
tx39.c 83 #define TX_INTR tx_intr
85 #define TX_INTR cpu_intr /* locore_mips3 directly call this */
88 extern void TX_INTR(int, vaddr_t, uint32_t);
110 platform.cpu_intr = TX_INTR;
tx39icu.c 67 #define TX_INTR tx_intr
69 #define TX_INTR cpu_intr /* locore_mips3 directly call this */
71 void TX_INTR(int, vaddr_t, uint32_t);
306 TX_INTR(int ppl, vaddr_t pc, uint32_t status)

Completed in 10 milliseconds