Home
last modified time | relevance | path

Searched refs:OP_PREFIX (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/lib/
Dfeature-fixups-test.S797 .long OP_PREFIX << 26
804 .long OP_PREFIX << 26
816 .long OP_PREFIX << 26
823 .long OP_PREFIX << 26
828 .long OP_PREFIX << 26
833 .long OP_PREFIX << 26
839 .long OP_PREFIX << 26
847 .long OP_PREFIX << 26
853 .long OP_PREFIX << 26
859 .long OP_PREFIX << 26
Dinst.c21 if (get_op(val) == OP_PREFIX) { in probe_user_read_inst()
39 if (get_op(val) == OP_PREFIX) { in probe_kernel_read_inst()
Dtest_code-patching.S19 .long OP_PREFIX << 26
Dcode-patching.c719 ppc_inst_prefix(OP_PREFIX << 26, 0x00000000), in test_prefixed_patching()
/arch/powerpc/include/asm/
Dinst.h54 if ((val >> 26) == OP_PREFIX) { in ppc_inst_read()
Duaccess.h76 if ((__prefix >> 26) == OP_PREFIX) { \
Dppc-opcode.h175 #define OP_PREFIX 1 macro