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

/arch/avr32/include/asm/
H A Dkprobes.h18 #define MAX_INSN_SIZE 2 macro
26 kprobe_opcode_t insn[MAX_INSN_SIZE];
/arch/mn10300/include/asm/
H A Dkprobes.h31 #define MAX_INSN_SIZE 8 macro
38 kprobe_opcode_t insn[MAX_INSN_SIZE];
/arch/sh/include/asm/
H A Dkprobes.h12 #define MAX_INSN_SIZE 16 macro
31 kprobe_opcode_t insn[MAX_INSN_SIZE];
/arch/sparc/include/asm/
H A Dkprobes.h11 #define MAX_INSN_SIZE 2 macro
27 kprobe_opcode_t insn[MAX_INSN_SIZE];
/arch/arm/include/asm/
H A Dkprobes.h24 #define MAX_INSN_SIZE 2 macro
/arch/mips/include/asm/
H A Dkprobes.h39 #define MAX_INSN_SIZE 2 macro
45 (MAX_INSN_SIZE * sizeof(kprobe_opcode_t))); \
/arch/powerpc/include/asm/
H A Dkprobes.h40 #define MAX_INSN_SIZE 1 macro
/arch/s390/include/asm/
H A Dkprobes.h41 #define MAX_INSN_SIZE 0x0003 macro
60 kprobe_opcode_t insn[MAX_INSN_SIZE];
/arch/ia64/include/asm/
H A Dkprobes.h32 #define MAX_INSN_SIZE 2 /* last half is for kprobe-booster */ macro
/arch/x86/include/asm/
H A Dinsn.h71 #define MAX_INSN_SIZE 16 macro

Completed in 286 milliseconds