fastrpc_phy_page
struct fastrpc_phy_page *pages;
struct fastrpc_phy_page pages[1];
struct fastrpc_phy_page pages[1];
struct fastrpc_phy_page pages;
struct fastrpc_phy_page pages = { 0 };
sizeof(struct fastrpc_phy_page)) * ctx->nscalars +
static struct fastrpc_phy_page *fastrpc_phy_page_start(struct fastrpc_invoke_buf *buf, int len)
return (struct fastrpc_phy_page *)(&buf[len]);
struct fastrpc_phy_page *pages;