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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/mga/
H A Dmga_ioc32.c144 drm_mga_dma_bootstrap_t __user *dma_bootstrap; local
151 dma_bootstrap = compat_alloc_user_space(sizeof(*dma_bootstrap));
152 if (!access_ok(VERIFY_WRITE, dma_bootstrap, sizeof(*dma_bootstrap))
154 &dma_bootstrap->texture_handle)
156 &dma_bootstrap->texture_size)
158 &dma_bootstrap->primary_size)
160 &dma_bootstrap->secondary_bin_count)
162 &dma_bootstrap
[all...]

Completed in 87 milliseconds