Searched refs:xcr (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/arch/m88k/m88k/ |
| D | eh_common.S | 307 xcr FLAGS, FLAGS, SR1 ; \ 331 xcr FLAGS, FLAGS, SR1 ; \ 679 xcr FLAGS, FLAGS, SR1 /* replace SR1, FLAGS */ 712 xcr FLAGS, FLAGS, SR1 /* replace SR1, FLAGS */ 879 xcr %r1, %r1, SR2 932 xcr %r30, %r30, SR3 /* r30 = old exception frame */ 948 xcr %r30, %r30, SR3 /* restore r30 */ 965 xcr %r30, %r30, SR3 /* restore r30 */ 1356 xcr FLAGS, FLAGS, SR1 1360 xcr TMP, %r31, SR3 /* TMP now restored. R31 now saved in SR3 */ [all …]
|
| /openbsd/src/sys/kern/ |
| D | kern_prot.c | 1010 crfromxucred(struct ucred *cr, const struct xucred *xcr) in crfromxucred() argument 1012 if (xcr->cr_ngroups < 0 || xcr->cr_ngroups > NGROUPS_MAX) in crfromxucred() 1015 cr->cr_uid = xcr->cr_uid; in crfromxucred() 1016 cr->cr_gid = xcr->cr_gid; in crfromxucred() 1017 cr->cr_ngroups = xcr->cr_ngroups; in crfromxucred() 1018 memcpy(cr->cr_groups, xcr->cr_groups, in crfromxucred() 1019 sizeof(cr->cr_groups[0]) * xcr->cr_ngroups); in crfromxucred()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | ChangeLog-9295 | 10673 * m88k-opcode.h : fixed tiny tiny mistake - xcr was incorrectly
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-9295 | 10673 * m88k-opcode.h : fixed tiny tiny mistake - xcr was incorrectly
|