Searched refs:bp (Results 1 – 11 of 11) sorted by relevance
/tools/spi/ |
D | spidev_fdx.c | 20 unsigned char buf[32], *bp; in do_read() local 43 bp = buf + 2; in do_read() 45 printf(" %02x", *bp++); in do_read() 52 unsigned char buf[32], *bp; in do_msg() local 75 for (bp = buf; len; len--) in do_msg() 76 printf(" %02x", *bp++); in do_msg()
|
/tools/testing/selftests/x86/ |
D | check_initial_reg_state.c | 11 unsigned long ax, bx, cx, dx, si, di, bp, sp, flags; variable 63 if (ax || bx || cx || dx || si || di || bp in main() 76 SHOW(bp); in main()
|
D | ptrace_syscall.c | 58 register unsigned long bp asm("bp") = args->arg5; in do_full_int80() 62 "+S" (args->arg3), "+D" (args->arg4), "+r" (bp) in do_full_int80() 64 args->arg5 = bp; in do_full_int80()
|
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 60 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf) 69 self.bp = bp
|
/tools/objtool/ |
D | orc_gen.c | 19 struct cfi_reg *bp = &cfi->regs[CFI_BP]; in init_orc_entry() local 86 switch (bp->base) { in init_orc_entry() 97 WARN_INSN(insn, "unknown BP base reg %d", bp->base); in init_orc_entry() 102 orc->bp_offset = bp->offset; in init_orc_entry()
|
/tools/perf/arch/x86/tests/ |
D | Build | 11 perf-$(CONFIG_X86_64) += bp-modify.o
|
/tools/perf/arch/x86/util/ |
D | perf_regs.c | 88 SDT_NAME_REG(ebp, bp), 89 SDT_NAME_REG(rbp, bp), 90 SDT_NAME_REG(bpl, bp),
|
/tools/arch/x86/include/asm/ |
D | asm.h | 48 #define _ASM_BP __ASM_REG(bp)
|
/tools/arch/powerpc/include/uapi/asm/ |
D | kvm.h | 314 } bp[16]; member
|
/tools/perf/Documentation/ |
D | security.txt | 22 # rpmbuild -bp selinux-policy.spec
|
/tools/lib/bpf/ |
D | bpf_tracing.h | 105 #define __PT_FP_REG bp
|