Searched refs:platform (Results 1 – 8 of 8) sorted by relevance
/sysdeps/s390/s390-64/ |
A D | tst-glibc-hwcaps.c | 33 const char *platform = (const char *) getauxval (AT_PLATFORM); in compute_level() local 40 if (strcmp (platform, "z900") == 0) in compute_level() 42 if (strcmp (platform, "z990") == 0) in compute_level() 44 if (strcmp (platform, "z9-109") == 0) in compute_level() 46 if (strcmp (platform, "z10") == 0) in compute_level() 48 if (strcmp (platform, "z196") == 0) in compute_level() 50 if (strcmp (platform, "zEC12") == 0) in compute_level() 60 if (strcmp (platform, "z13") == 0) in compute_level() 62 if (strcmp (platform, "z14") == 0) in compute_level() 64 if (strcmp (platform, "z15") == 0) in compute_level() [all …]
|
/sysdeps/powerpc/powerpc64/le/ |
A D | tst-glibc-hwcaps.c | 32 const char *platform = (const char *) getauxval (AT_PLATFORM); in compute_level() local 33 if (strcmp (platform, "power8") == 0) in compute_level() 35 if (strcmp (platform, "power9") == 0) in compute_level() 37 if (strcmp (platform, "power10") == 0) in compute_level() 39 printf ("warning: unrecognized AT_PLATFORM value: %s\n", platform); in compute_level()
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | ioperm.c | 131 static struct platform { struct 134 } platform[] = { argument 594 for (i = 0; i < sizeof (platform) / sizeof (platform[0]); ++i) in init_iosys() 596 if (strcmp (platform[i].name, data.systype) == 0) in init_iosys() 598 iosys_t io_sys = platform[i].io_sys; in init_iosys() 604 if (strcmp (platform[i].name, "Sable") == 0) in init_iosys()
|
/sysdeps/x86_64/ |
A D | Makefile | 64 tests += tst-platform-1 66 CFLAGS-tst-platform-1.c = -mno-avx 70 $(objpfx)tst-platform-1: $(objpfx)tst-platformmod-1.so 71 $(objpfx)tst-platform-1.out: $(objpfx)x86_64/tst-platformmod-2.so 74 tst-platform-1-ENV = LD_PRELOAD=$(objpfx)\$$PLATFORM/tst-platformmod-2.so \
|
/sysdeps/x86/ |
A D | cpu-features.c | 745 const char *platform = NULL; in init_cpu_features() local 752 platform = "xeon_phi"; in init_cpu_features() 763 if (platform == NULL in init_cpu_features() 771 platform = "haswell"; in init_cpu_features() 773 if (platform != NULL) in init_cpu_features() 774 GLRO(dl_platform) = platform; in init_cpu_features()
|
A D | Makefile | 8 sysdep_headers += sys/platform/x86.h bits/platform/x86.h
|
/sysdeps/generic/ |
A D | unwind-dw2-fde-glibc.c | 148 # error What is DW_EH_PE_datarel base on this platform? in _Unwind_IteratePhdrCallback() 152 # error What is DW_EH_PE_textrel base on this platform? in _Unwind_IteratePhdrCallback()
|
/sysdeps/powerpc/ |
A D | Makefile | 61 sysdep_headers += sys/platform/ppc.h
|
Completed in 13 milliseconds