Home
last modified time | relevance | path

Searched refs:EXC_ALI_INST_RST (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dtrap.h131 #define EXC_ALI_INST_RST(instr) ((instr >> 21) & 0x1f) macro
/freebsd/sys/powerpc/powerpc/
H A Dtrap.c866 reg = EXC_ALI_INST_RST(inst); in fix_unaligned()
908 reg = EXC_ALI_INST_RST(inst); in fix_unaligned()