/Linux-v4.19/arch/arm64/include/asm/ |
D | atomic_lse.h | 49 #define ATOMIC_FETCH_OP(name, mb, op, asm_op, cl...) \ in ATOMIC_OP() argument 81 #define ATOMIC_OP_ADD_RETURN(name, mb, cl...) \ argument 125 #define ATOMIC_FETCH_OP_AND(name, mb, cl...) \ argument 169 #define ATOMIC_OP_SUB_RETURN(name, mb, cl...) \ argument 197 #define ATOMIC_FETCH_OP_SUB(name, mb, cl...) \ argument 246 #define ATOMIC64_FETCH_OP(name, mb, op, asm_op, cl...) \ in ATOMIC64_OP() argument 278 #define ATOMIC64_OP_ADD_RETURN(name, mb, cl...) \ argument 322 #define ATOMIC64_FETCH_OP_AND(name, mb, cl...) \ argument 366 #define ATOMIC64_OP_SUB_RETURN(name, mb, cl...) \ argument 394 #define ATOMIC64_FETCH_OP_SUB(name, mb, cl...) \ argument [all …]
|
D | atomic_ll_sc.h | 58 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op) \ argument 80 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op) \ argument 152 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op) \ argument 174 #define ATOMIC64_FETCH_OP(name, mb, acq, rel, cl, op, asm_op) \ argument 251 #define __CMPXCHG_CASE(w, sz, name, mb, acq, rel, cl) \ argument 296 #define __CMPXCHG_DBL(name, mb, rel, cl) \ argument
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 62 MAILBOX_t *mb; in lpfc_dump_static_vport() local 115 MAILBOX_t *mb; in lpfc_down_link() local 138 MAILBOX_t *mb; in lpfc_dump_mem() local 170 MAILBOX_t *mb; in lpfc_dump_wakeup_param() local 207 MAILBOX_t *mb; in lpfc_read_nv() local 233 MAILBOX_t *mb; in lpfc_config_async() local 259 MAILBOX_t *mb; in lpfc_heart_beat() local 293 MAILBOX_t *mb; in lpfc_read_topology() local 330 MAILBOX_t *mb; in lpfc_clear_la() local 359 MAILBOX_t *mb = &pmb->u.mb; in lpfc_config_link() local [all …]
|
/Linux-v4.19/drivers/power/supply/ |
D | ipaq_micro_battery.c | 54 struct micro_battery *mb = container_of(work, in micro_battery_work() local 96 struct micro_battery *mb = dev_get_drvdata(b->dev.parent); in get_capacity() local 116 struct micro_battery *mb = dev_get_drvdata(b->dev.parent); in get_status() local 135 struct micro_battery *mb = dev_get_drvdata(b->dev.parent); in micro_batt_get_property() local 183 struct micro_battery *mb = dev_get_drvdata(b->dev.parent); in micro_ac_get_property() local 230 struct micro_battery *mb; in micro_batt_probe() local 274 struct micro_battery *mb = platform_get_drvdata(pdev); in micro_batt_remove() local 286 struct micro_battery *mb = dev_get_drvdata(dev); in micro_batt_suspend() local 294 struct micro_battery *mb = dev_get_drvdata(dev); in micro_batt_resume() local
|
/Linux-v4.19/drivers/mailbox/ |
D | rockchip-mailbox.c | 46 struct rockchip_mbox *mb; member 62 struct rockchip_mbox *mb = dev_get_drvdata(chan->mbox->dev); in rockchip_mbox_send_data() local 89 struct rockchip_mbox *mb = dev_get_drvdata(chan->mbox->dev); in rockchip_mbox_startup() local 100 struct rockchip_mbox *mb = dev_get_drvdata(chan->mbox->dev); in rockchip_mbox_shutdown() local 118 struct rockchip_mbox *mb = (struct rockchip_mbox *)dev_id; in rockchip_mbox_irq() local 137 struct rockchip_mbox *mb = (struct rockchip_mbox *)dev_id; in rockchip_mbox_isr() local 174 struct rockchip_mbox *mb; in rockchip_mbox_probe() local 259 struct rockchip_mbox *mb = platform_get_drvdata(pdev); in rockchip_mbox_remove() local
|
/Linux-v4.19/arch/arc/include/asm/ |
D | barrier.h | 29 #define mb() asm volatile("dmb 3\n" : : : "memory") macro 41 #define mb() asm volatile("sync\n" : : : "memory") macro 47 #define mb() asm volatile (".word %0" : : "i"(CTOP_INST_SCHD_RW) : "memory") macro
|
/Linux-v4.19/drivers/net/fddi/skfp/ |
D | hwmtm.c | 424 SMbuf *mb ; in init_fddi_driver() local 488 register SMbuf *mb ; in smt_get_mbuf() local 508 void smt_free_mbuf(struct s_smc *smc, SMbuf *mb) in smt_free_mbuf() 713 SMbuf *mb ; in fddi_isr() local 1055 SMbuf *mb ; in process_receive() local 1380 static void smt_to_llc(struct s_smc *smc, SMbuf *mb) in smt_to_llc() 1734 static void queue_llc_rx(struct s_smc *smc, SMbuf *mb) in queue_llc_rx() 1760 SMbuf *mb ; in get_llc_rx() local 1774 static void queue_txd_mb(struct s_smc *smc, SMbuf *mb) in queue_txd_mb() 1793 SMbuf *mb ; in get_txd_mb() local [all …]
|
D | ess.c | 117 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, in ess_raf_received_pack() 480 SMbuf *mb ; in ess_send_response() local 558 SMbuf *mb ; in ess_send_alc_req() local 663 static void ess_send_frame(struct s_smc *smc, SMbuf *mb) in ess_send_frame()
|
D | smt.c | 34 #define m_fc(mb) ((mb)->sm_data[0]) argument 468 void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs) in smt_received_pack() 832 void smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local) in smt_send_frame() 861 SMbuf *mb ; in smt_send_rdf() local 940 SMbuf *mb ; in smt_send_nif() local 1007 SMbuf *mb ; in smt_send_ecf() local 1030 SMbuf *mb ; in smt_send_sif_config() local 1063 SMbuf *mb ; in smt_send_sif_operation() local 1108 SMbuf *mb ; in smt_build_frame() local 1141 static void smt_add_frame_len(SMbuf *mb, int len) in smt_add_frame_len()
|
/Linux-v4.19/drivers/net/ethernet/apple/ |
D | macmace.c | 268 volatile struct mace *mb = mp->mace; in mace_reset() local 325 volatile struct mace *mb = mp->mace; in __mace_set_address() local 346 volatile struct mace *mb = mp->mace; in mace_set_address() local 371 volatile struct mace *mb = mp->mace; in mace_open() local 434 volatile struct mace *mb = mp->mace; in mace_close() local 486 volatile struct mace *mb = mp->mace; in mace_set_multicast() local 537 volatile struct mace *mb = mp->mace; in mace_handle_misc_intrs() local 560 volatile struct mace *mb = mp->mace; in mace_interrupt() local 610 volatile struct mace *mb = mp->mace; in mace_tx_timeout() local
|
D | mace.c | 319 volatile struct mace __iomem *mb = mp->mace; in mace_reset() local 374 volatile struct mace __iomem *mb = mp->mace; in __mace_set_address() local 395 volatile struct mace __iomem *mb = mp->mace; in mace_set_address() local 430 volatile struct mace __iomem *mb = mp->mace; in mace_open() local 500 volatile struct mace __iomem *mb = mp->mace; in mace_close() local 586 volatile struct mace __iomem *mb = mp->mace; in mace_set_multicast() local 637 volatile struct mace __iomem *mb = mp->mace; in mace_handle_misc_intrs() local 660 volatile struct mace __iomem *mb = mp->mace; in mace_interrupt() local 806 volatile struct mace __iomem *mb = mp->mace; in mace_tx_timeout() local
|
/Linux-v4.19/tools/arch/x86/include/asm/ |
D | barrier.h | 20 #define mb() asm volatile("lock; addl $0,0(%%esp)" ::: "memory") macro 24 #define mb() asm volatile("mfence":::"memory") macro
|
/Linux-v4.19/arch/x86/um/asm/ |
D | barrier.h | 21 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2) macro 27 #define mb() asm volatile("mfence" : : : "memory") macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | barrier.h | 12 #define mb() do { synchronize_caches(); } while (0) macro 18 #define mb() barrier() macro
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-mailbox.c | 145 static int try_mailbox(struct ivtv *itv, struct ivtv_mailbox_data *mbdata, int mb) in try_mailbox() 163 int i, mb; in get_mailbox() local 219 int flags, mb, i; in ivtv_api_call() local 372 void ivtv_api_get_data(struct ivtv_mailbox_data *mbdata, int mb, in ivtv_api_get_data()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | barrier.h | 15 #define mb() asm volatile(ALTERNATIVE("lock; addl $0,-4(%%esp)", "mfence", \ macro 22 #define mb() asm volatile("mfence":::"memory") macro
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-mailbox.c | 114 static void dump_mb(struct cx18 *cx, struct cx18_mailbox *mb, char *name) in dump_mb() 242 struct cx18_mailbox *mb; in epu_dma_done() local 428 struct cx18_mailbox *mb; in epu_dma_done_irq() local 531 struct cx18_mailbox __iomem *mb; in cx18_api_epu_cmd_irq() local 593 struct cx18_mailbox __iomem *mb; in cx18_api_call() local
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | map.c | 26 struct map_browser *mb = container_of(browser, struct map_browser, b); in map_browser__write() local 105 struct map_browser mb = { in map__browse() local
|
/Linux-v4.19/drivers/scsi/ |
D | qla1280.c | 1146 uint16_t mb[MAILBOX_REGISTER_COUNT]; in qla1280_set_target_parameters() local 1593 uint16_t mb[MAILBOX_REGISTER_COUNT]; in qla1280_chip_diag() local 1708 uint16_t mb[MAILBOX_REGISTER_COUNT], i; in qla1280_load_firmware_pio() local 1747 uint16_t mb[MAILBOX_REGISTER_COUNT], cnt; in qla1280_load_firmware_dma() local 1852 uint16_t mb[MAILBOX_REGISTER_COUNT]; in qla1280_start_firmware() local 1917 uint16_t mb[MAILBOX_REGISTER_COUNT]; in qla1280_init_rings() local 2103 uint16_t mb[MAILBOX_REGISTER_COUNT]; in qla1280_config_target() local 2161 uint16_t mb[MAILBOX_REGISTER_COUNT]; in qla1280_config_bus() local 2195 uint16_t mb[MAILBOX_REGISTER_COUNT]; in qla1280_nvram_config() local 2459 qla1280_mailbox_command(struct scsi_qla_host *ha, uint8_t mr, uint16_t *mb) in qla1280_mailbox_command() [all …]
|
D | aha1542.c | 61 struct mailbox mb[2 * AHA1542_MAILBOXES]; member 246 struct mailbox *mb = aha1542->mb; in aha1542_interrupt() local 379 struct mailbox *mb = aha1542->mb; in aha1542_queuecommand() local 498 struct mailbox *mb = aha1542->mb; in setup_mailboxes() local 801 struct mailbox *mb = aha1542->mb; in aha1542_dev_reset() local
|
/Linux-v4.19/arch/mips/include/asm/ |
D | barrier.h | 171 #define mb() wbflush() macro 176 #define mb() fast_mb() macro
|
/Linux-v4.19/drivers/net/can/ |
D | at91_can.c | 294 unsigned int mb, enum at91_mb_mode mode, int prio) in set_mb_mode_prio() 299 static inline void set_mb_mode(const struct at91_priv *priv, unsigned int mb, in set_mb_mode() 458 unsigned int mb, prio; in at91_start_xmit() local 533 unsigned int mb) in at91_activate_rx_mb() 574 static void at91_read_mb(struct net_device *dev, unsigned int mb, in at91_read_mb() 611 static void at91_read_msg(struct net_device *dev, unsigned int mb) in at91_read_msg() 686 unsigned int mb; in at91_poll_rx() local 839 unsigned int mb; in at91_irq_tx() local
|
/Linux-v4.19/tools/arch/sh/include/asm/ |
D | barrier.h | 26 #define mb() __asm__ __volatile__ ("synco": : :"memory") macro
|
/Linux-v4.19/tools/arch/powerpc/include/asm/ |
D | barrier.h | 26 #define mb() __asm__ __volatile__ ("sync" : : : "memory") macro
|
/Linux-v4.19/tools/arch/xtensa/include/asm/ |
D | barrier.h | 14 #define mb() ({ __asm__ __volatile__("memw" : : : "memory"); }) macro
|