/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | memmodel.h | 69 is_mm_relaxed (enum memmodel model) in is_mm_relaxed() 76 is_mm_consume (enum memmodel model) in is_mm_consume() 83 is_mm_acquire (enum memmodel model) in is_mm_acquire() 90 is_mm_release (enum memmodel model) in is_mm_release() 97 is_mm_acq_rel (enum memmodel model) in is_mm_acq_rel() 104 is_mm_seq_cst (enum memmodel model) in is_mm_seq_cst() 111 is_mm_sync (enum memmodel model) in is_mm_sync()
|
H A D | optabs.c | 6013 maybe_emit_atomic_exchange (rtx target, rtx mem, rtx val, enum memmodel model) in maybe_emit_atomic_exchange() 6043 enum memmodel model) in maybe_emit_sync_lock_test_and_set() 6117 maybe_emit_atomic_test_and_set (rtx target, rtx mem, enum memmodel model) in maybe_emit_atomic_test_and_set() 6185 expand_atomic_test_and_set (rtx target, rtx mem, enum memmodel model) in expand_atomic_test_and_set() 6251 expand_atomic_exchange (rtx target, rtx mem, rtx val, enum memmodel model) in expand_atomic_exchange() 6448 expand_mem_thread_fence (enum memmodel model) in expand_mem_thread_fence() 6468 expand_mem_signal_fence (enum memmodel model) in expand_mem_signal_fence() 6483 expand_atomic_load (rtx target, rtx mem, enum memmodel model) in expand_atomic_load() 6541 expand_atomic_store (rtx mem, rtx val, enum memmodel model, bool use_release) in expand_atomic_store() 6715 enum memmodel model, bool after) in maybe_optimize_fetch_op() [all …]
|
H A D | builtins.c | 5893 enum memmodel model; in expand_builtin_atomic_exchange() local 6118 enum memmodel model; in expand_builtin_atomic_load() local 6149 enum memmodel model; in expand_builtin_atomic_store() local 6189 enum memmodel model; in expand_builtin_atomic_fetch_op() local 6256 enum memmodel model = MEMMODEL_SYNC_SEQ_CST; in expand_ifn_atomic_bit_test_and() local 6340 enum memmodel model; in expand_builtin_atomic_clear() local 6374 enum memmodel model; in expand_builtin_atomic_test_and_set() local 6536 enum memmodel model = get_memmodel (CALL_EXPR_ARG (exp, 0)); in expand_builtin_atomic_thread_fence() local 6547 enum memmodel model = get_memmodel (CALL_EXPR_ARG (exp, 0)); in expand_builtin_atomic_signal_fence() local
|
/dflybsd-src/contrib/gcc-8.0/libgcc/config/i386/ |
H A D | cpuinfo.c | 54 get_amd_cpu (unsigned int family, unsigned int model) in get_amd_cpu() 120 get_intel_cpu (unsigned int family, unsigned int model, unsigned int brand_id) in get_intel_cpu() 411 unsigned int model, family, brand_id; in __cpu_indicator_init() local
|
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | priority_queue.h | 183 priority_queue_empty_p (struct priority_queue *head, enum memmodel model) in priority_queue_empty_p() 417 enum memmodel model) in priority_list_remove() 460 enum memmodel model) in priority_queue_remove()
|
/dflybsd-src/sys/dev/disk/sdhci/ |
H A D | sdhci_pci.c | 68 uint32_t model; member 280 uint32_t model; in sdhci_pci_probe() local 314 uint32_t model; in sdhci_pci_attach() local
|
/dflybsd-src/sys/dev/powermng/amdtemp/ |
H A D | amdtemp.c | 327 uint32_t family, model; in amdtemp_probe() local 369 uint32_t cpuid, family, model; in amdtemp_attach() local 975 amdtemp_probe_ccd_sensors17h(device_t dev, uint32_t model) in amdtemp_probe_ccd_sensors17h() 1029 amdtemp_probe_ccd_sensors19h(device_t dev, uint32_t model) in amdtemp_probe_ccd_sensors19h()
|
/dflybsd-src/usr.sbin/nscd/ |
H A D | agent.c | 96 struct agent model, *model_p; in find_agent() local
|
/dflybsd-src/sys/dev/netif/mii_layer/ |
H A D | ciphy.c | 341 uint16_t model, status, speed; in ciphy_fixup() local
|
H A D | miivar.h | 200 #define MII_PHYDESC(oui, model) \ argument 207 #define MII_PHYDESC_ARG(oui, model, arg) \ argument
|
/dflybsd-src/sys/dev/disk/nvme/ |
H A D | nvme_admin.c | 222 char model[40+16]; in nvme_admin_state_identify_ctlr() local
|
/dflybsd-src/sys/dev/sound/pci/hda/ |
H A D | hdaa_patches.c | 49 uint32_t model; member
|
H A D | hdac.c | 74 uint32_t model; member 1050 uint32_t model; in hdac_probe() local 1115 uint32_t model; in hdac_attach() local
|
/dflybsd-src/sys/dev/misc/syscons/ |
H A D | scvidctl.c | 824 sc_render_match(scr_stat *scp, char *name, int model) in sc_render_match()
|
H A D | syscons.h | 318 int model; /* memory model */ member 441 int model; member 448 #define RENDERER(name, model, sw, set) \ argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | optabs.c | 7202 maybe_emit_atomic_exchange (rtx target, rtx mem, rtx val, enum memmodel model) in maybe_emit_atomic_exchange() 7232 enum memmodel model) in maybe_emit_sync_lock_test_and_set() 7313 maybe_emit_atomic_test_and_set (rtx target, rtx mem, enum memmodel model) in maybe_emit_atomic_test_and_set() 7380 expand_atomic_test_and_set (rtx target, rtx mem, enum memmodel model) in expand_atomic_test_and_set() 7443 expand_atomic_exchange (rtx target, rtx mem, rtx val, enum memmodel model) in expand_atomic_exchange() 7617 expand_mem_thread_fence (enum memmodel model) in expand_mem_thread_fence() 7641 expand_mem_signal_fence (enum memmodel model) in expand_mem_signal_fence() 7662 expand_atomic_load (rtx target, rtx mem, enum memmodel model) in expand_atomic_load() 7718 expand_atomic_store (rtx mem, rtx val, enum memmodel model, bool use_release) in expand_atomic_store() 7876 enum memmodel model, bool after) in maybe_optimize_fetch_op() [all …]
|
/dflybsd-src/sys/dev/powermng/kate/ |
H A D | kate.c | 166 int i, j, cmpcap, model; in kate_attach() local
|
/dflybsd-src/sys/dev/acpica/ |
H A D | acpiio.h | 66 char model[ACPI_CMBAT_MAXSTRLEN]; /* model identifier */ member
|
/dflybsd-src/sys/dev/acpica/acpi_asus/ |
H A D | acpi_asus.c | 121 struct acpi_asus_model *model; member 547 struct acpi_asus_model *model; in acpi_asus_probe() local
|
/dflybsd-src/contrib/gdb-7/gdb/common/ |
H A D | linux-btrace.c | 343 unsigned int cpuid, model, family; in intel_supports_btrace() local
|
/dflybsd-src/sys/dev/video/bktr/ |
H A D | bktr_card.c | 997 unsigned int model,revision; in probeCard() local
|
/dflybsd-src/sys/dev/powermng/clockmod/ |
H A D | clockmod.c | 491 uint32_t model, stepping; in clockmod_errata_duty() local
|
/dflybsd-src/usr.sbin/mlxcontrol/ |
H A D | command.c | 374 const char *model; in controller_print() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | driver-i386.c | 390 unsigned int model, family; in host_detect_local_cpu() local
|
/dflybsd-src/sys/dev/sound/pcm/ |
H A D | ac97.c | 603 u_int8_t model, step; in ac97_initmixer() local
|