Home
last modified time | relevance | path

Searched refs:decode_header (Results 1 – 8 of 8) sorted by relevance

/arch/arm/kernel/
Duprobes.h14 const struct decode_header *d);
18 const struct decode_header *d);
23 const struct decode_header *d);
27 const struct decode_header *d, bool alu);
31 const struct decode_header *d);
Dprobes.h307 struct decode_header;
310 const struct decode_header *);
321 struct decode_header { struct
334 struct decode_header header; argument
344 struct decode_header header;
354 struct decode_header header;
367 struct decode_header header;
380 struct decode_header header;
393 struct decode_header header;
Duprobes-arm.c109 const struct decode_header *d) in decode_pc_ro()
133 const struct decode_header *d, bool alu) in decode_wb_pc()
149 const struct decode_header *d) in decode_rd12rn16rm0rs8_rwflags()
156 const struct decode_header *d) in decode_ldr()
164 const struct decode_header *d) in uprobe_decode_ldmstm()
Dprobes.c393 const struct decode_header *h = (struct decode_header *)table; in probes_decode_insn()
394 const struct decode_header *next; in probes_decode_insn()
407 next = (struct decode_header *) in probes_decode_insn()
420 next = (struct decode_header *)d->table.table; in probes_decode_insn()
Dkprobes.h34 const struct decode_header *h);
Dkprobes-thumb.c71 const struct decode_header *d) in t32_decode_cond_branch()
147 const struct decode_header *d) in t32_decode_ldmstm()
407 const struct decode_header *d) in t16_decode_it()
425 const struct decode_header *d) in t16_decode_cond_branch()
515 const struct decode_header *d) in t16_decode_hiregs()
543 const struct decode_header *d) in t16_decode_push()
598 const struct decode_header *d) in t16_decode_pop()
Dkprobes-test.c652 int (*fn)(const struct decode_header *, void *), in table_iter() argument
655 const struct decode_header *h = (struct decode_header *)table; in table_iter()
668 h = (struct decode_header *) in table_iter()
674 static int table_test_fail(const struct decode_header *h, const char* message) in table_test_fail()
688 static int table_test_fn(const struct decode_header *h, void *args) in table_test_fn()
746 const struct decode_header *header;
778 unsigned coverage_start_registers(const struct decode_header *h) in coverage_start_registers()
789 static int coverage_start_fn(const struct decode_header *h, void *args) in coverage_start_fn()
904 const struct decode_header *h = entry->header; in coverage_add()
Dkprobes-common.c129 const struct decode_header *h) in kprobe_decode_ldmstm()