OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:memory_pool
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu.c
1247
struct smu_table *
memory_pool
= &smu_table->
memory_pool
;
local in function:smu_alloc_memory_pool
1254
memory_pool
->size = pool_size;
1255
memory_pool
->align = PAGE_SIZE;
1256
memory_pool
->domain = AMDGPU_GEM_DOMAIN_GTT;
1264
memory_pool
->size,
1265
memory_pool
->align,
1266
memory_pool
->domain,
1267
&
memory_pool
->bo,
1268
&
memory_pool
->mc_address
1281
struct smu_table *
memory_pool
= &smu_table->
memory_pool
;
local in function:smu_free_memory_pool
[
all
...]
amdgpu_smu_v11_0.c
667
struct smu_table *
memory_pool
= &smu_table->
memory_pool
;
local in function:smu_v11_0_notify_memory_pool_location
672
if (
memory_pool
->size == 0 ||
memory_pool
->cpu_addr == NULL)
675
address = (uintptr_t)
memory_pool
->cpu_addr;
690
address =
memory_pool
->mc_address;
703
(uint32_t)
memory_pool
->size);
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
amdgpu_smu.h
274
struct smu_table
memory_pool
;
member in struct:smu_table_context
/src/usr.bin/xlint/lint1/
lint1.h
44
typedef struct
memory_pool
{
struct
54
}
memory_pool
;
typedef in typeref:struct:memory_pool
453
memory_pool
c_for_expr3_mem; /* saved memory for end of loop
Completed in 15 milliseconds
Indexes created Sun Sep 21 19:09:51 GMT 2025