Home
last modified time | relevance | path

Searched refs:ppc_inst_prefix (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dinst.h22 __gui_inst = ppc_inst_prefix(__prefix, __suffix); \
62 #define ppc_inst_prefix(x, y) ((ppc_inst_t){ .val = (x), .suffix = (y) }) macro
70 #define ppc_inst_prefix(x, y) ((void)y, ppc_inst(x)) macro
82 return ppc_inst_prefix(*ptr, *(ptr + 1)); in ppc_inst_read()
94 return ppc_inst_prefix(swab32(ppc_inst_val(x)), swab32(ppc_inst_suffix(x))); in ppc_inst_swab()
153 *inst = ppc_inst_prefix(val, suffix); in __copy_inst_from_kernel_nofault()
H A Dkvm_ppc.h354 *inst = ppc_inst_prefix(prefix, suffix); in kvmppc_get_last_inst()
/openbmc/linux/arch/powerpc/lib/
H A Dtest_emulate_step.c25 ppc_inst_prefix(PPC_PREFIX_8LS | __PPC_PRFX_R(pr) | IMM_H(i), \
29 ppc_inst_prefix(PPC_PREFIX_MLS | __PPC_PRFX_R(pr) | IMM_H(i), \
33 ppc_inst_prefix(PPC_PREFIX_8LS | __PPC_PRFX_R(pr) | IMM_H(i), \
37 ppc_inst_prefix(PPC_PREFIX_MLS | __PPC_PRFX_R(pr) | IMM_H(i), \
41 ppc_inst_prefix(PPC_PREFIX_MLS | __PPC_PRFX_R(pr) | IMM_H(i), \
45 ppc_inst_prefix(PPC_PREFIX_MLS | __PPC_PRFX_R(pr) | IMM_H(i), \
49 ppc_inst_prefix(PPC_PREFIX_MLS | __PPC_PRFX_R(pr) | IMM_H(i), \
53 ppc_inst_prefix(PPC_PREFIX_MLS | __PPC_PRFX_R(pr) | IMM_H(i), \
826 instr = ppc_inst_prefix(PPC_RAW_PLXVP_P(34, 0, 3, 0), PPC_RAW_PLXVP_S(34, 0, 3, 0)); in test_plxvp_pstxvp()
854 instr = ppc_inst_prefix(PPC_RAW_PSTXVP_P(34, 0, 3, 0), PPC_RAW_PSTXVP_S(34, 0, 3, 0)); in test_plxvp_pstxvp()
H A Dtest-code-patching.c340 ppc_inst_t inst = ppc_inst_prefix(OP_PREFIX << 26, 0); in test_prefixed_patching()
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_64.c628 ppc_inst_prefix(entry->jump[0] | IMM_H18(reladdr), in create_stub()
958 ppc_inst_prefix((*(u32 *)location & ~0x02000000), in apply_relocate_add()
964 ppc_inst_prefix((*(u32 *)location & ~0x3ffff) | IMM_H18(value), in apply_relocate_add()