Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/kernel/
H A Dunwind.c63 static inline long get_frame_size(unsigned long instr) in get_frame_size() function
99 frame_size = get_frame_size(instr); in find_frame_creation()
137 long frame_size = get_frame_size(*prologue); in lookup_prev_stack_frame()
/openbmc/linux/scripts/gcc-plugins/
H A Dstackleak_plugin.c262 return maybe_ge(get_frame_size(), track_frame_size); in large_stack_frame()
264 return (get_frame_size() >= track_frame_size); in large_stack_frame()
/openbmc/linux/drivers/nfc/st21nfca/
H A Di2c.c250 static int get_frame_size(u8 *buf, int buflen) in get_frame_size() function
298 size = get_frame_size(skb->data, skb->len); in st21nfca_hci_i2c_repack()
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A DCVE-2023-4039.patch367 = maybe_ne (get_frame_size ()
584 + get_frame_size (),
1260 + get_frame_size (),
1635 - + get_frame_size (),
1640 + offset += get_frame_size ();
2515 offset += get_frame_size ();
2691 offset += get_frame_size ();
2878 + offset += get_frame_size ();
2889 - offset += get_frame_size ();
2895 + offset += get_frame_size ();
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c415 static uint64_t get_frame_size(int8_t ett) in get_frame_size() function
507 entry->len = get_frame_size(ett); in table_translate()