Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dstdlib.h19 char user_p[] __attribute__((__aligned__)); member
77 heap = container_of(ptr, struct nolibc_heap, user_p); in free()
144 return heap->user_p; in malloc()
174 heap = container_of(old_ptr, struct nolibc_heap, user_p); in realloc()
188 memcpy(ret, heap->user_p, user_p_len); in realloc()
/openbmc/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2028 5 get_user(user_v, user_p);
2038 3 get_user(user_v, user_p); // BUG: POSSIBLE PAGE FAULT!!!