Searched refs:AARCH64_INSN_SIZE (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | uprobes.h | 13 #define MAX_UINSN_BYTES AARCH64_INSN_SIZE 16 #define UPROBE_SWBP_INSN_SIZE AARCH64_INSN_SIZE
|
A D | insn-def.h | 9 #define AARCH64_INSN_SIZE 4 macro
|
A D | jump_label.h | 16 #define JUMP_LABEL_NOP_SIZE AARCH64_INSN_SIZE
|
A D | ftrace.h | 33 #define MCOUNT_INSN_SIZE AARCH64_INSN_SIZE
|
A D | debug-monitors.h | 35 #define BREAK_INSTR_SIZE AARCH64_INSN_SIZE
|
A D | alternative-macros.h | 203 nops (662b-661b) / AARCH64_INSN_SIZE
|
A D | kvm_asm.h | 36 #define KVM_VECTOR_PREAMBLE (2 * AARCH64_INSN_SIZE)
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | ftrace.c | 92 return addr + AARCH64_INSN_SIZE; in ftrace_call_adjust() 126 addr += 2 * AARCH64_INSN_SIZE; in ftrace_call_adjust() 133 addr += AARCH64_INSN_SIZE; in ftrace_call_adjust() 141 addr += AARCH64_INSN_SIZE; in ftrace_call_adjust() 367 unsigned long pc = rec->ip - AARCH64_INSN_SIZE; in ftrace_init_nop()
|
A 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() 120 (uintptr_t)tp + AARCH64_INSN_SIZE); in aarch64_insn_patch_text_nosync()
|
A D | traps.c | 569 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in user_cache_maint_handler() 588 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in ctr_read_handler() 596 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in cntvct_read_handler() 604 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in cntfrq_read_handler() 620 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in wfi_handler() 980 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in bug_handler() 1010 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in cfi_handler() 1071 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in kasan_handler()
|
A D | entry-ftrace.S | 69 sub x0, x30, #AARCH64_INSN_SIZE // ip (callsite's BL insn) 166 sub \rd, \rn, #AARCH64_INSN_SIZE
|
A D | kgdb.c | 342 BUILD_BUG_ON(AARCH64_INSN_SIZE != BREAK_INSTR_SIZE); in kgdb_arch_set_breakpoint()
|
A D | alternative.c | 167 nr_inst = alt->orig_len / AARCH64_INSN_SIZE; in __apply_alternatives()
|
A D | cpufeature.c | 3551 arm64_skip_faulting_instruction(regs, AARCH64_INSN_SIZE); in do_emulate_mrs()
|
/linux-6.3-rc2/arch/arm64/kernel/probes/ |
A D | uprobes.c | 42 else if (!IS_ALIGNED(addr, AARCH64_INSN_SIZE)) in arch_uprobe_analyze_insn()
|
/linux-6.3-rc2/arch/arm64/net/ |
A 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() 1970 int max_insns = ((long)image_end - (long)image) / AARCH64_INSN_SIZE; in arch_prepare_bpf_trampoline() 2003 ret *= AARCH64_INSN_SIZE; in arch_prepare_bpf_trampoline() 2139 ip = image + POKE_OFFSET * AARCH64_INSN_SIZE; in bpf_arch_text_poke()
|
Completed in 25 milliseconds