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

/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.h681 return AARCH64_BREAK_FAULT;
691 return AARCH64_BREAK_FAULT;
/linux-master/arch/arm64/kernel/
H A Dproton-pack.c1126 if (WARN_ON_ONCE(insn == AARCH64_BREAK_FAULT))
/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/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/net/
H A Dbpf_jit_comp.c210 *ptr++ = cpu_to_le32(AARCH64_BREAK_FAULT);
215 if (!aarch64_insn_set(dst, AARCH64_BREAK_FAULT, len))
1047 if (a64_insn != AARCH64_BREAK_FAULT) {
1057 if (a64_insn != AARCH64_BREAK_FAULT) {
1067 if (a64_insn != AARCH64_BREAK_FAULT) {
1218 if (a64_insn != AARCH64_BREAK_FAULT) {
1657 if (a64_insn == AARCH64_BREAK_FAULT)
2369 return *insn != AARCH64_BREAK_FAULT ? 0 : -EFAULT;

Completed in 207 milliseconds