Searched refs:AARCH64_BREAK_FAULT (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dinsn-def.h21 #define AARCH64_BREAK_FAULT (AARCH64_BREAK_MON | (FAULT_BRK_IMM << 5)) macro
H A Dinsn.h675 return AARCH64_BREAK_FAULT;
685 return AARCH64_BREAK_FAULT;
/linux-master/arch/arm64/lib/
H A Dinsn.c118 if (insn == AARCH64_BREAK_FAULT)
119 return AARCH64_BREAK_FAULT;
135 return AARCH64_BREAK_FAULT;
181 if (insn == AARCH64_BREAK_FAULT)
182 return AARCH64_BREAK_FAULT;
186 return AARCH64_BREAK_FAULT;
208 return AARCH64_BREAK_FAULT;
231 return AARCH64_BREAK_FAULT;
274 return AARCH64_BREAK_FAULT;
285 return AARCH64_BREAK_FAULT;
[all...]
/linux-master/arch/arm64/kvm/
H A Dva_layout.c114 u32 insn = AARCH64_BREAK_FAULT;
182 BUG_ON(insn == AARCH64_BREAK_FAULT);
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c206 *ptr++ = cpu_to_le32(AARCH64_BREAK_FAULT);
211 if (!aarch64_insn_set(dst, AARCH64_BREAK_FAULT, len))
1000 if (a64_insn != AARCH64_BREAK_FAULT) {
1010 if (a64_insn != AARCH64_BREAK_FAULT) {
1020 if (a64_insn != AARCH64_BREAK_FAULT) {
1171 if (a64_insn != AARCH64_BREAK_FAULT) {
1557 if (a64_insn == AARCH64_BREAK_FAULT)
2268 return *insn != AARCH64_BREAK_FAULT ? 0 : -EFAULT;
/linux-master/arch/arm64/kernel/
H A Dproton-pack.c1126 if (WARN_ON_ONCE(insn == AARCH64_BREAK_FAULT))

Completed in 131 milliseconds