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

  /src/sys/arch/hpcmips/vr/
vr.c 149 #define VR_INTR vr_intr
151 #define VR_INTR cpu_intr /* locore_mips3 directly call this */
155 void VR_INTR(int, vaddr_t, uint32_t);
299 platform.cpu_intr = VR_INTR;
538 VR_INTR(int ppl, vaddr_t pc, uint32_t status)
  /src/sys/dev/pci/
if_vr.c 307 static int vr_intr(void *);
909 vr_intr(void *arg) function in typeref:typename:int
1557 IPL_NET, vr_intr, sc, device_xname(self));

Completed in 14 milliseconds