Lines Matching defs:comps
30 static unsigned long find_bootdata_space(struct ipl_rb_components *comps,
42 for_each_rb_entry(comp, comps)
60 if (intersects(safe_addr, size, (unsigned long)comps, comps->len)) {
61 safe_addr = (unsigned long)comps + comps->len;
64 for_each_rb_entry(comp, comps)
84 static void copy_components_bootdata(struct ipl_rb_components *comps)
89 for_each_rb_entry(comp, comps)
110 struct ipl_rb_components *comps;
137 comps = NULL;
148 comps = (struct ipl_rb_components *) rb_hdr;
161 if (!comps || !certs)
168 safe_addr = find_bootdata_space(comps, certs, safe_addr);
169 copy_components_bootdata(comps);