disk<-hostMem & hostMem<-deviceMem simultaneously?

is it possible to transfer disk data to host memory, and host memory data to device memory at the same time?

Sure, do an asynchronous memory copy first and then load from disk normally.