Revision 5b5aba4f target-ppc/cpu.h

b/target-ppc/cpu.h
677 677
typedef struct mmu_ctx_t mmu_ctx_t;
678 678
struct mmu_ctx_t {
679 679
    target_phys_addr_t raddr;      /* Real address              */
680
    target_phys_addr_t eaddr;      /* Effective address         */
680 681
    int prot;                      /* Protection bits           */
681 682
    target_phys_addr_t pg_addr[2]; /* PTE tables base addresses */
682 683
    target_ulong ptem;             /* Virtual segment ID | API  */

Also available in: Unified diff