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

  /src/sys/arch/powerpc/powerpc/
trap_subr.S 66 #define RFI rfid
68 #define RFI rfi
340 RFI /* return to trapped code */
418 RFI /* return to trapped code */
534 RFI
593 RFI
649 RFI
1023 RFI
1247 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 19 milliseconds