Searched refs:HostMemoryRegister (Results 1 – 8 of 8) sorted by relevance
80 bool HostMemoryRegister(void *mem, uint64 size) override { return true; } in HostMemoryRegister() function
72 bool HostMemoryRegister(void *mem, uint64 size) override { return true; } in HostMemoryRegister() function
213 virtual bool HostMemoryRegister(void *mem, uint64 size) = 0;
576 bool StreamExecutor::HostMemoryRegister(void *location, uint64 size) { in HostMemoryRegister() function in stream_executor::StreamExecutor583 return implementation_->HostMemoryRegister(location, size); in HostMemoryRegister()
237 bool HostMemoryRegister(void *location, uint64 size) SE_MUST_USE_RESULT;
116 bool HostMemoryRegister(void* location, uint64 size) override;
442 bool GpuExecutor::HostMemoryRegister(void* location, uint64 size) { in HostMemoryRegister() function in stream_executor::gpu::GpuExecutor
561 bool GpuExecutor::HostMemoryRegister(void* location, uint64 size) { in HostMemoryRegister() function in stream_executor::gpu::GpuExecutor