Home
last modified time | relevance | path

Searched defs:setsoftnet (Results 1 – 7 of 7) sorted by relevance

/csrg-svn/sys/hp300/include/
H A Dmtpr.h27 #define setsoftnet() ssir |= SIR_NET macro
H A Dcpu.h91 #define setsoftnet() ssir |= SIR_NET macro
/csrg-svn/sys/net/
H A Dnetisr.h19 #define setsoftnet() mtpr(SIRR, 12) macro
/csrg-svn/sys/deprecated/bbnnet/
H A Dnet.h23 #define setsoftnet() mtpr(SIRR, 12) macro
/csrg-svn/sys/sparc/include/
H A Dcpu.h95 #define setsoftnet() (sir.sir_which[SIR_NET] = 1, setsoftint()) macro
/csrg-svn/sys/luna68k/include/
H A Dcpu.h95 #define setsoftnet() ssir |= SIR_NET macro
/csrg-svn/sys/pmax/pmax/OLD/
H A DLocore.c227 void setsoftnet() { } in setsoftnet() function