Searched refs:hvwc_map (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Dvas.h61 * space (hvwc_map and uwc_map). The kernel can then access the window
64 * hvwc = hvwc_map + winid * VAS_HVWC_SIZE.
358 void *hvwc_map; /* HV window context */ member in struct:pnv_vas_window
466 regptr = win->hvwc_map + reg;
475 return in_be64(win->hvwc_map+reg);
H A Dvas-debug.c37 if (!window->hvwc_map)
64 if (!window->hvwc_map)
H A Dvas-window.c161 void *hvwc_map; local
166 hvwc_map = window->hvwc_map;
167 window->hvwc_map = NULL;
174 if (hvwc_map) {
176 unmap_region(hvwc_map, busaddr_start, len);
196 window->hvwc_map = map_mmio_region("HVWCM_Window", start, len);
201 if (!window->hvwc_map || !window->uwc_map) {

Completed in 122 milliseconds