Home
last modified time | relevance | path

Searched refs:ppc32 (Results 1 – 20 of 20) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/
H A D0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch4 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 D0003-Add-fchmodat2-syscall-on-linux.patch25 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 Dpackagegroup-core-tools-testapps.bb20 # go does not support ppc32, only ppc64
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu_8.2.1.bb26 # ppc32 hosts are no longer supported in qemu
/openbmc/openbmc/poky/meta/recipes-support/libunwind/
H A Dlibunwind_1.6.2.bb12 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 D0001-Fix-compilation-with-fno-common.patch21 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 Dbook3s_pr.c1478 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 Dcrosstests.conf140 TEST_START IF ${RUN} == ppc || ${RUN} == ppc32 || ${DO_DEFAULT}
/openbmc/linux/Documentation/powerpc/
H A Dbooting.rst10 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 Dcpu_features.rst12 Early in the boot process the ppc32 kernel detects the current CPU type and
/openbmc/qemu/target/ppc/
H A Dkvm.c888 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 Dmisc-impl.c.inc67 * We do this on ptesync (l == 2) on ppc64 and any sync on ppc32.
/openbmc/linux/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h191 } ppc32; member
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dkvm.h191 } ppc32; member
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dkvm.h190 } ppc32; member
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dconcepts-appx.rst368 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 Drelease-notes-4.0.3.rst88 - kernel-devsrc: ppc32: fix reproducibility
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst68 - ppc32
/openbmc/linux/arch/powerpc/
H A DKconfig644 location the kernel is loaded at. For ppc32, there is no any
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc2369 * For the purposes of ppc32 sorting 4 input registers into 4 argument