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

  /src/sys/arch/playstation2/playstation2/
interrupt.h 49 struct _playstation2_evcnt { struct
52 extern struct _playstation2_evcnt _playstation2_evcnt;
interrupt.c 62 struct _playstation2_evcnt _playstation2_evcnt = { variable in typeref:struct:_playstation2_evcnt
102 evcnt_attach_static(&_playstation2_evcnt.clock);
103 evcnt_attach_static(&_playstation2_evcnt.sbus);
104 evcnt_attach_static(&_playstation2_evcnt.dmac);
146 _playstation2_evcnt.dmac.ev_count++;
274 _playstation2_evcnt.clock.ev_count,
275 _playstation2_evcnt.sbus.ev_count,
276 _playstation2_evcnt.dmac.ev_count,

Completed in 12 milliseconds