mirror_qemu/target-ppc/mmu-hash32.h

13 lines
337 B
C
Raw Normal View History

#if !defined (__MMU_HASH32_H__)
#define __MMU_HASH32_H__
#ifndef CONFIG_USER_ONLY
int pte32_is_valid(target_ulong pte0);
int ppc_hash32_get_physical_address(CPUPPCState *env, mmu_ctx_t *ctx,
target_ulong eaddr, int rw, int access_type);
#endif /* CONFIG_USER_ONLY */
#endif /* __MMU_HASH32_H__ */