Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-1906/
Dpoc.c104 user_mem.hostptr = addr; in gpu_map_user_mem()
144 void *hostptr = mmap((void *)start, 2 * PAGE_SIZE, PROT_READ | PROT_WRITE, in trigger() local
146 mprotect((void *)((uintptr_t)hostptr + PAGE_SIZE), PAGE_SIZE, PROT_NONE); in trigger()
148 gpu_map_user_mem(fd, (uintptr_t)hostptr, end - start, 0, in trigger()
150 munmap(hostptr, 2 * PAGE_SIZE); in trigger()
Dmsm_kgsl.h43 unsigned long hostptr; member