Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/include/gxio/
Dtrio.h294 extern int gxio_trio_alloc_asids(gxio_trio_context_t *context,
Diorpc_trio.h49 int gxio_trio_alloc_asids(gxio_trio_context_t *context, unsigned int count,
/linux-4.4.14/arch/tile/gxio/
Diorpc_trio.c24 int gxio_trio_alloc_asids(gxio_trio_context_t *context, unsigned int count, in gxio_trio_alloc_asids() function
38 EXPORT_SYMBOL(gxio_trio_alloc_asids);
/linux-4.4.14/arch/tile/kernel/
Dpci_gx.c159 ret = gxio_trio_alloc_asids(context, 1, 0, 0); in tile_pcie_open()