Searched refs:STATIC_CALL_SITE_FLAGS (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dstatic_call_types.h26 #define STATIC_CALL_SITE_FLAGS 3UL macro
/linux-master/tools/include/linux/
H A Dstatic_call_types.h26 #define STATIC_CALL_SITE_FLAGS 3UL macro
/linux-master/kernel/
H A Dstatic_call_inline.c56 return (void *)(__static_call_key(site) & ~STATIC_CALL_SITE_FLAGS);
372 unsigned long addr = s_key & ~STATIC_CALL_SITE_FLAGS;
396 key |= s_key & STATIC_CALL_SITE_FLAGS;

Completed in 171 milliseconds