Searched refs:OPTABLE (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/arch/h8300/kernel/ |
H A D | ptrace_h.c | 48 #define OPTABLE(ptn, msk, len, jmp) \ macro 57 OPTABLE(0x00, 0xff, 1, none), /* 0x00 */ 58 OPTABLE(0x01, 0xff, -1, none), /* 0x01 */ 59 OPTABLE(0x02, 0xfe, 1, none), /* 0x02-0x03 */ 60 OPTABLE(0x04, 0xee, 1, none), /* 0x04-0x05/0x14-0x15 */ 61 OPTABLE(0x06, 0xfe, 1, none), /* 0x06-0x07 */ 62 OPTABLE(0x08, 0xea, 1, none), /* 0x08-0x09/0x0c-0x0d/0x18-0x19/0x1c-0x1d */ 63 OPTABLE(0x0a, 0xee, 1, none), /* 0x0a-0x0b/0x1a-0x1b */ 64 OPTABLE(0x0e, 0xee, 1, none), /* 0x0e-0x0f/0x1e-0x1f */ 65 OPTABLE(0x10, 0xfc, 1, none), /* 0x10-0x13 */ 66 OPTABLE(0x16, 0xfe, 1, none), /* 0x16-0x17 */ 67 OPTABLE(0x20, 0xe0, 1, none), /* 0x20-0x3f */ 68 OPTABLE(0x40, 0xf0, 1, relb), /* 0x40-0x4f */ 69 OPTABLE(0x50, 0xfc, 1, none), /* 0x50-0x53 */ 70 OPTABLE(0x54, 0xfd, 1, ret), /* 0x54/0x56 */ 71 OPTABLE(0x55, 0xff, 1, relb), /* 0x55 */ 72 OPTABLE(0x57, 0xff, 1, none), /* 0x57 */ 73 OPTABLE(0x58, 0xfb, 2, relw), /* 0x58/0x5c */ 74 OPTABLE(0x59, 0xfb, 1, reg), /* 0x59/0x5b */ 75 OPTABLE(0x5a, 0xfb, 2, jabs), /* 0x5a/0x5e */ 76 OPTABLE(0x5b, 0xfb, 2, ind), /* 0x5b/0x5f */ 77 OPTABLE(0x60, 0xe8, 1, none), /* 0x60-0x67/0x70-0x77 */ 78 OPTABLE(0x68, 0xfa, 1, none), /* 0x68-0x69/0x6c-0x6d */ 79 OPTABLE(0x6a, 0xfe, -2, none), /* 0x6a-0x6b */ 80 OPTABLE(0x6e, 0xfe, 2, none), /* 0x6e-0x6f */ 81 OPTABLE(0x78, 0xff, 4, none), /* 0x78 */ 82 OPTABLE(0x79, 0xff, 2, none), /* 0x79 */ 83 OPTABLE(0x7a, 0xff, 3, none), /* 0x7a */ 84 OPTABLE(0x7b, 0xff, 2, none), /* 0x7b */ 85 OPTABLE(0x7c, 0xfc, 2, none), /* 0x7c-0x7f */ 86 OPTABLE(0x80, 0x80, 1, none), /* 0x80-0xff */ 90 OPTABLE(0x00, 0xff, -3, none), /* 0x0100 */ 91 OPTABLE(0x40, 0xf0, -3, none), /* 0x0140-0x14f */ 92 OPTABLE(0x80, 0xf0, 1, none), /* 0x0180-0x018f */ 93 OPTABLE(0xc0, 0xc0, 2, none), /* 0x01c0-0x01ff */ 97 OPTABLE(0x00, 0x20, 2, none), /* 0x6a0?/0x6a8?/0x6b0?/0x6b8? */ 98 OPTABLE(0x20, 0x20, 3, none), /* 0x6a2?/0x6aa?/0x6b2?/0x6ba? */ 102 OPTABLE(0x69, 0xfb, 2, none), /* 0x010069/0x01006d/014069/0x01406d */ 103 OPTABLE(0x6b, 0xff, -4, none), /* 0x01006b/0x01406b */ 104 OPTABLE(0x6f, 0xff, 3, none), /* 0x01006f/0x01406f */ 105 OPTABLE(0x78, 0xff, 5, none), /* 0x010078/0x014078 */ 111 OPTABLE(0x00, 0x78, 3, none), 114 OPTABLE(0x20, 0x78, 4, none),
|
Completed in 167 milliseconds