Searched refs:node_vsys (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/x86/ | 
| D | test_vdso.c | 146 			node_sys, node_vdso, node_vsys;  in test_getcpu()  local154 			ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0);  in test_getcpu()
 161 			node = node_vsys;  in test_getcpu()
 168 		if (!ret_vsys && (cpu_vsys != cpu || node_vsys != node))  in test_getcpu()
 178 			       node_vsys);  in test_getcpu()
 
 | 
| D | test_vsyscall.c | 326 	unsigned cpu_sys, cpu_vdso, cpu_vsys, node_sys, node_vdso, node_vsys;  in test_getcpu()  local333 		ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0);  in test_getcpu()
 378 				node = node_vsys;  in test_getcpu()
 388 			if (node_vsys != node) {  in test_getcpu()
 389 				printf("[FAIL]\tvsyscall reported node %hu but should be %hu\n", node_vsys, node);  in test_getcpu()
 
 |