Home
last modified time | relevance | path

Searched refs:DSISR_PRTABLE_FAULT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h325 #define DSISR_PRTABLE_FAULT 0x00020000 /* P9: Fault on process table */ macro
352 DSISR_PRTABLE_FAULT | \
368 DSISR_PRTABLE_FAULT)
/openbmc/qemu/target/ppc/
H A Dmmu-radix64.c182 if (cause & DSISR_PRTABLE_FAULT) { in ppc_radix64_raise_hsi()
460 fault_cause |= DSISR_PRTABLE_FAULT; in ppc_radix64_partition_scoped_xlate()
H A Dcpu.h665 #define DSISR_PRTABLE_FAULT 0x00020000 macro
H A Dexcp_helper.c1290 if ((env->spr[SPR_HDSISR] & DSISR_PRTABLE_FAULT) && in is_prefix_insn_excp()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c1379 flags |= DSISR_PRTABLE_FAULT; in kvmhv_translate_addr_nested()
1512 if (!(dsisr & DSISR_PRTABLE_FAULT)) in __kvmhv_nested_page_fault()
1561 if (dsisr & (DSISR_PRTABLE_FAULT | DSISR_BADACCESS)) { in __kvmhv_nested_page_fault()
H A Dbook3s_64_mmu_radix.c968 if (!(dsisr & DSISR_PRTABLE_FAULT)) in kvmppc_book3s_radix_page_fault()
979 if (dsisr & (DSISR_PRTABLE_FAULT | DSISR_BADACCESS | in kvmppc_book3s_radix_page_fault()