| 128 | } |
| 129 | |
| 130 | static __inline caddr_t |
| 131 | MAKE_ADDR(u_short sel, u_short off) |
| 132 | { |
| 133 | return ((caddr_t)((sel << 4) + off)); |
| 134 | } |
| 135 | |
| 136 | static __inline void |
| 137 | GET_VEC(u_int vec, u_short *sel, u_short *off) |
no outgoing calls
no test coverage detected