HomeSort by: relevance | last modified time | path
    Searched defs:RFI (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/powerpc/powerpc/
trap_subr.S 65 #define RFI rfid
67 #define RFI rfi
330 RFI /* return to trapped code */
408 RFI /* return to trapped code */
524 RFI
583 RFI
639 RFI
1012 RFI
1235 RFI
    [all...]
  /src/sys/arch/powerpc/oea/
oea_machdep.c 317 #define RFI 0x4c000064
390 *ip = RFI;
395 * Now replace each rfid instruction with a rfi instruction.
405 *ip = RFI;
911 *ip = RFI;
  /src/sys/arch/hppa/hppa/
db_disasm.c 619 #define RFI 0x00, 0x60, 19, 8 /* RETURN FROM INTERRUPTION */
620 #define RFIR 0x00, 0x65, 19, 8 /* RFI & RESTORE SHADOW REGISTERS */
1098 { RFI, 0, "rfi", 0 },

Completed in 16 milliseconds