Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.
357 void *hvwc_map; /* HV window context */ member
473 regptr = win->hvwc_map + reg; in write_hvwc_reg()
482 return in_be64(win->hvwc_map+reg); in read_hvwc_reg()
H A Dvas-debug.c36 if (!window->hvwc_map) in info_show()
63 if (!window->hvwc_map) in hvwc_show()
H A Dvas-window.c160 void *hvwc_map; in unmap_winctx_mmio_bars() local
165 hvwc_map = window->hvwc_map; in unmap_winctx_mmio_bars()
166 window->hvwc_map = NULL; in unmap_winctx_mmio_bars()
173 if (hvwc_map) { in unmap_winctx_mmio_bars()
175 unmap_region(hvwc_map, busaddr_start, len); in unmap_winctx_mmio_bars()
195 window->hvwc_map = map_mmio_region("HVWCM_Window", start, len); in map_winctx_mmio_bars()
200 if (!window->hvwc_map || !window->uwc_map) { in map_winctx_mmio_bars()
/kernel/linux/linux-6.6/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
466 regptr = win->hvwc_map + reg; in write_hvwc_reg()
475 return in_be64(win->hvwc_map+reg); in read_hvwc_reg()
H A Dvas-debug.c37 if (!window->hvwc_map) in info_show()
64 if (!window->hvwc_map) in hvwc_show()
H A Dvas-window.c161 void *hvwc_map; in unmap_winctx_mmio_bars() local
166 hvwc_map = window->hvwc_map; in unmap_winctx_mmio_bars()
167 window->hvwc_map = NULL; in unmap_winctx_mmio_bars()
174 if (hvwc_map) { in unmap_winctx_mmio_bars()
176 unmap_region(hvwc_map, busaddr_start, len); in unmap_winctx_mmio_bars()
196 window->hvwc_map = map_mmio_region("HVWCM_Window", start, len); in map_winctx_mmio_bars()
201 if (!window->hvwc_map || !window->uwc_map) { in map_winctx_mmio_bars()

Completed in 7 milliseconds