Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/lkdtm/
Dusercopy.c201 unsigned long user_alloc; in do_usercopy_heap_whitelist() local
222 user_alloc = vm_mmap(NULL, 0, PAGE_SIZE, in do_usercopy_heap_whitelist()
225 if (user_alloc >= TASK_SIZE) { in do_usercopy_heap_whitelist()
229 user_addr = (void __user *)user_alloc; in do_usercopy_heap_whitelist()
264 vm_munmap(user_alloc, PAGE_SIZE); in do_usercopy_heap_whitelist()