Symbol: decode_header
arch/arm/probes/decode.c
345
const struct decode_header *h)
arch/arm/probes/decode.c
416
const struct decode_header *h = (struct decode_header *)table;
arch/arm/probes/decode.c
417
const struct decode_header *next;
arch/arm/probes/decode.c
452
next = (struct decode_header *)
arch/arm/probes/decode.c
465
next = (struct decode_header *)d->table.table;
arch/arm/probes/decode.h
276
struct decode_header;
arch/arm/probes/decode.h
298
struct decode_header {
arch/arm/probes/decode.h
311
struct decode_header header;
arch/arm/probes/decode.h
321
struct decode_header header;
arch/arm/probes/decode.h
331
struct decode_header header;
arch/arm/probes/decode.h
344
struct decode_header header;
arch/arm/probes/decode.h
357
struct decode_header header;
arch/arm/probes/decode.h
370
struct decode_header header;
arch/arm/probes/kprobes/actions-common.c
128
const struct decode_header *h)
arch/arm/probes/kprobes/actions-thumb.c
145
const struct decode_header *d)
arch/arm/probes/kprobes/actions-thumb.c
405
const struct decode_header *d)
arch/arm/probes/kprobes/actions-thumb.c
423
const struct decode_header *d)
arch/arm/probes/kprobes/actions-thumb.c
515
const struct decode_header *d)
arch/arm/probes/kprobes/actions-thumb.c
545
const struct decode_header *d)
arch/arm/probes/kprobes/actions-thumb.c
604
const struct decode_header *d)
arch/arm/probes/kprobes/actions-thumb.c
69
const struct decode_header *d)
arch/arm/probes/kprobes/checkers-arm.c
103
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-arm.c
119
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-arm.c
129
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-arm.c
15
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-arm.c
150
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-arm.c
95
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-common.c
15
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-common.c
23
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-common.c
32
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-common.c
45
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-common.c
54
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-common.c
64
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-common.c
73
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-thumb.c
15
const struct decode_header *h)
arch/arm/probes/kprobes/checkers-thumb.c
89
const struct decode_header *h)
arch/arm/probes/kprobes/core.h
29
const struct decode_header *h);
arch/arm/probes/kprobes/test-core.c
597
int (*fn)(const struct decode_header *, void *),
arch/arm/probes/kprobes/test-core.c
600
const struct decode_header *h = (struct decode_header *)table;
arch/arm/probes/kprobes/test-core.c
613
h = (struct decode_header *)
arch/arm/probes/kprobes/test-core.c
619
static int table_test_fail(const struct decode_header *h, const char* message)
arch/arm/probes/kprobes/test-core.c
633
static int table_test_fn(const struct decode_header *h, void *args)
arch/arm/probes/kprobes/test-core.c
691
const struct decode_header *header;
arch/arm/probes/kprobes/test-core.c
723
static unsigned coverage_start_registers(const struct decode_header *h)
arch/arm/probes/kprobes/test-core.c
734
static int coverage_start_fn(const struct decode_header *h, void *args)
arch/arm/probes/kprobes/test-core.c
849
const struct decode_header *h = entry->header;
arch/arm/probes/uprobes/actions-arm.c
106
const struct decode_header *d)
arch/arm/probes/uprobes/actions-arm.c
130
const struct decode_header *d, bool alu)
arch/arm/probes/uprobes/actions-arm.c
146
const struct decode_header *d)
arch/arm/probes/uprobes/actions-arm.c
153
const struct decode_header *d)
arch/arm/probes/uprobes/actions-arm.c
161
const struct decode_header *d)
arch/arm/probes/uprobes/core.h
11
const struct decode_header *d);
arch/arm/probes/uprobes/core.h
15
const struct decode_header *d);
arch/arm/probes/uprobes/core.h
20
const struct decode_header *d);
arch/arm/probes/uprobes/core.h
24
const struct decode_header *d, bool alu);
arch/arm/probes/uprobes/core.h
28
const struct decode_header *d);
drivers/block/drbd/drbd_receiver.c
1023
err = decode_header(connection, buffer, pi);
drivers/block/drbd/drbd_receiver.c
1054
err = decode_header(connection, connection->data.rbuf, pi);
drivers/block/drbd/drbd_receiver.c
5848
if (decode_header(connection, connection->meta.rbuf, &pi))
drivers/block/drbd/drbd_receiver.c
615
static int decode_header(struct drbd_connection *, void *, struct packet_info *);
drivers/block/drbd/drbd_receiver.c
647
err = decode_header(connection, connection->data.rbuf, &pi);