Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_block_alloc.c35 return (node->blk_it->phy_addr & MALI_BLOCK_REF_MASK); in mali_mem_block_get_ref_count()
47 return (node->blk_it->phy_addr++ & MALI_BLOCK_REF_MASK); in mali_mem_block_add_ref()
57 return (node->blk_it->phy_addr-- & MALI_BLOCK_REF_MASK); in mali_mem_block_dec_ref()
H A Dmali_memory.c481 node->blk_it = item; in _mali_page_node_add_block_item()
506 return _mali_blk_item_get_phy_addr(node->blk_it); in _mali_page_node_get_dma_addr()
522 return _mali_blk_item_get_pfn(node->blk_it); in _mali_page_node_get_pfn()
H A Dmali_memory_types.h62 mali_block_item *blk_it; /*pointer to block item*/ member
H A Dmali_memory_cow.c163 _mali_page_node_add_block_item(page_node, m_page->blk_it); in mali_memory_cow_os_memory()