HomeSort by relevance Sort by last modified time
    Searched defs:heap_mask (Results 1 - 9 of 9) sorted by null

  /device/linaro/hikey/gralloc960/
alloc_ion.cpp 84 static ion_user_handle_t alloc_from_ion_heap(int ion_fd, size_t size, unsigned int heap_mask,
90 if ((ion_fd < 0) || (size <= 0) || (heap_mask == 0) || (min_pgsz == NULL))
93 ret = ion_alloc(ion_fd, size, 0, heap_mask, flags, &ion_hnd);
97 if (heap_mask == ION_HEAP_SECURE_MASK)
106 heap_mask = ION_HEAP_SYSTEM_MASK;
107 ret = ion_alloc(ion_fd, size, 0, heap_mask, flags, &ion_hnd);
113 switch (heap_mask)
200 unsigned int heap_mask; local
205 heap_mask = ION_HEAP_SECURE_MASK;
214 heap_mask = ION_HEAP_TYPE_COMPOUND_PAGE_MASK
268 unsigned int heap_mask, priv_heap_flag = 0; local
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/linux/
ion.h 47 unsigned int heap_mask; member in struct:ion_allocation_data
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
ion.h 92 unsigned int heap_mask; member in struct:ion_allocation_data
  /system/core/libion/
ion_test.c 37 int heap_mask = 1; variable
49 ret = ion_alloc(*fd, len, align, heap_mask, alloc_flags, handle);
223 {"heap_mask", required_argument, 0, 'h'},
259 heap_mask = atol(optarg);
272 printf("test %d, len %zu, align %zu, map_flags %d, prot %d, heap_mask %d,"
274 heap_mask, alloc_flags);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8429/
poc.c 75 __u32 heap_mask; /* heaps to allocate from */ member in struct:nvmap_alloc_handle
117 alloc.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8430/
poc.c 62 __u32 heap_mask; /* heaps to allocate from */ member in struct:nvmap_alloc_handle
143 g_real_alloc.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8460/
poc.c 60 __u32 heap_mask; /* heaps to allocate from */ member in struct:nvmap_alloc_handle
134 alloc.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8428/
poc.c 55 __u32 heap_mask; /* heaps to allocate from */ member in struct:nvmap_alloc_handle
161 g_real_alloc.heap_mask = NVMAP_HEAP_CARVEOUT_GENERIC;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8482/
poc.c 63 __u32 heap_mask; /* heaps to allocate from */ member in struct:nvmap_alloc_handle
141 .heap_mask = 0xFFFFFFFF

Completed in 1274 milliseconds