Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/probes/
H A Ddecode-thumb.c20 DECODE_REJECT (0xfe4f0000, 0xe80f0000),
24 DECODE_REJECT (0xffc00000, 0xe8000000),
27 DECODE_REJECT (0xffc00000, 0xe9800000),
30 DECODE_REJECT (0xfe508000, 0xe8008000),
32 DECODE_REJECT (0xfe50c000, 0xe810c000),
34 DECODE_REJECT (0xfe402000, 0xe8002000),
663 DECODE_REJECT (0xffc0, 0xba80),
685 DECODE_REJECT (0xff0f, 0xbf00),
749 DECODE_REJECT (0xfff8, 0x47f8),
756 DECODE_REJECT (0xffff, 0x44ff),
[all …]
H A Ddecode-arm.c260 DECODE_REJECT (0x0f200090, 0x00200090),
263 DECODE_REJECT (0x0e10e0d0, 0x0000e0d0),
302 DECODE_REJECT (0x0e10f000, 0x0010f000),
379 DECODE_REJECT (0x0fb00000, 0x03200000),
382 DECODE_REJECT (0x0e10f000, 0x0210f000),
435 DECODE_REJECT (0x0fb00010, 0x06000010),
437 DECODE_REJECT (0x0f8000f0, 0x060000b0),
439 DECODE_REJECT (0x0f8000f0, 0x060000d0),
486 DECODE_REJECT (0x0fb000f0, 0x06900070),
513 DECODE_REJECT (0x0ff000f0, 0x07f000f0),
[all …]
H A Ddecode.h373 #define DECODE_REJECT(_mask, _value) \ macro