Home
last modified time | relevance | path

Searched refs:dma (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/drivers/
D.gitignore1 /dma-buf/udmabuf
/tools/testing/selftests/
DMakefile9 TARGETS += drivers/dma-buf
/tools/testing/nvdimm/test/
Dnfit.c1428 static void *__test_alloc(struct nfit_test *t, size_t size, dma_addr_t *dma, in __test_alloc() argument
1436 if (!buf || !nfit_res || !*dma) in __test_alloc()
1445 nfit_res->res.start = *dma; in __test_alloc()
1446 nfit_res->res.end = *dma + size - 1; in __test_alloc()
1456 if (*dma && size >= DIMM_SIZE) in __test_alloc()
1457 gen_pool_free(nfit_pool, *dma, size); in __test_alloc()
1464 static void *test_alloc(struct nfit_test *t, size_t size, dma_addr_t *dma) in test_alloc() argument
1472 *dma = gen_pool_alloc_algo(nfit_pool, size, in test_alloc()
1475 *dma = (unsigned long) buf; in test_alloc()
1476 return __test_alloc(t, size, dma, buf); in test_alloc()
/tools/include/uapi/linux/
Dif_link.h84 __u8 dma; member