Searched refs:instruction_pointer (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | linux_seccomp.h | 154 instruction_pointer) + 4) 156 instruction_pointer) + 0) 219 instruction_pointer) + 4) 221 instruction_pointer) + 0) 268 instruction_pointer) + 4) 270 instruction_pointer) + 0) 345 instruction_pointer) + 4) 347 instruction_pointer) + 0) 401 (offsetof(struct arch_seccomp_data, instruction_pointer) + 4) 403 (offsetof(struct arch_seccomp_data, instruction_pointer) + 0)
|
D | trap.h | 22 uint64_t instruction_pointer; member
|
D | codegen.cc | 74 offsetof(struct arch_seccomp_data, instruction_pointer)) { in PrintProgram() 77 offsetof(struct arch_seccomp_data, instruction_pointer) + in PrintProgram()
|
/external/oprofile/module/x86/ |
D | op_arch.h | 17 #ifndef instruction_pointer 18 #define instruction_pointer(regs) ((regs)->eip) macro
|
D | op_rtc.c | 47 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), 0); in do_rtc_interrupt()
|
D | op_model_ppro.c | 90 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in ppro_check_ctrs()
|
D | op_model_athlon.c | 95 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in athlon_check_ctrs()
|
D | op_model_p4.c | 659 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in p4_check_ctrs()
|
/external/ltrace/sysdeps/linux-gnu/ |
D | events.c | 229 event.proc->instruction_pointer = (void *)(uintptr_t)-1; in next_event() 247 event.proc->instruction_pointer = get_instruction_pointer(event.proc); in next_event() 248 if (event.proc->instruction_pointer == (void *)(uintptr_t)-1) { in next_event() 318 = event.proc->instruction_pointer - DECR_PC_AFTER_BREAK; in next_event()
|
/external/kernel-headers/original/uapi/linux/ |
D | seccomp.h | 43 __u64 instruction_pointer; member
|
/external/skia/experimental/webtry/ |
D | seccomp_bpf.h | 45 __u64 instruction_pointer; member
|
/external/chromium_org/third_party/skia/experimental/webtry/ |
D | seccomp_bpf.h | 47 __u64 instruction_pointer; member
|
/external/ltrace/ |
D | proc.h | 110 void * instruction_pointer; member
|
D | output.c | 128 proc->instruction_pointer); in begin_of_line()
|
/external/linux-tools-perf/perf-3.12.0/include/linux/ |
D | perf_event.h | 745 # define perf_instruction_pointer(regs) instruction_pointer(regs)
|