/sysdeps/aarch64/ |
A D | atomic-machine.h | 33 model, __ATOMIC_RELAXED); \ 40 model, __ATOMIC_RELAXED); \ 47 model, __ATOMIC_RELAXED); \ 54 model, __ATOMIC_RELAXED); \ 61 model, __ATOMIC_RELAXED); \ 69 model, __ATOMIC_RELAXED); \ 77 model, __ATOMIC_RELAXED); \ 85 model, __ATOMIC_RELAXED); \ 131 __atomic_fetch_add (mem, value, model) 134 __atomic_fetch_add (mem, value, model) [all …]
|
/sysdeps/mips/ |
A D | atomic-machine.h | 68 model, __ATOMIC_RELAXED); \ 81 model, __ATOMIC_RELAXED); \ 117 #define __arch_exchange_8_int(mem, newval, model) \ argument 120 #define __arch_exchange_16_int(mem, newval, model) \ argument 123 #define __arch_exchange_32_int(mem, newval, model) \ argument 124 __atomic_exchange_n (mem, newval, model) 128 # define __arch_exchange_64_int(mem, newval, model) \ argument 131 # define __arch_exchange_64_int(mem, newval, model) \ argument 132 __atomic_exchange_n (mem, newval, model) 151 __atomic_fetch_add (mem, value, model) [all …]
|
/sysdeps/unix/sysv/linux/riscv/ |
A D | atomic-machine.h | 37 model, __ATOMIC_RELAXED); \ 44 model, __ATOMIC_RELAXED); \ 51 model, __ATOMIC_RELAXED); \ 58 model, __ATOMIC_RELAXED); \ 65 model, __ATOMIC_RELAXED); \ 73 model, __ATOMIC_RELAXED); \ 81 model, __ATOMIC_RELAXED); \ 89 model, __ATOMIC_RELAXED); \ 130 __atomic_fetch_add (mem, value, model) 133 __atomic_fetch_add (mem, value, model) [all …]
|
/sysdeps/csky/ |
A D | atomic-machine.h | 26 #define __arch_compare_and_exchange_bool_8_int(mem, newval, oldval, model) \ argument 29 #define __arch_compare_and_exchange_bool_16_int(mem, newval, oldval, model) \ argument 32 #define __arch_compare_and_exchange_bool_32_int(mem, newval, oldval, model) \ argument 36 model, __ATOMIC_RELAXED); \ 39 #define __arch_compare_and_exchange_bool_64_int(mem, newval, oldval, model) \ argument 42 #define __arch_compare_and_exchange_val_8_int(mem, newval, oldval, model) \ argument 45 #define __arch_compare_and_exchange_val_16_int(mem, newval, oldval, model) \ argument 48 #define __arch_compare_and_exchange_val_32_int(mem, newval, oldval, model) \ argument 52 model, __ATOMIC_RELAXED); \ 56 #define __arch_compare_and_exchange_val_64_int(mem, newval, oldval, model) \ argument
|
/sysdeps/arm/ |
A D | atomic-machine.h | 50 # define __arch_exchange_8_int(mem, newval, model) \ argument 53 # define __arch_exchange_16_int(mem, newval, model) \ argument 56 # define __arch_exchange_32_int(mem, newval, model) \ argument 57 __atomic_exchange_n (mem, newval, model) 59 # define __arch_exchange_64_int(mem, newval, model) \ argument 81 # define __arch_compare_and_exchange_bool_8_int(mem, newval, oldval, model) \ argument 91 model, __ATOMIC_RELAXED); \ 97 # define __arch_compare_and_exchange_val_8_int(mem, newval, oldval, model) \ argument 100 # define __arch_compare_and_exchange_val_16_int(mem, newval, oldval, model) \ argument 103 # define __arch_compare_and_exchange_val_32_int(mem, newval, oldval, model) \ argument [all …]
|
/sysdeps/arc/ |
A D | atomic-machine.h | 36 #define __arch_compare_and_exchange_val_8_int(mem, newval, oldval, model) \ argument 38 #define __arch_compare_and_exchange_val_16_int(mem, newval, oldval, model) \ argument 40 #define __arch_compare_and_exchange_val_64_int(mem, newval, oldval, model) \ argument 43 #define __arch_compare_and_exchange_val_32_int(mem, newval, oldval, model) \ argument 47 model, __ATOMIC_RELAXED); \
|
/sysdeps/sparc/ |
A D | atomic-machine.h | 35 #define __arch_compare_and_exchange_val_int(mem, newval, oldval, model) \ argument 39 model, __ATOMIC_RELAXED); \
|
/sysdeps/x86/ |
A D | cpu-features.c | 344 *model += *extended_model; in get_common_indices() 403 unsigned int model = 0; in init_cpu_features() local 433 model += extended_model; in init_cpu_features() 434 switch (model) in init_cpu_features() 513 switch (model) in init_cpu_features() 586 if (model >= 0x60 && model <= 0x7f) in init_cpu_features() 613 model += extended_model; in init_cpu_features() 616 if (model == 0xf || model == 0x19) in init_cpu_features() 630 if (model == 0x1b) in init_cpu_features() 641 else if (model == 0x3b) in init_cpu_features() [all …]
|
A D | dl-cacheinfo.h | 200 unsigned int model = cpu_features->basic.model; in intel_check_word() local 202 if (family == 15 && model == 6) in intel_check_word() 498 unsigned int model = cpu_features->basic.model; in get_common_cache_info() local 651 switch (model) in get_common_cache_info()
|
A D | dl-diagnostics-cpu.c | 51 print_cpu_features_value ("basic.model", cpu_features->basic.model); in _dl_diagnostics_cpu()
|
/sysdeps/x86/include/ |
A D | cpu-features.h | 835 unsigned int model; member
|