Searched refs:temp_flags (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/i386/i386/
H A Dvm86.c136 u_int temp_flags; local
176 temp_flags = POPL(vmf) & POP_MASK;
178 | temp_flags | PSL_VM | PSL_I;
180 if (temp_flags & PSL_I) {
207 temp_flags = POP(vmf) & POP_MASK;
209 | temp_flags | PSL_VM | PSL_I;
211 if (temp_flags & PSL_I) {
224 temp_flags = POP(vmf) & POP_MASK;
226 | temp_flags | PSL_VM | PSL_I;
227 if (temp_flags
[all...]
/freebsd-11-stable/sys/net/
H A Dif.c2502 int new_flags, temp_flags; local
2517 temp_flags = ifp->if_flags | ifp->if_drv_flags;
2518 ifr->ifr_flags = temp_flags & 0xffff;
2519 ifr->ifr_flagshigh = temp_flags >> 16;

Completed in 113 milliseconds