Home
last modified time | relevance | path

Searched refs:PT_REGS_IP (Results 1 – 14 of 14) sorted by relevance

/linux/arch/um/include/asm/
H A Dptrace-generic.h21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro
28 #define instruction_pointer(regs) PT_REGS_IP(regs)
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_perf_skip.c12 return ip != PT_REGS_IP(&data->regs); in handler()
H A Dbpf_iter_tasks.c86 ptr = (void *)PT_REGS_IP(regs); in dump_task_sleepable()
H A Drcu_read_lock.c236 ptr = (void *)PT_REGS_IP(regs); in inproper_sleepable_helper()
/linux/arch/um/kernel/
H A Dexec.c33 PT_REGS_IP(regs) = eip; in start_thread()
/linux/samples/bpf/
H A Dsampleip_kern.c28 ip = PT_REGS_IP(&ctx->regs); in do_sample()
H A Dspintest.bpf.c39 long v = PT_REGS_IP(ctx), *val; \
H A Dtrace_event_kern.c58 PT_REGS_IP(&ctx->regs)); in bpf_prog1()
/linux/arch/x86/um/
H A Dsysrq_32.c18 0xffff & PT_REGS_CS(regs), PT_REGS_IP(regs), in show_regs()
H A Dsysrq_64.c23 (void *)PT_REGS_IP(regs)); in show_regs()
H A Dsignal.c277 PT_REGS_IP(regs) = (unsigned long) ksig->ka.sa.sa_handler; in setup_signal_stack_sc()
332 PT_REGS_IP(regs) = (unsigned long) ksig->ka.sa.sa_handler; in setup_signal_stack_si()
441 PT_REGS_IP(regs) = (unsigned long) ksig->ka.sa.sa_handler; in setup_signal_stack_si()
/linux/arch/x86/um/asm/
H A Delf.h64 pr_reg[12] = PT_REGS_IP(regs); \
/linux/tools/lib/bpf/
H A Dusdt.bpf.h83 long ip = PT_REGS_IP(ctx); in __bpf_usdt_spec_id()
H A Dbpf_tracing.h504 #define PT_REGS_IP(x) (__PT_REGS_CAST(x)->__PT_IP_REG) macro
582 #define PT_REGS_IP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro