1 /* SPDX-License-Identifier: GPL-2.0 */
6 #define PA_PERF_ON _IO('p', 1)
7 #define PA_PERF_OFF _IOR('p', 2, unsigned int)
8 #define PA_PERF_VERSION _IOR('p', 3, int)
10 #define PA_PERF_DEV "perf"
11 #define PA_PERF_MINOR 146
14 #define UNKNOWN_INTF 255
18 /* Common Onyx and Cuda images */
27 #define DMISS_ACCESS 8
37 /* Cuda only Images */
42 #define I_CACHE_SPEC 21
43 #define MAX_CUDA_IMAGES 22
45 /* Onyx only Images */
46 #define ADDR_INV_ABORT_ALU 17
48 #define CNTL_IN_PIPEL 19
73 #define MAX_ONYX_IMAGES 44