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

/linux-master/arch/microblaze/kernel/
H A Dunwind.c57 * get_frame_size - Extract the stack adjustment from an
63 static inline long get_frame_size(unsigned long instr) function
99 frame_size = get_frame_size(instr);
137 long frame_size = get_frame_size(*prologue);
/linux-master/scripts/gcc-plugins/
H A Dstackleak_plugin.c262 return maybe_ge(get_frame_size(), track_frame_size);
264 return (get_frame_size() >= track_frame_size);
/linux-master/drivers/nfc/st21nfca/
H A Di2c.c250 static int get_frame_size(u8 *buf, int buflen) function
298 size = get_frame_size(skb->data, skb->len);

Completed in 287 milliseconds