Searched refs:AARCH64_INSN_SIZE (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.1/arch/arm64/include/asm/ |
D | uprobes.h | 13 #define MAX_UINSN_BYTES AARCH64_INSN_SIZE 16 #define UPROBE_SWBP_INSN_SIZE AARCH64_INSN_SIZE
|
D | ftrace.h | 33 #define MCOUNT_INSN_SIZE AARCH64_INSN_SIZE 73 return addr + AARCH64_INSN_SIZE; in ftrace_call_adjust()
|
D | insn-def.h | 9 #define AARCH64_INSN_SIZE 4 macro
|
D | jump_label.h | 16 #define JUMP_LABEL_NOP_SIZE AARCH64_INSN_SIZE
|
D | debug-monitors.h | 35 #define BREAK_INSTR_SIZE AARCH64_INSN_SIZE
|
D | alternative-macros.h | 203 nops (662b-661b) / AARCH64_INSN_SIZE
|
D | kvm_asm.h | 36 #define KVM_VECTOR_PREAMBLE (2 * AARCH64_INSN_SIZE)
|
/Linux-v6.1/arch/arm64/kernel/ |
D | patching.c | 62 ret = copy_from_kernel_nofault(&val, addr, AARCH64_INSN_SIZE); in aarch64_insn_read() 78 ret = copy_to_kernel_nofault(waddr, &insn, AARCH64_INSN_SIZE); in __aarch64_insn_write() 103 (uintptr_t)tp + AARCH64_INSN_SIZE); in aarch64_insn_patch_text_nosync()
|
D | traps.c | 583 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); 602 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in ctr_read_handler() 610 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in cntvct_read_handler() 618 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in cntfrq_read_handler() 634 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in wfi_handler() 996 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in bug_handler() 1026 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in cfi_handler() 1087 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in kasan_handler()
|
D | entry-ftrace.S | 93 sub x0, x30, #AARCH64_INSN_SIZE // ip (callsite's BL insn) 169 sub \rd, \rn, #AARCH64_INSN_SIZE
|
D | ftrace.c | 200 unsigned long pc = rec->ip - AARCH64_INSN_SIZE; in ftrace_init_nop()
|
D | kgdb.c | 342 BUILD_BUG_ON(AARCH64_INSN_SIZE != BREAK_INSTR_SIZE); in kgdb_arch_set_breakpoint()
|
D | alternative.c | 167 nr_inst = alt->orig_len / AARCH64_INSN_SIZE; in __apply_alternatives()
|
D | cpufeature.c | 3433 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in do_emulate_mrs()
|
/Linux-v6.1/arch/arm64/kernel/probes/ |
D | uprobes.c | 42 else if (!IS_ALIGNED(addr, AARCH64_INSN_SIZE)) in arch_uprobe_analyze_insn()
|
/Linux-v6.1/arch/arm64/net/ |
D | bpf_jit_comp.c | 638 if ((ctx->idx + PLT_TARGET_OFFSET / AARCH64_INSN_SIZE) % 2) in build_plt() 643 emit(A64_LDR64LIT(tmp, 2 * AARCH64_INSN_SIZE), ctx); in build_plt() 735 offset = (long)&ex->fixup - (pc + AARCH64_INSN_SIZE); in add_exception_handler() 1601 ctx.offset[i] *= AARCH64_INSN_SIZE; in bpf_int_jit_compile() 1975 int max_insns = ((long)image_end - (long)image) / AARCH64_INSN_SIZE; in arch_prepare_bpf_trampoline() 2008 ret *= AARCH64_INSN_SIZE; in arch_prepare_bpf_trampoline() 2144 ip = image + POKE_OFFSET * AARCH64_INSN_SIZE; in bpf_arch_text_poke()
|