Home
last modified time | relevance | path

Searched refs:table_base (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/linux-yocto-6.6/n1sdp/
H A D0004-n1sdp-pcie-add-quirk-support-enabling-remote-chip-PC.patch59 phys_addr_t table_base;
68 - table_base = AP_NS_SHARED_MEM_BASE + segment * BDF_TABLE_SIZE;
71 + table_base = AP_NS_SHARED_MEM_BASE + REMOTE_CHIP_ADDR_OFFSET;
73 + table_base = AP_NS_SHARED_MEM_BASE + segment * BDF_TABLE_SIZE;
76 if (!request_mem_region(table_base, BDF_TABLE_SIZE,
79 table_base, BDF_TABLE_SIZE);
H A D0003-pcie-Add-quirk-for-the-Arm-Neoverse-N1SDP-platform.patch210 + phys_addr_t table_base;
218 + table_base = AP_NS_SHARED_MEM_BASE + segment * BDF_TABLE_SIZE;
220 + if (!request_mem_region(table_base, BDF_TABLE_SIZE,
227 + table_base, BDF_TABLE_SIZE);
/openbmc/qemu/hw/xen/
H A Dxen_pt_msi.c132 uint64_t table_base = 0; in msi_msix_setup() local
135 table_base = s->msix->table_base; in msi_msix_setup()
142 msix_entry, table_base); in msi_msix_setup()
576 msix->table_base = s->real_device.io_regions[bar_index].base_addr; in xen_pt_msix_init()
577 XEN_PT_LOG(d, "get MSI-X table BAR base 0x%"PRIx64"\n", msix->table_base); in xen_pt_msix_init()
594 msix->table_base + table_off - msix->table_offset_adjust); in xen_pt_msix_init()
H A Dxen_pt.h225 uint64_t table_base; member
/openbmc/qemu/target/i386/kvm/
H A Dxen-compat.h67 uint64_t table_base; member
H A Dxen-emu.c1618 memmove(&map.table_base, &map32->table_base, sizeof(map.table_base)); in kvm_xen_hcall_physdev_op()
/openbmc/linux/drivers/usb/early/
H A Dxhci-dbc.c241 memset(xdbc.table_base, 0, PAGE_SIZE); in xdbc_mem_init()
246 xdbc.erst_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init()
263 xdbc.dbcc_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init()
270 xdbc.string_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init()
563 xdbc.table_base = xdbc_get_page(&xdbc.table_dma); in xdbc_early_setup()
564 if (!xdbc.table_base) in xdbc_early_setup()
682 xdbc.table_base = NULL; in early_xdbc_setup_hardware()
H A Dxhci-dbc.h156 void *table_base; member
/openbmc/linux/sound/pci/emu10k1/
H A Dp16v.c235 u32 *table_base = (u32 *)(emu->p16v_buffer->area+(8*16*channel)); in snd_p16v_pcm_prepare_playback() local
250 runtime->dma_addr, runtime->dma_area, table_base); in snd_p16v_pcm_prepare_playback()
279 table_base[i*2]=runtime->dma_addr+(i*period_size_bytes); in snd_p16v_pcm_prepare_playback()
280 table_base[(i*2)+1]=period_size_bytes<<16; in snd_p16v_pcm_prepare_playback()
H A Demu10k1x.c444 u32 *table_base = (u32 *)(emu->dma_buffer->area+1024*voice); in snd_emu10k1x_pcm_prepare() local
449 *table_base++=runtime->dma_addr+(i*period_size_bytes); in snd_emu10k1x_pcm_prepare()
450 *table_base++=period_size_bytes<<16; in snd_emu10k1x_pcm_prepare()
/openbmc/linux/include/xen/interface/
H A Dphysdev.h139 uint64_t table_base; member
/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h157 uint64_t table_base; member
/openbmc/linux/net/ipv4/netfilter/
H A Darp_tables.c193 const void *table_base; in arpt_do_table() local
209 table_base = private->entries; in arpt_do_table()
215 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table()
247 e = get_entry(table_base, in arpt_do_table()
255 if (table_base + v in arpt_do_table()
264 e = get_entry(table_base, v); in arpt_do_table()
H A Dip_tables.c234 const void *table_base; in ipt_do_table() local
262 table_base = private->entries; in ipt_do_table()
275 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table()
321 e = get_entry(table_base, in ipt_do_table()
329 if (table_base + v != ipt_next_entry(e) && in ipt_do_table()
338 e = get_entry(table_base, v); in ipt_do_table()
/openbmc/linux/net/ipv6/netfilter/
H A Dip6_tables.c257 const void *table_base; in ip6t_do_table() local
284 table_base = private->entries; in ip6t_do_table()
297 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table()
344 e = get_entry(table_base, in ip6t_do_table()
350 if (table_base + v != ip6t_next_entry(e) && in ip6t_do_table()
359 e = get_entry(table_base, v); in ip6t_do_table()
/openbmc/linux/sound/pci/ca0106/
H A Dca0106_main.c721 u32 *table_base = (u32 *)(emu->buffer->area+(8*16*channel)); in snd_ca0106_pcm_prepare_playback() local
746 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_playback()
801 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); in snd_ca0106_pcm_prepare_playback()
802 table_base[i*2+1] = period_size_bytes << 16; in snd_ca0106_pcm_prepare_playback()
853 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_capture()
/openbmc/linux/arch/x86/pci/
H A Dxen.c308 map_irq.table_base = pci_resource_start(dev, bir); in xen_initdom_setup_msi_irqs()