Searched defs:kbase_mem_phy_alloc (Results 1 – 4 of 4) sorted by relevance
106 struct kbase_mem_phy_alloc { struct107 struct kref kref; /* number of users of this alloc */108 atomic_t gpu_mappings;109 size_t nents; /* 0..N */110 phys_addr_t *pages; /* N elements, only 0..nents are valid */113 struct list_head mappings;116 struct list_head evict_node;118 size_t evicted;123 struct kbase_va_region *reg;126 enum kbase_memory_type type;[all …]
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 …]
127 struct kbase_mem_phy_alloc { struct128 struct kref kref;129 atomic_t gpu_mappings;130 size_t nents;131 struct tagged_addr *pages;132 struct list_head mappings;133 struct list_head evict_node;134 size_t evicted;135 struct kbase_va_region *reg;136 enum kbase_memory_type type;[all …]
133 struct kbase_mem_phy_alloc { struct134 struct kref kref;135 atomic_t gpu_mappings;136 atomic_t kernel_mappings;137 size_t nents;138 struct tagged_addr *pages;139 struct list_head mappings;140 struct list_head evict_node;141 size_t evicted;142 struct kbase_va_region *reg;[all …]