Searched refs:DECODE_TABLE (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/arm/kernel/ |
D | kprobes-arm.c | 892 DECODE_TABLE (0xf0000000, 0xf0000000, arm_1111_table), 898 DECODE_TABLE (0x0f900080, 0x01000000, arm_cccc_0001_0xx0____0xxx_table), 904 DECODE_TABLE (0x0f900090, 0x01000080, arm_cccc_0001_0xx0____1xx0_table), 910 DECODE_TABLE (0x0f0000f0, 0x00000090, arm_cccc_0000_____1001_table), 916 DECODE_TABLE (0x0f0000f0, 0x01000090, arm_cccc_0001_____1001_table), 922 DECODE_TABLE (0x0e000090, 0x00000090, arm_cccc_000x_____1xx1_table), 930 DECODE_TABLE (0x0e000000, 0x00000000, arm_cccc_000x_table), 936 DECODE_TABLE (0x0e000000, 0x02000000, arm_cccc_001x_table), 942 DECODE_TABLE (0x0f000010, 0x06000010, arm_cccc_0110_____xxx1_table), 943 DECODE_TABLE (0x0f000010, 0x07000010, arm_cccc_0111_____xxx1_table), [all …]
|
D | kprobes-thumb.c | 865 DECODE_TABLE (0xfe400000, 0xe8000000, t32_table_1110_100x_x0xx), 871 DECODE_TABLE (0xfe400000, 0xe8400000, t32_table_1110_100x_x1xx), 877 DECODE_TABLE (0xfe000000, 0xea000000, t32_table_1110_101x), 889 DECODE_TABLE (0xfa008000, 0xf0000000, t32_table_1111_0x0x___0), 895 DECODE_TABLE (0xfa008000, 0xf2000000, t32_table_1111_0x1x___0), 901 DECODE_TABLE (0xf8008000, 0xf0008000, t32_table_1111_0xxx___1), 913 DECODE_TABLE (0xfe50f000, 0xf810f000, t32_table_1111_100x_x0x1__1111), 921 DECODE_TABLE (0xfe000000, 0xf8000000, t32_table_1111_100x), 927 DECODE_TABLE (0xff00f000, 0xfa00f000, t32_table_1111_1010___1111), 933 DECODE_TABLE (0xff800000, 0xfb000000, t32_table_1111_1011_0), [all …]
|
D | kprobes.h | 359 #define DECODE_TABLE(_mask, _value, _table) \ macro
|