Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8428/
Dpoc.c109 struct nvmap_cache_op_list g_op_list = {0}; variable
164 g_op_list.handles = (__u64)(&g_handles_for_alloc[0]); in prepare_data()
165 g_op_list.offsets = (__u64)calloc(1, MAX_HANDLE_NUM * 4); in prepare_data()
166 g_op_list.sizes = (__u64)malloc(MAX_HANDLE_NUM * 4); in prepare_data()
168 ((int*)(g_op_list.sizes))[i] = 0xFFFF0000; in prepare_data()
170 g_op_list.nr = MAX_HANDLE_NUM; in prepare_data()
171 g_op_list.op = NVMAP_PAGES_RESERVE; in prepare_data()
186 ioctl(g_fd, NVMAP_IOC_RESERVE, &g_op_list); in trigger_rw_handle()