Searched refs:winid (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | vas-window.c | 32 int winid; in vas_win_paste_addr() local 37 winid = window->vas_win.winid; in vas_win_paste_addr() 79 txwin->vas_win.winid); in map_paste_region() 508 ida_free(ida, winid); in vas_release_window_id() 520 return winid; in vas_assign_window_id() 526 int winid = window->vas_win.winid; in vas_window_free() local 539 int winid; in vas_window_alloc() local 543 if (winid < 0) in vas_window_alloc() 551 window->vas_win.winid = winid; in vas_window_alloc() 585 int vasid, winid; in get_user_rxwin() local [all …]
|
H A D | vas-trace.h | 92 __field(int, winid) 99 __entry->winid = win->vas_win.winid; 104 __entry->pid, __entry->vasid, __entry->winid,
|
H A D | vas.h | 446 win->tx_win ? "Tx" : "Rx", win->vas_win.winid, in vas_log_write() 488 static inline u32 encode_pswid(int vasid, int winid) in encode_pswid() argument 490 return ((u32)winid | (vasid << (31 - 7))); in encode_pswid() 493 static inline void decode_pswid(u32 pswid, int *vasid, int *winid) in decode_pswid() argument 498 if (winid) in decode_pswid() 499 *winid = pswid & 0xFFFF; in decode_pswid()
|
H A D | vas-fault.c | 241 vinst->fault_win->vas_win.winid, attr.lnotify_lpid, in vas_setup_fault_window()
|
H A D | vas-debug.c | 130 snprintf(window->vas_win.dbgname, 16, "w%d", window->vas_win.winid); in vas_window_init_dbgdir()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | vas.c | 72 win->vas_win.winid = retbuf[0]; in h_allocate_vas_window() 88 static int h_deallocate_vas_window(u64 winid) in h_deallocate_vas_window() argument 102 rc, winid); in h_deallocate_vas_window() 121 win->vas_win.winid, win->pid, 0, in h_modify_vas_window() 131 rc, win->vas_win.winid, win->pid); in h_modify_vas_window() 173 static int h_get_nx_fault(u32 winid, u64 buffer) in h_get_nx_fault() argument 183 rc, winid, buffer); in h_get_nx_fault() 263 txwin->vas_win.winid); in allocate_setup_window() 287 h_deallocate_vas_window(txwin->vas_win.winid); in allocate_setup_window() 505 vwin->winid, win->win_type); in vas_deallocate_window() [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | exynos-fb.txt | 37 samsung,winid: Window number on which data is to be displayed 96 samsung,winid = <3>;
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | vas.h | 81 u32 winid; member
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | exynos5420-smdk5420.dts | 74 samsung,winid = <3>;
|
H A D | exynos4210-universal_c210.dts | 60 samsung,winid = <0>;
|
H A D | exynos4210-trats.dts | 51 samsung,winid = <3>;
|
H A D | exynos5800-peach-pi.dts | 162 samsung,winid = <3>;
|
H A D | exynos5250-smdk5250.dts | 125 samsung,winid = <3>;
|
H A D | exynos5420-peach-pit.dts | 301 samsung,winid = <3>;
|
H A D | exynos5250-snow.dts | 367 samsung,winid = <0>;
|
H A D | exynos4412-trats2.dts | 70 samsung,winid = <0>;
|
H A D | exynos5250-spring.dts | 192 samsung,winid = <0>;
|