OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_real_alloc
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/security/securityPatch/CVE-2016-8428/
poc.c
108
struct nvmap_alloc_handle
g_real_alloc
= {0};
variable in typeref:struct:nvmap_alloc_handle
133
g_real_alloc
.handle = handle;
134
ioctl(g_fd, NVMAP_IOC_ALLOC, &
g_real_alloc
);
160
g_real_alloc
.align = 0x40;
161
g_real_alloc
.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC;
162
g_real_alloc
.flags = NVMAP_HANDLE_ZEROED_PAGES;
/cts/hostsidetests/security/securityPatch/CVE-2016-8430/
poc.c
102
struct nvmap_alloc_handle
g_real_alloc
= {0};
variable in typeref:struct:nvmap_alloc_handle
142
g_real_alloc
.align = 0x1000;
143
g_real_alloc
.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC;
144
g_real_alloc
.flags = NVMAP_HANDLE_ZEROED_PAGES;
145
g_real_alloc
.handle = handle;
146
ioctl(g_nvmap_fd, NVMAP_IOC_ALLOC, &
g_real_alloc
);
Completed in 193 milliseconds