Searched refs:AARCH64_BREAK_FAULT (Results 1 – 3 of 3) sorted by relevance
21 #define AARCH64_BREAK_FAULT (AARCH64_BREAK_MON | (FAULT_BRK_IMM << 5)) macro
137 u32 insn = AARCH64_BREAK_FAULT; in compute_instruction()205 BUG_ON(insn == AARCH64_BREAK_FAULT); in kvm_update_va_mask()
269 *ptr++ = cpu_to_le32(AARCH64_BREAK_FAULT); in jit_fill_hole()274 if (!aarch64_insn_set(dst, AARCH64_BREAK_FAULT, len)) in bpf_arch_text_invalidate()1388 if (a64_insn != AARCH64_BREAK_FAULT) { in build_insn()1398 if (a64_insn != AARCH64_BREAK_FAULT) { in build_insn()1408 if (a64_insn != AARCH64_BREAK_FAULT) { in build_insn()1563 if (a64_insn != AARCH64_BREAK_FAULT) { in build_insn()1949 if (a64_insn == AARCH64_BREAK_FAULT) in validate_code()2879 return *insn != AARCH64_BREAK_FAULT ? 0 : -EFAULT; in gen_branch_or_nop()