Searched refs:__ptr (Results 1 - 5 of 5) sorted by last modified time

/u-boot/common/
H A Ddlmalloc.c2307 enum mcheck_status mprobe(void *__ptr) { return mcheck_mprobe(__ptr); } argument
/u-boot/include/
H A Dmcheck.h49 enum mcheck_status mprobe(void *__ptr);
/u-boot/include/linux/
H A Dcompiler.h164 ({ unsigned long __ptr; \
165 __ptr = (unsigned long) (ptr); \
166 (typeof(ptr)) (__ptr + (off)); })
H A Dcompiler-gcc.h56 unsigned long __ptr; \
57 __asm__ ("" : "=r"(__ptr) : "0"(ptr)); \
58 (typeof(ptr)) (__ptr + (off)); \
H A Dcompiler-intel.h20 ({ unsigned long __ptr; \
21 __ptr = (unsigned long) (ptr); \
22 (typeof(ptr)) (__ptr + (off)); })

Completed in 67 milliseconds