Home
last modified time | relevance | path

Searched refs:OP_PREFIX (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/lib/
H A 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 << 2
[all...]
H A 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()
H A Dtest_code-patching.S19 .long OP_PREFIX << 26
H A Dcode-patching.c719 ppc_inst_prefix(OP_PREFIX << 26, 0x00000000), in test_prefixed_patching()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A 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 << 2
[all...]
H A Dtest-code-patching.c339 u32 expected[2] = {OP_PREFIX << 26, 0}; in test_prefixed_patching()
340 ppc_inst_t inst = ppc_inst_prefix(OP_PREFIX << 26, 0); in test_prefixed_patching()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dinst.h20 if (IS_ENABLED(CONFIG_PPC64) && (__prefix >> 26) == OP_PREFIX) { \
81 if (IS_ENABLED(CONFIG_PPC64) && (*ptr >> 26) == OP_PREFIX) in ppc_inst_read()
89 return IS_ENABLED(CONFIG_PPC64) && ppc_inst_primary_opcode(x) == OP_PREFIX; in ppc_inst_prefixed()
151 if (IS_ENABLED(CONFIG_PPC64) && get_op(val) == OP_PREFIX) { in __copy_inst_from_kernel_nofault()
H A Dppc-opcode.h137 #define OP_PREFIX 1 macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dinst.h54 if ((val >> 26) == OP_PREFIX) { in ppc_inst_read()
H A Duaccess.h76 if ((__prefix >> 26) == OP_PREFIX) { \
H A Dppc-opcode.h175 #define OP_PREFIX 1 macro

Completed in 9 milliseconds