Searched refs:E500MC (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch | 27 {"lwepx", X(31,31), X_MASK, E500MC|PPCA2, 0, {RT, RA0, RB}}, 31 {"waitrsv", X(31,62)|(1<<21), 0xffffffff, E500MC|PPCA2, EXT, {0}}, 32 {"waitimpl", X(31,62)|(2<<21), 0xffffffff, E500MC|PPCA2, EXT, {0}}, 33 -{"wait", X(31,62), XWC_MASK, E500MC|PPCA2, 0, {WC}}, 34 +{"wait", X(31,62), XWC_MASK, E500MC|PPCA2|POWER9|POWER10, 0, {WC}}, 36 {"dcbstep", XRT(31,63,0), XRT_MASK, E500MC|PPCA2, 0, {RA0, RB}},
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | Kconfig | 457 select E500MC 484 select E500MC 834 select E500MC 858 select E500MC 887 select E500MC 925 select E500MC 950 select E500MC 978 select E500MC 998 select E500MC 1019 select E500MC [all …]
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | Kconfig | 208 bool "KVM support for PowerPC E500MC/E5500/E6500 processors" 216 Support running unmodified E500MC/E5500/E6500 guest kernels in 217 virtual machines on E500MC/E5500/E6500 host processors.
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2998 #define E500MC PPC_OPCODE_E500MC macro 4382 {"rfdi", XL(19,39), 0xffffffff, E500MC, PPCVLE, {0}}, 4388 {"rfgi", XL(19,102), 0xffffffff, E500MC|PPCA2, PPCVLE, {0}}, 4400 {"dnh", X(19,198), X_MASK, E500MC, PPCVLE, {DUI, DUIS}}, 4721 {"tlbilxlpid", XTO(31,18,0), XTO_MASK, E500MC|PPCA2, 0, {0}}, 4722 {"tlbilxpid", XTO(31,18,1), XTO_MASK, E500MC|PPCA2, 0, {0}}, 4723 {"tlbilxva", XTO(31,18,3), XTO_MASK, E500MC|PPCA2, 0, {RA0, RB}}, 4724 {"tlbilx", X(31,18), X_MASK, E500MC|PPCA2, 0, {T, RA0, RB}}, 4757 {"ldepx", X(31,29), X_MASK, E500MC|PPCA2, 0, {RT, RA0, RB}}, 4762 {"lwepx", X(31,31), X_MASK, E500MC|PPCA2, 0, {RT, RA0, RB}}, [all …]
|