Home
last modified time | relevance | path

Searched refs:table_base (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/loongson/
H A Diommu.h212 unsigned long *table_base; in iommu_shadow_offset() local
214 table_base = shadow_entry->shadow_ptable; in iommu_shadow_offset()
216 return table_base + iommu_shadow_index(addr, level); in iommu_shadow_offset()
/kernel/linux/linux-5.10/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()
564 xdbc.table_base = xdbc_get_page(&xdbc.table_dma); in xdbc_early_setup()
565 if (!xdbc.table_base) in xdbc_early_setup()
680 xdbc.table_base = NULL; in early_xdbc_setup_hardware()
H A Dxhci-dbc.h156 void *table_base; member
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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
249 "dma_addr=%x, dma_area=%p, table_base=%p\n", in snd_p16v_pcm_prepare_playback()
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()
/kernel/linux/linux-5.10/include/xen/interface/
H A Dphysdev.h157 uint64_t table_base; member
/kernel/linux/linux-6.6/include/xen/interface/
H A Dphysdev.h139 uint64_t table_base; member
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Dp16v.c291 u32 *table_base = (u32 *)(emu->p16v_buffer.area+(8*16*channel)); in snd_p16v_pcm_prepare_playback() local
305 "dma_addr=%x, dma_area=%p, table_base=%p\n", in snd_p16v_pcm_prepare_playback()
306 runtime->dma_addr, runtime->dma_area, table_base); in snd_p16v_pcm_prepare_playback()
330 table_base[i*2]=runtime->dma_addr+(i*period_size_bytes); in snd_p16v_pcm_prepare_playback()
331 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()
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dip_tables.c235 const void *table_base; in ipt_do_table() local
263 table_base = private->entries; in ipt_do_table()
276 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table()
322 e = get_entry(table_base, in ipt_do_table()
330 if (table_base + v != ipt_next_entry(e) && in ipt_do_table()
339 e = get_entry(table_base, v); in ipt_do_table()
H A Darp_tables.c192 const void *table_base; in arpt_do_table() local
208 table_base = private->entries; in arpt_do_table()
214 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table()
246 e = get_entry(table_base, in arpt_do_table()
254 if (table_base + v in arpt_do_table()
263 e = get_entry(table_base, v); in arpt_do_table()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dip6_tables.c259 const void *table_base; in ip6t_do_table() local
286 table_base = private->entries; in ip6t_do_table()
299 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table()
346 e = get_entry(table_base, in ip6t_do_table()
352 if (table_base + v != ip6t_next_entry(e) && in ip6t_do_table()
361 e = get_entry(table_base, v); in ip6t_do_table()
/kernel/linux/linux-6.6/net/ipv4/netfilter/
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()
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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/sound/pci/ca0106/
H A Dca0106_main.c718 u32 *table_base = (u32 *)(emu->buffer.area+(8*16*channel)); in snd_ca0106_pcm_prepare_playback() local
742 "dma_addr=%x, dma_area=%p, table_base=%p\n", in snd_ca0106_pcm_prepare_playback()
743 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_playback()
798 table_base[i*2] = runtime->dma_addr + (i * period_size_bytes); in snd_ca0106_pcm_prepare_playback()
799 table_base[i*2+1] = period_size_bytes << 16; in snd_ca0106_pcm_prepare_playback()
849 "dma_addr=%x, dma_area=%p, table_base=%p\n", in snd_ca0106_pcm_prepare_capture()
850 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_capture()
/kernel/linux/linux-6.6/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
745 "dma_addr=%x, dma_area=%p, table_base=%p\n", in snd_ca0106_pcm_prepare_playback()
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()
852 "dma_addr=%x, dma_area=%p, table_base=%p\n", in snd_ca0106_pcm_prepare_capture()
853 runtime->dma_addr, runtime->dma_area, table_base); in snd_ca0106_pcm_prepare_capture()
/kernel/linux/linux-5.10/arch/x86/pci/
H A Dxen.c311 map_irq.table_base = pci_resource_start(dev, bir); in xen_initdom_setup_msi_irqs()
/kernel/linux/linux-6.6/arch/x86/pci/
H A Dxen.c308 map_irq.table_base = pci_resource_start(dev, bir); in xen_initdom_setup_msi_irqs()

Completed in 39 milliseconds