summaryrefslogtreecommitdiff
path: root/target-ppc/mmu-hash32.h
blob: 6bf8f92463de3ec5ae2953d2c28206b6512ac611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#if !defined (__MMU_HASH32_H__)
#define __MMU_HASH32_H__

#ifndef CONFIG_USER_ONLY

int pte32_is_valid(target_ulong pte0);
int find_pte32(CPUPPCState *env, mmu_ctx_t *ctx, int h,
               int rw, int type, int target_page_bits);

#endif /* CONFIG_USER_ONLY */

#endif /* __MMU_HASH32_H__ */