Searched defs:kprobe_opcode_t (Results 1 - 10 of 10) sorted by relevance

/arch/avr32/include/asm/
H A Dkprobes.h16 typedef u16 kprobe_opcode_t; typedef
26 kprobe_opcode_t insn[MAX_INSN_SIZE];
/arch/mn10300/include/asm/
H A Dkprobes.h29 typedef unsigned char kprobe_opcode_t; typedef
38 kprobe_opcode_t insn[MAX_INSN_SIZE];
/arch/sh/include/asm/
H A Dkprobes.h9 typedef insn_size_t kprobe_opcode_t; typedef
31 kprobe_opcode_t insn[MAX_INSN_SIZE];
44 kprobe_opcode_t jprobes_stack[MAX_STACK_SIZE];
/arch/sparc/include/asm/
H A Dkprobes.h7 typedef u32 kprobe_opcode_t; typedef
27 kprobe_opcode_t insn[MAX_INSN_SIZE];
/arch/arm/include/asm/
H A Dkprobes.h30 typedef u32 kprobe_opcode_t; typedef
40 kprobe_opcode_t *insn;
/arch/mips/include/asm/
H A Dkprobes.h37 typedef union mips_instruction kprobe_opcode_t; typedef in typeref:union:mips_instruction
45 (MAX_INSN_SIZE * sizeof(kprobe_opcode_t))); \
56 kprobe_opcode_t *insn;
/arch/powerpc/include/asm/
H A Dkprobes.h38 typedef unsigned int kprobe_opcode_t; typedef
58 addr = (kprobe_opcode_t *)kallsyms_lookup_name(name); \
64 addr = *(kprobe_opcode_t **)addr; \
66 addr = *(kprobe_opcode_t **)addr; \
72 addr = (kprobe_opcode_t *)kallsyms_lookup_name(dot_name); \
92 kprobe_opcode_t *insn;
/arch/s390/include/asm/
H A Dkprobes.h37 typedef u16 kprobe_opcode_t; typedef
60 kprobe_opcode_t insn[MAX_INSN_SIZE];
75 kprobe_opcode_t jprobes_stack[MAX_STACK_SIZE];
/arch/x86/include/asm/
H A Dkprobes.h34 typedef u8 kprobe_opcode_t; typedef
51 extern kprobe_opcode_t optprobe_template_entry;
52 extern kprobe_opcode_t optprobe_template_val;
53 extern kprobe_opcode_t optprobe_template_call;
54 extern kprobe_opcode_t optprobe_template_end;
69 kprobe_opcode_t *insn;
83 kprobe_opcode_t copied_insn[RELATIVE_ADDR_SIZE];
85 kprobe_opcode_t *insn;
110 kprobe_opcode_t jprobes_stack[MAX_STACK_SIZE];
/arch/ia64/include/asm/
H A Dkprobes.h104 } kprobe_opcode_t; typedef in typeref:struct:kprobe_opcode
109 kprobe_opcode_t *insn;

Completed in 236 milliseconds