Searched defs:kbase_mem_phy_alloc (Results 1 – 2 of 2) sorted by relevance
108 struct kbase_mem_phy_alloc { struct109 struct kref kref; /* number of users of this alloc */110 atomic_t gpu_mappings;111 size_t nents; /* 0..N */112 phys_addr_t *pages; /* N elements, only 0..nents are valid */115 struct list_head mappings;118 struct list_head evict_node;120 size_t evicted;125 struct kbase_va_region *reg;128 enum kbase_memory_type type;[all …]
135 struct kbase_mem_phy_alloc { struct136 struct kref kref;137 atomic_t gpu_mappings;138 atomic_t kernel_mappings;139 size_t nents;140 struct tagged_addr *pages;141 struct list_head mappings;142 struct list_head evict_node;143 size_t evicted;144 struct kbase_va_region *reg;[all …]