Home
last modified time | relevance | path

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

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