Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
DSDL_os2fslib.c353ptl.x = ppts->x; ptl.y = ppts->y; …
354 …WinMapWindowPoints(pVideo->hidden->hwndClient, HWND_DESKTOP, &ptl, 1); …
355 …WinSetPointerPos(HWND_DESKTOP, ptl.x, ptl.y); …
737 POINTL ptl; in WndProc() local
740 ptl.x = 0; ptl.y = 0; in WndProc()
741 WinMapWindowPoints(pVideo->hidden->hwndClient, HWND_DESKTOP, &ptl, 1); in WndProc()
744 ptl.x + swpClient.cx/2, in WndProc()
745 ptl.y + swpClient.cy/2); in WndProc()
789 POINTL ptl; in WndProc() local
792 ptl.x = 0; ptl.y = 0; in WndProc()
[all …]
/external/kernel-headers/original/linux/
Dmm.h249 spinlock_t ptl; member
805 extern pte_t *FASTCALL(get_locked_pte(struct mm_struct *mm, unsigned long addr, spinlock_t **ptl));
837 #define __pte_lockptr(page) &((page)->ptl)
861 #define pte_unmap_unlock(pte, ptl) do { \ argument
862 spin_unlock(ptl); \