Searched refs:fetch_size (Results 1 – 24 of 24) sorted by relevance
/linux-4.4.14/drivers/char/agp/ |
D | intel-agp.c | 457 .fetch_size = intel_fetch_size, 484 .fetch_size = intel_815_fetch_size, 511 .fetch_size = intel_8xx_fetch_size, 538 .fetch_size = intel_8xx_fetch_size, 565 .fetch_size = intel_8xx_fetch_size, 592 .fetch_size = intel_8xx_fetch_size, 619 .fetch_size = intel_8xx_fetch_size, 646 .fetch_size = intel_8xx_fetch_size, 673 .fetch_size = intel_8xx_fetch_size,
|
D | backend.c | 160 size_value = bridge->driver->fetch_size(); in agp_backend_initialize() 302 bridge->driver->fetch_size(), bridge->gart_bus_addr); in agp_add_bridge()
|
D | ali-agp.c | 209 .fetch_size = ali_fetch_size, 233 .fetch_size = ali_fetch_size,
|
D | sis-agp.c | 129 .fetch_size = sis_fetch_size, 175 sis_driver.fetch_size = agp3_generic_fetch_size; in sis_get_driver()
|
D | via-agp.c | 179 .fetch_size = via_fetch_size_agp3, 206 .fetch_size = via_fetch_size,
|
D | alpha-agp.c | 132 .fetch_size = alpha_core_agp_fetch_size,
|
D | uninorth-agp.c | 514 .fetch_size = uninorth_fetch_size, 542 .fetch_size = uninorth_fetch_size,
|
D | agp.h | 105 int (*fetch_size)(void); member
|
D | sgi-agp.c | 252 .fetch_size = sgi_tioca_fetch_size,
|
D | efficeon-agp.c | 320 .fetch_size = efficeon_fetch_size,
|
D | parisc-agp.c | 221 .fetch_size = parisc_agp_fetch_size,
|
D | nvidia-agp.c | 316 .fetch_size = nvidia_fetch_size,
|
D | hp-agp.c | 424 .fetch_size = hp_zx1_fetch_size,
|
D | amd-k7-agp.c | 369 .fetch_size = amd_irongate_fetch_size,
|
D | sworks-agp.c | 428 .fetch_size = serverworks_fetch_size,
|
D | ati-agp.c | 426 .fetch_size = ati_fetch_size,
|
D | i460-agp.c | 562 .fetch_size = i460_fetch_size,
|
D | amd64-agp.c | 222 .fetch_size = amd64_fetch_size,
|
D | intel-gtt.c | 1148 .fetch_size = intel_fake_agp_fetch_size,
|
/linux-4.4.14/kernel/trace/ |
D | trace_probe.h | 266 struct fetch_param fetch_size; member 354 if (unlikely(tp->args[i].fetch_size.fn)) { in __get_data_size() 355 call_fetch(&tp->args[i].fetch_size, regs, &len); in __get_data_size() 372 if (unlikely(tp->args[i].fetch_size.fn)) { in store_trace_args()
|
D | trace_probe.c | 114 fetch_func_t fetch_size; member 141 if (addr && dprm->fetch_size) { in DEFINE_FETCH_deref() 143 dprm->fetch_size(regs, (void *)addr, dest); in DEFINE_FETCH_deref() 444 dprm->fetch_size = get_fetch_size_function(t, in parse_probe_arg() 539 parg->fetch_size.fn = get_fetch_size_function(parg->type, in traceprobe_parse_probe_arg() 542 parg->fetch_size.data = parg->fetch.data; in traceprobe_parse_probe_arg()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_drv.h | 147 int fetch_size; /* Double Words */ member
|
D | radeon_cp.c | 1452 dev_priv->ring.fetch_size = /* init->fetch_size */ 32; in radeon_do_init_cp()
|
D | r600_cp.c | 2208 dev_priv->ring.fetch_size = /* init->fetch_size */ 32; in r600_do_init_cp()
|