Home
last modified time | relevance | path

Searched refs:bd_addr (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dmpx.h73 return (mm->context.bd_addr != MPX_INVALID_BOUNDS_DIR); in kernel_managing_mpx_tables()
82 mm->context.bd_addr = MPX_INVALID_BOUNDS_DIR; in mpx_mm_init()
Dmmu.h55 void __user *bd_addr; member
/Linux-v5.4/arch/x86/mm/
Dmpx.c240 mm->context.bd_addr = bd_base; in mpx_enable_management()
241 if (mm->context.bd_addr == MPX_INVALID_BOUNDS_DIR) in mpx_enable_management()
256 mm->context.bd_addr = MPX_INVALID_BOUNDS_DIR; in mpx_disable_management()
825 bde_vaddr = mm->context.bd_addr + mpx_get_bd_entry_offset(mm, start); in try_unmap_single_bt()
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_selftests.c529 unsigned char bd_addr[ETH_ALEN] = {0xf1, 0xff, 0xff, 0xff, 0xff, 0xff}; in stmmac_test_hfilt() local
542 bd_addr[ETH_ALEN - 1] = tries; in stmmac_test_hfilt()
543 if (stmmac_hash_check(priv, bd_addr)) in stmmac_test_hfilt()
561 attr.dst = bd_addr; in stmmac_test_hfilt()
575 unsigned char bd_addr[ETH_ALEN] = {0xf0, 0xff, 0xff, 0xff, 0xff, 0xff}; in stmmac_test_pfilt() local
586 bd_addr[ETH_ALEN - 1] = tries; in stmmac_test_pfilt()
587 if (stmmac_perfect_check(priv, bd_addr)) in stmmac_test_pfilt()
605 attr.dst = bd_addr; in stmmac_test_pfilt()
/Linux-v5.4/drivers/spi/
Dspi-pic32-sqi.c100 u32 bd_addr; /* DMA buffer addr */ member
313 bd->bd_addr = sg->dma_address; in pic32_sqi_one_transfer()
/Linux-v5.4/drivers/mmc/host/
Dmtk-sd.c340 dma_addr_t bd_addr; /* the physical address of bd array */ member
1640 dma_addr = dma->bd_addr; in msdc_init_gpd_bd()
1641 gpd->ptr = lower_32_bits(dma->bd_addr); /* physical address */ in msdc_init_gpd_bd()
1647 dma_addr = dma->bd_addr + sizeof(*bd) * (i + 1); in msdc_init_gpd_bd()
2308 &host->dma.bd_addr, GFP_KERNEL); in msdc_drv_probe()
2350 host->dma.bd, host->dma.bd_addr); in msdc_drv_probe()
2378 host->dma.bd, host->dma.bd_addr); in msdc_drv_remove()
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dbcmsysport.h684 void __iomem *bd_addr; /* Buffer descriptor PHYS addr */ member
Dbcmsysport.c694 dma_desc_set_addr(priv, cb->bd_addr, mapping); in bcm_sysport_rx_refill()
1656 cb->bd_addr = priv->rx_bds + i * DESC_SIZE; in bcm_sysport_init_rx_ring()
/Linux-v5.4/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.h489 void __iomem *bd_addr; member
Dbcmgenet.c1650 dmadesc_set(priv, tx_cb_ptr->bd_addr, mapping, len_stat); in bcmgenet_xmit()
1724 dmadesc_set_addr(priv, cb->bd_addr, mapping); in bcmgenet_rx_refill()
1795 dmadesc_get_length_status(priv, cb->bd_addr); in bcmgenet_desc_rx()
2560 cb->bd_addr = priv->rx_bds + i * DMA_DESC_SIZE; in bcmgenet_init_dma()
2575 cb->bd_addr = priv->tx_bds + i * DMA_DESC_SIZE; in bcmgenet_init_dma()