mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
feature: add functions to get/set VA space
Added an extension version of zeContextGetVirtualAddressSpaceIpcHandle and zeContextPutVirtualAddressSpaceIpcHandle, which return ZE_RESULT_ERROR_UNSUPPORTED_FEATURE for now. Related-To: NEO-8259 Signed-off-by: Young Jin Yoon <young.jin.yoon@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6d4f79b71b
commit
0550c80d4f
@@ -20,6 +20,7 @@ namespace SysCalls {
|
||||
|
||||
extern int (*sysCallsMkdir)(const std::string &dir);
|
||||
extern int (*sysCallsOpen)(const char *pathname, int flags);
|
||||
extern int (*sysCallsClose)(int fileDescriptor);
|
||||
extern int (*sysCallsOpenWithMode)(const char *pathname, int flags, int mode);
|
||||
extern int (*sysCallsDlinfo)(void *handle, int request, void *info);
|
||||
extern ssize_t (*sysCallsPread)(int fd, void *buf, size_t count, off_t offset);
|
||||
|
||||
Reference in New Issue
Block a user