Searched refs:oc_conf (Results 1 – 1 of 1) sorted by relevance
71 static struct opalcore_config *oc_conf; variable89 return (oc_conf && oc_conf->opalcorebuf != NULL) ? 1 : 0; in is_opalcore_usable()129 if (pir == oc_conf->crashing_cpu) { in fill_prstatus()140 Elf64_Off *bufp = (Elf64_Off *)oc_conf->auxv_buf; in auxv_to_elf64_notes()153 oc_conf->auxv_buf, AUXV_DESC_SZ); in auxv_to_elf64_notes()169 if (pos >= oc_conf->opalcore_size) in read_opalcore()173 avail = oc_conf->opalcore_size - pos; in read_opalcore()181 if (tpos < oc_conf->opalcorebuf_sz) { in read_opalcore()182 tsz = min_t(size_t, oc_conf->opalcorebuf_sz - tpos, count); in read_opalcore()183 memcpy(to, oc_conf->opalcorebuf + tpos, tsz); in read_opalcore()[all …]