Home
last modified time | relevance | path

Searched refs:xcr (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/arch/m88k/m88k/
Deh_common.S307 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/
Dkern_prot.c1010 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/
DChangeLog-929510673 * m88k-opcode.h : fixed tiny tiny mistake - xcr was incorrectly
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-929510673 * m88k-opcode.h : fixed tiny tiny mistake - xcr was incorrectly