Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpercpu-defs.h257 #define VERIFY_PERCPU_PTR(__p) \ macro
263 #define per_cpu_ptr(ptr, cpu) ({ (void)(cpu); VERIFY_PERCPU_PTR(ptr); })
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c44 #define VERIFY_PERCPU_PTR(__p) \ macro
50 #define per_cpu_ptr(ptr, cpu) ({ (void)(cpu); VERIFY_PERCPU_PTR(ptr); })