Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/device/oprom/yabel/
H A Dpmm.c57 static pmm_allocation_t pmm_allocation_array[MAX_PMM_AREAS]; variable
147 &(pmm_allocation_array[curr_pmm_allocation_index]); in pmm_handleInt()
152 pmm_allocation_array in pmm_handleInt()
154 pmm_allocation_array in pmm_handleInt()
221 if (pmm_allocation_array[i].handle == handle) { in pmm_handleInt()
228 pmm_allocation_array[i].offset; in pmm_handleInt()
253 pmm_allocation_array[i].handle); in pmm_handleInt()
254 if (pmm_allocation_array[i].offset == buffer) { in pmm_handleInt()
263 pmm_allocation_array[j] = in pmm_handleInt()
264 pmm_allocation_array[j + 1]; in pmm_handleInt()
[all …]