Home
last modified time | relevance | path

Searched refs:SN_HWPERF_OP_MEM_COPYOUT (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/ia64/include/asm/sn/sn2/
Dsn_hwperf.h96 #define SN_HWPERF_OP_MEM_COPYOUT 0x2000 macro
121 #define SN_HWPERF_OBJECT_COUNT (10|SN_HWPERF_OP_MEM_COPYOUT)
133 #define SN_HWPERF_OBJECT_DISTANCE (11|SN_HWPERF_OP_MEM_COPYOUT)
142 #define SN_HWPERF_ENUM_OBJECTS (12|SN_HWPERF_OP_MEM_COPYOUT)
151 #define SN_HWPERF_ENUM_PORTS (13|SN_HWPERF_OP_MEM_COPYOUT)
164 #define SN_HWPERF_GET_MMRS (15|SN_HWPERF_OP_MEM_COPYOUT| \
204 #define SN_HWPERF_GET_CPU_INFO (100|SN_HWPERF_OP_MEM_COPYOUT)
212 #define SN_HWPERF_GET_OBJ_NODE (101|SN_HWPERF_OP_MEM_COPYOUT)
220 #define SN_HWPERF_GET_NODE_NASID (102|SN_HWPERF_OP_MEM_COPYOUT)
/linux-3.4.99/arch/ia64/sn/kernel/sn2/
Dsn_hwperf.c852 if (op & SN_HWPERF_OP_MEM_COPYOUT) { in sn_hwperf_ioctl()