Home
last modified time | relevance | path

Searched refs:DECODE_REJECT (Results 1 – 3 of 3) sorted by relevance

/arch/arm/probes/
Ddecode-thumb.c23 DECODE_REJECT (0xfe4f0000, 0xe80f0000),
27 DECODE_REJECT (0xffc00000, 0xe8000000),
30 DECODE_REJECT (0xffc00000, 0xe9800000),
33 DECODE_REJECT (0xfe508000, 0xe8008000),
35 DECODE_REJECT (0xfe50c000, 0xe810c000),
37 DECODE_REJECT (0xfe402000, 0xe8002000),
97 DECODE_REJECT (0xffa00000, 0xeaa00000),
99 DECODE_REJECT (0xffe00000, 0xeb200000),
101 DECODE_REJECT (0xffe00000, 0xeb800000),
103 DECODE_REJECT (0xffe00000, 0xebe00000),
[all …]
Ddecode-arm.c268 DECODE_REJECT (0x0f200090, 0x00200090),
271 DECODE_REJECT (0x0e10e0d0, 0x0000e0d0),
310 DECODE_REJECT (0x0e10f000, 0x0010f000),
387 DECODE_REJECT (0x0fb00000, 0x03200000),
390 DECODE_REJECT (0x0e10f000, 0x0210f000),
443 DECODE_REJECT (0x0fb00010, 0x06000010),
445 DECODE_REJECT (0x0f8000f0, 0x060000b0),
447 DECODE_REJECT (0x0f8000f0, 0x060000d0),
494 DECODE_REJECT (0x0fb000f0, 0x06900070),
521 DECODE_REJECT (0x0ff000f0, 0x07f000f0),
[all …]
Ddecode.h404 #define DECODE_REJECT(_mask, _value) \ macro