mmu-hash32.h (1b4d1cb31a886418635e288f89b2da24fd091c55) mmu-hash32.h (51806b545834e0902dd2d17d1f66c7a2d83422f3)
1#ifndef MMU_HASH32_H
2#define MMU_HASH32_H
3
4#ifndef CONFIG_USER_ONLY
5
6hwaddr get_pteg_offset32(PowerPCCPU *cpu, hwaddr hash);
1#ifndef MMU_HASH32_H
2#define MMU_HASH32_H
3
4#ifndef CONFIG_USER_ONLY
5
6hwaddr get_pteg_offset32(PowerPCCPU *cpu, hwaddr hash);
7hwaddr ppc_hash32_get_phys_page_debug(PowerPCCPU *cpu, target_ulong addr);
8int ppc_hash32_handle_mmu_fault(PowerPCCPU *cpu, vaddr address,
9 MMUAccessType access_type, int mmu_idx);
7bool ppc_hash32_xlate(PowerPCCPU *cpu, vaddr eaddr, MMUAccessType access_type,
8 hwaddr *raddrp, int *psizep, int *protp,
9 bool guest_visible);
10
11/*
12 * Segment register definitions
13 */
14
15#define SR32_T 0x80000000
16#define SR32_KS 0x40000000
17#define SR32_KP 0x20000000

--- 101 unchanged lines hidden ---
10
11/*
12 * Segment register definitions
13 */
14
15#define SR32_T 0x80000000
16#define SR32_KS 0x40000000
17#define SR32_KP 0x20000000

--- 101 unchanged lines hidden ---