Searched refs:auxv_size (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
H A Dprctl.h146 __u32 auxv_size; /* vector size */ member in struct:prctl_mm_map
/linux-4.1.27/kernel/
H A Dsys.c1797 if (prctl_map->auxv_size) { validate_prctl_map()
1798 if (!prctl_map->auxv || prctl_map->auxv_size > sizeof(mm->saved_auxv)) validate_prctl_map()
1845 if (prctl_map.auxv_size) { prctl_set_mm_map()
1849 prctl_map.auxv_size)) prctl_set_mm_map()
1897 if (prctl_map.auxv_size) prctl_set_mm_map()

Completed in 83 milliseconds