Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dinsn-def.h21 #define AARCH64_BREAK_FAULT (AARCH64_BREAK_MON | (FAULT_BRK_IMM << 5)) macro
/linux/arch/arm64/kvm/
H A Dva_layout.c137 u32 insn = AARCH64_BREAK_FAULT; in compute_instruction()
205 BUG_ON(insn == AARCH64_BREAK_FAULT); in kvm_update_va_mask()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c269 *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()