Searched refs:clobbered (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/arch/mips/net/ |
D | bpf_jit_comp.h | 83 u32 clobbered; /* Bit mask of modified CPU registers */ member 138 ctx->clobbered |= BIT(reg); in clobber_reg()
|
D | bpf_jit_comp32.c | 535 push_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_divmod_r64() 566 pop_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_divmod_r64() 721 push_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_atomic_r32() 784 pop_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_atomic_r32() 806 push_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_atomic_r64() 866 pop_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_atomic_r64() 878 push_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_cmpxchg_r32() 900 pop_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_cmpxchg_r32() 916 push_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_cmpxchg_r64() 935 pop_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, in emit_cmpxchg_r64() [all …]
|
D | bpf_jit_comp64.c | 451 push_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, 0, 0); in emit_call() 459 pop_regs(ctx, ctx->clobbered & JIT_CALLER_REGS, 0, 0); in emit_call() 580 saved = hweight32(ctx->clobbered & JIT_CALLEE_REGS) * sizeof(u64); in build_prologue() 599 push_regs(ctx, ctx->clobbered & JIT_CALLEE_REGS, 0, stack - saved); in build_prologue() 619 pop_regs(ctx, ctx->clobbered & JIT_CALLEE_REGS, 0, in build_epilogue()
|
/linux-6.1.9/arch/arm/include/debug/ |
D | sa1100.S | 25 @ We assume r1 can be clobbered.
|
/linux-6.1.9/arch/arm/kernel/ |
D | entry-v7m.S | 78 @ return. r4-r7 were not clobbered in v7m_exception_entry so for
|
/linux-6.1.9/Documentation/bpf/ |
D | linux-notes.rst | 38 * Registers R1-R5 are scratch registers that are clobbered by the
|
/linux-6.1.9/Documentation/devicetree/bindings/mtd/partitions/ |
D | partition.yaml | 41 not be clobbered.
|
/linux-6.1.9/Documentation/process/ |
D | magic-number.rst | 13 has been clobbered, or (b) you've passed the wrong structure to a
|
/linux-6.1.9/arch/arc/include/asm/ |
D | entry-arcv2.h | 85 ; _HARD saves r10 clobbered by _SOFT as scratch hence comes first
|
/linux-6.1.9/arch/arc/kernel/ |
D | entry.S | 182 ; clobbered them (since they are in scratch regs). The tracer could also
|
/linux-6.1.9/Documentation/virt/kvm/x86/ |
D | hypercalls.rst | 14 placed in rax. No other registers will be clobbered unless explicitly stated
|
/linux-6.1.9/tools/testing/selftests/sgx/ |
D | main.c | 262 #define ENCL_CALL(op, run, clobbered) \ argument 265 if ((clobbered)) \
|
/linux-6.1.9/arch/x86/crypto/ |
D | sha512-avx2-asm.S | 598 # save %rdi (CTX) before it gets clobbered
|
D | aesni-intel_avx-x86_64.S | 988 ## r10, r11, r12, rax are clobbered 1936 ## r10, r11, r12, rax are clobbered
|
D | aesni-intel_asm.S | 179 # all %xmm registers are clobbered
|
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 327 * SCBPTR will be clobbered during target
|