Lines Matching defs:next
734 /* HMI exception handler called in virtual mode when irqs are next enabled. */
1159 struct opal_sg_list *next;
1161 next = kzalloc(PAGE_SIZE, GFP_KERNEL);
1162 if (!next)
1168 sg->next = cpu_to_be64(__pa(next));
1169 sg = next;
1189 uint64_t next = be64_to_cpu(sg->next);
1193 if (next)
1194 sg = __va(next);