/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/ |
H A D | 0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch | 4 Subject: [PATCH] ppc32: Consider ucontext mismatches between glibc and 27 src/ppc32/Ginit.c | 6 +- 28 src/ppc32/ucontext_i.h | 158 ++++++++++++++++++----------------- 32 diff --git a/src/ppc32/Ginit.c b/src/ppc32/Ginit.c 34 --- a/src/ppc32/Ginit.c 35 +++ b/src/ppc32/Ginit.c 60 diff --git a/src/ppc32/ucontext_i.h b/src/ppc32/ucontext_i.h 62 --- a/src/ppc32/ucontext_i.h 63 +++ b/src/ppc32/ucontext_i.h
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | 0003-Add-fchmodat2-syscall-on-linux.patch | 25 coregrind/m_syswrap/syswrap-ppc32-linux.c | 2 ++ 156 diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c 158 --- a/coregrind/m_syswrap/syswrap-ppc32-linux.c 159 +++ b/coregrind/m_syswrap/syswrap-ppc32-linux.c
|
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
H A D | packagegroup-core-tools-testapps.bb | 20 # go does not support ppc32, only ppc64
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu_8.2.1.bb | 26 # ppc32 hosts are no longer supported in qemu
|
/openbmc/openbmc/poky/meta/recipes-support/libunwind/ |
H A D | libunwind_1.6.2.bb | 12 file://0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch \
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 0001-Fix-compilation-with-fno-common.patch | 21 src/third_party/unwind/dist/src/ppc32/Ginit.c | 11 +++++++---- 200 diff --git a/src/third_party/unwind/dist/src/ppc32/Ginit.c b/src/third_party/unwind/dist/src/ppc32/… 202 --- a/src/third_party/unwind/dist/src/ppc32/Ginit.c 203 +++ b/src/third_party/unwind/dist/src/ppc32/Ginit.c
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_pr.c | 1478 sregs->u.s.ppc32.sr[i] = kvmppc_get_sr(vcpu, i); in kvm_arch_vcpu_ioctl_get_sregs_pr() 1481 sregs->u.s.ppc32.ibat[i] = vcpu3s->ibat[i].raw; in kvm_arch_vcpu_ioctl_get_sregs_pr() 1482 sregs->u.s.ppc32.dbat[i] = vcpu3s->dbat[i].raw; in kvm_arch_vcpu_ioctl_get_sregs_pr() 1515 vcpu->arch.mmu.mtsrin(vcpu, i, sregs->u.s.ppc32.sr[i]); in kvm_arch_vcpu_ioctl_set_sregs_pr() 1519 (u32)sregs->u.s.ppc32.ibat[i]); in kvm_arch_vcpu_ioctl_set_sregs_pr() 1521 (u32)(sregs->u.s.ppc32.ibat[i] >> 32)); in kvm_arch_vcpu_ioctl_set_sregs_pr() 1523 (u32)sregs->u.s.ppc32.dbat[i]); in kvm_arch_vcpu_ioctl_set_sregs_pr() 1525 (u32)(sregs->u.s.ppc32.dbat[i] >> 32)); in kvm_arch_vcpu_ioctl_set_sregs_pr()
|
/openbmc/linux/tools/testing/ktest/examples/ |
H A D | crosstests.conf | 140 TEST_START IF ${RUN} == ppc || ${RUN} == ppc32 || ${DO_DEFAULT}
|
/openbmc/linux/Documentation/powerpc/ |
H A D | booting.rst | 10 become the ppc32 kernel entry point and the way a new platform should be added 14 merged architecture for ppc32 and ppc64, new 32-bit platforms and 32-bit
|
H A D | cpu_features.rst | 12 Early in the boot process the ppc32 kernel detects the current CPU type and
|
/openbmc/qemu/target/ppc/ |
H A D | kvm.c | 888 sregs.u.s.ppc32.sr[i] = env->sr[i]; in kvmppc_put_books_sregs() 894 sregs.u.s.ppc32.dbat[i] = ((uint64_t)env->DBAT[0][i] << 32) in kvmppc_put_books_sregs() 896 sregs.u.s.ppc32.ibat[i] = ((uint64_t)env->IBAT[0][i] << 32) in kvmppc_put_books_sregs() 1194 env->sr[i] = sregs.u.s.ppc32.sr[i]; in kvmppc_get_books_sregs() 1199 env->DBAT[0][i] = sregs.u.s.ppc32.dbat[i] & 0xffffffff; in kvmppc_get_books_sregs() 1200 env->DBAT[1][i] = sregs.u.s.ppc32.dbat[i] >> 32; in kvmppc_get_books_sregs() 1201 env->IBAT[0][i] = sregs.u.s.ppc32.ibat[i] & 0xffffffff; in kvmppc_get_books_sregs() 1202 env->IBAT[1][i] = sregs.u.s.ppc32.ibat[i] >> 32; in kvmppc_get_books_sregs()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | misc-impl.c.inc | 67 * We do this on ptesync (l == 2) on ppc64 and any sync on ppc32.
|
/openbmc/linux/tools/arch/powerpc/include/uapi/asm/ |
H A D | kvm.h | 191 } ppc32; member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | kvm.h | 191 } ppc32; member
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | kvm.h | 190 } ppc32; member
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | concepts-appx.rst | 368 yocto-kernel-cache/bsp/qemu-ppc32/hardware.cfg 380 yocto-kernel-cache/bsp/qemu-ppc32/hardware.kcf
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.3.rst | 88 - kernel-devsrc: ppc32: fix reproducibility
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | net.rst | 68 - ppc32
|
/openbmc/linux/arch/powerpc/ |
H A D | Kconfig | 644 location the kernel is loaded at. For ppc32, there is no any
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2369 * For the purposes of ppc32 sorting 4 input registers into 4 argument
|