Searched refs:mips_hi16_list (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/mips/kernel/
H A Dvpe.c224 static struct mips_hi16 *mips_hi16_list; variable in typeref:struct:mips_hi16
326 n->next = mips_hi16_list;
327 mips_hi16_list = n;
342 if (mips_hi16_list != NULL) {
344 l = mips_hi16_list;
380 mips_hi16_list = NULL;
398 mips_hi16_list = NULL;

Completed in 265 milliseconds