Searched refs:table_base (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/early/ |
| H A D | xhci-dbc.c | 241 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 D | xhci-dbc.h | 156 void *table_base; member
|
| /linux/include/xen/interface/ |
| H A D | physdev.h | 139 uint64_t table_base; member
|
| /linux/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 193 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 D | ip_tables.c | 234 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()
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 257 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()
|