Home
last modified time | relevance | path

Searched refs:DSISR_PROTFAULT (Results 1 – 3 of 3) sorted by relevance

/qemu/target/ppc/
H A Dmmu-hash64.c1051 ppc_hash64_set_dsi(cs, mmu_idx, 0, eaddr, DSISR_PROTFAULT); in ppc_hash64_xlate()
1055 DSISR_PROTFAULT | DSISR_ISSTORE); in ppc_hash64_xlate()
1170 dsisr |= DSISR_PROTFAULT; in ppc_hash64_xlate()
H A Dmmu-radix64.c265 DSISR_PROTFAULT; in ppc_radix64_check_prot()
H A Dcpu.h661 #define DSISR_PROTFAULT 0x08000000 macro
676 #define SRR1_PROTFAULT DSISR_PROTFAULT