Lines Matching defs:fill
23 /* Location and size tracking to validate fill and test are colocated. */
118 pr_err(#name ": leaf fill was not 0xFF!?\n"); \
127 /* Validate that compiler lined up fill and target. */ \
130 pr_err(#name ": stack fill missed target!?\n"); \
131 pr_err(#name ": fill %zu wide\n", fill_size); \
163 bool fill, \
177 if (fill) { \
279 static int noinline __leaf_switch_none(int path, bool fill)
287 if (fill) {
298 if (fill) {
313 static noinline __init int leaf_switch_1_none(unsigned long sp, bool fill,
316 return __leaf_switch_none(1, fill);
319 static noinline __init int leaf_switch_2_none(unsigned long sp, bool fill,
322 return __leaf_switch_none(2, fill);