arch_base         193 tools/testing/selftests/x86/fsgsbase.c 	unsigned long base, arch_base;
arch_base         204 tools/testing/selftests/x86/fsgsbase.c 	if (syscall(SYS_arch_prctl, ARCH_GET_GS, &arch_base) != 0)
arch_base         206 tools/testing/selftests/x86/fsgsbase.c 	if (base == arch_base) {
arch_base         210 tools/testing/selftests/x86/fsgsbase.c 		printf("[FAIL]\tGSBASE changed to 0x%lx but kernel reports 0x%lx\n", base, arch_base);