OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AMDKFD_IOR
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
kfd_ioctl.h
280
#define
AMDKFD_IOR
(nr,type) _IOR(AMDKFD_IOCTL_BASE, nr, type)
283
#define AMDKFD_IOC_GET_VERSION
AMDKFD_IOR
(0x01, struct kfd_ioctl_get_version_args)
288
#define AMDKFD_IOC_GET_PROCESS_APERTURES
AMDKFD_IOR
(0x06, struct kfd_ioctl_get_process_apertures_args)
/external/kernel-headers/original/uapi/linux/
kfd_ioctl.h
421
#define
AMDKFD_IOR
(nr, type) _IOR(AMDKFD_IOCTL_BASE, nr, type)
426
AMDKFD_IOR
(0x01, struct kfd_ioctl_get_version_args)
441
AMDKFD_IOR
(0x06, struct kfd_ioctl_get_process_apertures_args)
Completed in 434 milliseconds