Home | History | Annotate | Download | only in test

Lines Matching full:n_bytes

336     int n_bytes;
352 uint32_t n_bytes =
364 addr = mmap (NULL, n_bytes, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS,
369 printf ("mmap failed on %lld %u\n", (long long int)len, n_bytes);
381 ((info_t *)initial_page)->n_bytes = n_bytes;
388 munmap (addr, n_bytes);
404 munmap (info->addr, info->n_bytes);
424 make_random_bytes (int n_bytes)
426 uint8_t *bytes = fence_malloc (n_bytes);
431 prng_randmemset (bytes, n_bytes, 0);