Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | no_agp_kern |
OS abstraction macros.
Definition in file drm_os_linux.h.
#define DRM_AGP_KERN struct no_agp_kern |
Definition at line 65 of file drm_os_linux.h.
#define DRM_AGP_MEM int |
Definition at line 64 of file drm_os_linux.h.
Other copying of data to kernel space
Definition at line 85 of file drm_os_linux.h.
Definition at line 93 of file drm_os_linux.h.
Other copying of data from kernel space
Definition at line 88 of file drm_os_linux.h.
Definition at line 95 of file drm_os_linux.h.
#define DRM_CURRENTPID task_pid_nr(current) |
Current process ID
Definition at line 23 of file drm_os_linux.h.
#define DRM_GET_USER_UNCHECKED | ( | val, | |
uaddr | |||
) | __get_user(val, uaddr) |
Definition at line 97 of file drm_os_linux.h.
#define DRM_HZ HZ |
Definition at line 100 of file drm_os_linux.h.
#define DRM_INIT_WAITQUEUE | ( | queue | ) | init_waitqueue_head( queue ) |
Definition at line 127 of file drm_os_linux.h.
IRQ handler arguments and return type and values
Definition at line 52 of file drm_os_linux.h.
#define DRM_MEMORYBARRIER | ( | ) | mb() |
Read/write memory barrier
Definition at line 49 of file drm_os_linux.h.
Read a word from a MMIO region
Definition at line 29 of file drm_os_linux.h.
Read a dword from a MMIO region
Definition at line 31 of file drm_os_linux.h.
Read memory barrier Read a qword from a MMIO region - be careful using these unless you really understand them
Definition at line 41 of file drm_os_linux.h.
Read a byte from a MMIO region
Definition at line 27 of file drm_os_linux.h.
#define DRM_READMEMORYBARRIER | ( | ) | rmb() |
Definition at line 45 of file drm_os_linux.h.
#define DRM_SUSER | ( | p | ) | capable(CAP_SYS_ADMIN) |
Definition at line 24 of file drm_os_linux.h.
Definition at line 25 of file drm_os_linux.h.
Definition at line 91 of file drm_os_linux.h.
Definition at line 102 of file drm_os_linux.h.
Definition at line 126 of file drm_os_linux.h.
Write a word into a MMIO region
Definition at line 35 of file drm_os_linux.h.
Write a dword into a MMIO region
Definition at line 37 of file drm_os_linux.h.
Write a qword into a MMIO region
Definition at line 43 of file drm_os_linux.h.
Write a byte into a MMIO region
Definition at line 33 of file drm_os_linux.h.
#define DRM_WRITEMEMORYBARRIER | ( | ) | wmb() |
Write memory barrier
Definition at line 47 of file drm_os_linux.h.
#define MTRR_TYPE_WRCOMB 1 |
Definition at line 80 of file drm_os_linux.h.