]> git.proxmox.com Git - qemu.git/blob - target-ppc/mmu-hash32.h
target-ppc: Disentangle pte_check()
[qemu.git] / target-ppc / mmu-hash32.h
1 #if !defined (__MMU_HASH32_H__)
2 #define __MMU_HASH32_H__
3
4 #ifndef CONFIG_USER_ONLY
5
6 int pte32_is_valid(target_ulong pte0);
7 int pte_check_hash32(mmu_ctx_t *ctx, target_ulong pte0,
8 target_ulong pte1, int h, int rw, int type);
9
10 #endif /* CONFIG_USER_ONLY */
11
12 #endif /* __MMU_HASH32_H__ */