Home
last modified time | relevance | path

Searched refs:eret (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/sys/contrib/octeon-sdk/
Dcvmx-interrupt-handler.S156 eret
194 eret // Return from the Icache exception
/freebsd-10-stable/sys/mips/mips/
Dexception.S164 eret #1f: retUrn from exception
409 eret
575 eret
667 eret
842 eret
937 eret
942 eret
1073 eret # return from exception
1257 eret
Dswtch.S162 mtc0 k0, MIPS_COP_0_STATUS # switch to user mode (when eret...)
165 eret
/freebsd-10-stable/crypto/heimdal/lib/gssapi/spnego/
Daccept_sec_context.c439 int eret; in acceptor_complete() local
444 &ctx->initiator_mech_types, &buf_len, eret); in acceptor_complete()
445 if (eret) { in acceptor_complete()
446 *minor_status = eret; in acceptor_complete()
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsInstrInfo.td987 def ERET : ER_FT<"eret">, ER_FM<0x18>;
/freebsd-10-stable/contrib/binutils/opcodes/
DChangeLog-00011459 Support wait, deret, eret, movn, pref for MIPS32.
DChangeLog-9297437 * mips-opc.c: Fix typo/thinko in "eret" instruction.
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td4502 def ERET : A64I_BregImpl<0b0100, (outs), (ins), "eret", []> {