Home
last modified time | relevance | path

Searched refs:SPR_BOOKE_IVOR38 (Results 1 – 3 of 3) sorted by relevance

/qemu/target/ppc/
H A Dcpu.h1855 #define SPR_BOOKE_IVOR38 (0x1B0) macro
H A Dtranslate.c1016 } else if (sprn >= SPR_BOOKE_IVOR38 && sprn <= SPR_BOOKE_IVOR42) { in spr_write_excp_vector()
1017 sprn_offs = sprn - SPR_BOOKE_IVOR38 + 38; in spr_write_excp_vector()
H A Dcpu_init.c684 SPR_BOOKE_IVOR36, SPR_BOOKE_IVOR37, SPR_BOOKE_IVOR38, SPR_BOOKE_IVOR39, in register_BookE_sprs()