Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 11 of 11) sorted by relevance

/tools/spi/
Dspidev_fdx.c20 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/
Dcheck_initial_reg_state.c11 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()
Dptrace_syscall.c58 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/
DEventClass.py60 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
69 self.bp = bp
/tools/objtool/
Dorc_gen.c19 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/
DBuild11 perf-$(CONFIG_X86_64) += bp-modify.o
/tools/perf/arch/x86/util/
Dperf_regs.c88 SDT_NAME_REG(ebp, bp),
89 SDT_NAME_REG(rbp, bp),
90 SDT_NAME_REG(bpl, bp),
/tools/arch/x86/include/asm/
Dasm.h48 #define _ASM_BP __ASM_REG(bp)
/tools/arch/powerpc/include/uapi/asm/
Dkvm.h314 } bp[16]; member
/tools/perf/Documentation/
Dsecurity.txt22 # rpmbuild -bp selinux-policy.spec
/tools/lib/bpf/
Dbpf_tracing.h105 #define __PT_FP_REG bp