Revision 056401ea target-ppc/cpu.h

b/target-ppc/cpu.h
651 651
    /* Those resources are used only in Qemu core */
652 652
    jmp_buf jmp_env;
653 653
    int user_mode_only; /* user mode only simulation */
654
    target_ulong hflags; /* hflags is a MSR & HFLAGS_MASK */
654
    target_ulong hflags;      /* hflags is a MSR & HFLAGS_MASK         */
655
    target_ulong hflags_nmsr; /* specific hflags, not comming from MSR */
655 656
    int mmu_idx;         /* precomputed MMU index to speed up mem accesses */
656 657

  
657 658
    /* Power management */
......
698 699
target_ulong do_load_dbatl (CPUPPCState *env, int nr);
699 700
void do_store_dbatu (CPUPPCState *env, int nr, target_ulong value);
700 701
void do_store_dbatl (CPUPPCState *env, int nr, target_ulong value);
702
void do_store_ibatu_601 (CPUPPCState *env, int nr, target_ulong value);
703
void do_store_ibatl_601 (CPUPPCState *env, int nr, target_ulong value);
701 704
target_ulong do_load_sdr1 (CPUPPCState *env);
702 705
void do_store_sdr1 (CPUPPCState *env, target_ulong value);
703 706
#if defined(TARGET_PPC64)

Also available in: Unified diff