I was looking at some inner mode code and saw the author had called OTS$MOVE to copy a buffer after raising IPL to driver fork. The code wasn't explicitly calling it but was doing so by way of the C compiler treating memcpy() as intrinsic. LIBOTS is usually installed resident, does that mean it's in non-pageable memory?