Lines Matching refs:next
734 /* HMI exception handler called in virtual mode when irqs are next enabled. */
1161 struct opal_sg_list *next;
1163 next = kzalloc(PAGE_SIZE, GFP_KERNEL);
1164 if (!next)
1170 sg->next = cpu_to_be64(__pa(next));
1171 sg = next;
1191 uint64_t next = be64_to_cpu(sg->next);
1195 if (next)
1196 sg = __va(next);