Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm/probes/
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),
94 DECODE_REJECT (0xffa00000, 0xeaa00000),
96 DECODE_REJECT (0xffe00000, 0xeb200000),
98 DECODE_REJECT (0xffe00000, 0xeb800000),
100 DECODE_REJECT (0xffe00000, 0xebe00000),
[all …]
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 …]
Ddecode.h373 #define DECODE_REJECT(_mask, _value) \ macro