Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8430/
Dpoc.c102 struct nvmap_alloc_handle g_real_alloc = {0}; variable
142 g_real_alloc.align = 0x1000; in trigger_nvmap_alloc()
143 g_real_alloc.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC; in trigger_nvmap_alloc()
144 g_real_alloc.flags = NVMAP_HANDLE_ZEROED_PAGES; in trigger_nvmap_alloc()
145 g_real_alloc.handle = handle; in trigger_nvmap_alloc()
146 ioctl(g_nvmap_fd, NVMAP_IOC_ALLOC, &g_real_alloc); in trigger_nvmap_alloc()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8428/
Dpoc.c108 struct nvmap_alloc_handle g_real_alloc = {0}; variable
133 g_real_alloc.handle = handle; in trigger_nvmap_alloc()
134 ioctl(g_fd, NVMAP_IOC_ALLOC, &g_real_alloc); in trigger_nvmap_alloc()
160 g_real_alloc.align = 0x40; in prepare_data()
161 g_real_alloc.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC; in prepare_data()
162 g_real_alloc.flags = NVMAP_HANDLE_ZEROED_PAGES; in prepare_data()