Statistics
| Branch: | Revision:

root / target-ppc / mmu-hash64.h @ 10b46525

History | View | Annotate | Download (389 Bytes)

1
#if !defined (__MMU_HASH64_H__)
2
#define __MMU_HASH64_H__
3

    
4
#ifndef CONFIG_USER_ONLY
5

    
6
#ifdef TARGET_PPC64
7
ppc_slb_t *slb_lookup(CPUPPCState *env, target_ulong eaddr);
8
void dump_slb(FILE *f, fprintf_function cpu_fprintf, CPUPPCState *env);
9
int ppc_store_slb (CPUPPCState *env, target_ulong rb, target_ulong rs);
10
#endif
11

    
12
#endif /* CONFIG_USER_ONLY */
13

    
14
#endif /* !defined (__MMU_HASH64_H__) */