Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_memcat_p.c56 out = memcat_p(in0, in1); in test_memcat_p_init()
H A DMakefile36 nmi_backtrace.o win_minmax.o memcat_p.o \
H A DKconfig.debug2845 tristate "Test memcat_p() helper function"
2847 Test the memcat_p() helper for correctly merging two
/openbmc/linux/include/linux/
H A Dstring.h180 #define memcat_p(a, b) ({ \ macro
/openbmc/linux/drivers/hwtracing/stm/
H A Dpolicy.c211 merged = memcat_p(stp_policy_node_attrs, attrs); in get_policy_node_type()