Searched refs:DSISR_PROTFAULT (Results 1 – 6 of 6) sorted by relevance
384 if (error_code & DSISR_PROTFAULT) in do_page_fault()470 if (is_exec && (error_code & DSISR_PROTFAULT)) in do_page_fault()
793 return status | DSISR_PROTFAULT; in kvmppc_hpte_hv_fault()796 return status | DSISR_PROTFAULT; in kvmppc_hpte_hv_fault()
245 dsisr |= DSISR_PROTFAULT; in kvmppc_core_emulate_op()
332 vcpu->arch.shared->dsisr |= DSISR_PROTFAULT; in kvmppc_handle_pagefault()
1118 andis. r0, r6, (DSISR_NOHPTE | DSISR_PROTFAULT)@h
215 #define DSISR_PROTFAULT 0x08000000 /* protection fault */ macro