Home
last modified time | relevance | path

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

/openbmc/phosphor-mboxd/
H A Dmboxd_windows.c58 void *mem_location = context->mem; in init_window_mem() local
71 mem_location, size); in init_window_mem()
72 context->windows.window[i].mem = mem_location; in init_window_mem()
73 mem_location += size; in init_window_mem()
74 if (mem_location > (context->mem + context->mem_size)) { in init_window_mem()
/openbmc/hiomapd/
H A Dwindows.c61 void *mem_location = context->mem; in init_window_mem() local
74 mem_location, size); in init_window_mem()
75 context->windows.window[i].mem = mem_location; in init_window_mem()
76 mem_location += size; in init_window_mem()
77 if (mem_location > (context->mem + context->mem_size)) { in init_window_mem()