Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dinstructions.h79 #define __PPC_RT(t) __PPC_RS(t) macro
103 __PPC_RT(t) | \
112 __PPC_RT(t) | \
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h334 #define __PPC_RT(t) ___PPC_RT(__REG_##t) macro
418 #define PPC_RAW_SLBFEE_DOT(t, b) (0x7c0007a7 | __PPC_RT(t) | __PPC_RB(b))
421 #define PPC_RAW_LBZCIX(t, a, b) (0x7c0006aa | __PPC_RT(t) | __PPC_RA(a) | __PPC_RB(b))
459 #define PPC_RAW_MFBHRBE(r, n) (0x7c00025c | __PPC_RT(r) | (((n) & 0x3ff) << 11))
/openbmc/linux/arch/powerpc/kernel/
H A Dkvm.c297 KVM_INST_LI | __PPC_RT(R30) | MSR_EE; in kvm_patch_ins_wrtee()