Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/lkdtm/
Dusercopy.c190 unsigned long user_alloc; in do_usercopy_heap_whitelist() local
211 user_alloc = vm_mmap(NULL, 0, PAGE_SIZE, in do_usercopy_heap_whitelist()
214 if (user_alloc >= TASK_SIZE) { in do_usercopy_heap_whitelist()
218 user_addr = (void __user *)user_alloc; in do_usercopy_heap_whitelist()
253 vm_munmap(user_alloc, PAGE_SIZE); in do_usercopy_heap_whitelist()