Home
last modified time | relevance | path

Searched refs:is_constant (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dcompiler.h16 int expect, int is_constant);
22 #define __branch_check__(x, expect, is_constant) ({ \ argument
34 expect, is_constant); \
/openbmc/linux/kernel/trace/
H A Dtrace_branch.c206 int expect, int is_constant) in ftrace_likely_update() argument
211 if (is_constant) { in ftrace_likely_update()
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A DCVE-2023-4039.patch526 - if (frame.frame_size.is_constant (&const_size)
531 + else if (frame.frame_size.is_constant (&const_size)
622 && frame.saved_regs_size.is_constant (&const_saved_regs_size)
636 && frame.hard_fp_offset.is_constant (&const_fp_offset)
664 else if (frame.hard_fp_offset.is_constant (&const_fp_offset)
1277 else if (frame.frame_size.is_constant (&const_size)
1288 - && frame.hard_fp_offset.is_constant (&const_fp_offset)
1290 + && frame.bytes_above_hard_fp.is_constant (&const_above_fp)
1304 - else if (frame.hard_fp_offset.is_constant (&const_fp_offset)
2700 else if (frame.frame_size.is_constant (&const_size)
[all …]