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

/linux-master/arch/mips/boot/
H A Decoff.h48 int32_t cprmask[4]; /* co-processor register masks */ member in struct:aouthdr
H A Delf2ecoff.c244 a->cprmask[0] = swab32(a->cprmask[0]);
245 a->cprmask[1] = swab32(a->cprmask[1]);
246 a->cprmask[2] = swab32(a->cprmask[2]);
247 a->cprmask[3] = swab32(a->cprmask[3]);
430 memset(&eah.cprmask, '\0', sizeof eah.cprmask);
[all...]

Completed in 214 milliseconds