/openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
H A D | rust-source.inc | 6 file://rv32-rustix-libc-backend.patch;patchdir=${RUSTSRC} \ 7 file://rv32-cargo-rustix-0.38.28-fix.patch;patchdir=${RUSTSRC} \
|
H A D | libstd-rs_1.80.1.bb | 21 # rv32 does not have libunwind ported yet
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-linux.rs-Define-consts-for-rv32-architecture.patch | 4 Subject: [PATCH] linux.rs: Define consts for rv32 architecture
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc/ |
H A D | 0001-cmake-Link-with-libatomic-on-rv32-rv64.patch | 4 Subject: [PATCH] cmake: Link with libatomic on rv32/rv64
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/ |
H A D | 0001-meson-Add-riscv32-to-seccomp-unsupported-list.patch | 6 rv32 needs to upstream the libseccomp support
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/ |
H A D | gjs_1.80.2.bb | 37 # Valgrind not yet available on rv32/rv64
|
/openbmc/openbmc/poky/meta/recipes-kernel/makedumpfile/ |
H A D | makedumpfile_1.7.6.bb | 19 # mips/rv32 would not compile.
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | default-distrovars.inc | 17 # seccomp is not yet ported to rv32
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pyruvate_1.2.1.bb | 12 …file://0001-linux.rs-Define-consts-for-rv32-architecture.patch;patchdir=${UNPACKDIR}/cargo_home/bi…
|
/openbmc/openbmc/poky/meta/recipes-devtools/strace/ |
H A D | strace_6.12.bb | 23 # Not yet ported to rv32
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/grpc/ |
H A D | grpc_1.66.1.bb | 26 file://0001-cmake-Link-with-libatomic-on-rv32-rv64.patch \
|
/openbmc/qemu/disas/ |
H A D | riscv.h | 20 rv32, enumerator
|
H A D | riscv.c | 2556 if (isa == rv32) { in decode_inst_opcode() 2589 if (isa == rv32) { in decode_inst_opcode() 2606 if (isa == rv32) { in decode_inst_opcode() 2683 if (isa == rv32) { in decode_inst_opcode() 2765 if (isa == rv32) { in decode_inst_opcode() 5395 case rv32: in decode_inst_decompress() 5517 return print_insn_riscv(memaddr, info, rv32); in print_insn_riscv32()
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0003-64-bit-multilib-hack.patch | 129 -MULTILIB_DIRNAMES := $(patsubst rv32%,lib32,$(patsubst rv64%,lib64,$(MULTILIB_DIRNAMES))) 131 +#MULTILIB_DIRNAMES := $(patsubst rv32%,lib32,$(patsubst rv64%,lib64,$(MULTILIB_DIRNAMES)))
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/ |
H A D | zfs_2.2.5.bb | 78 # Not yet ported to rv32
|
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/ |
H A D | kexec-tools_2.0.30.bb | 85 # makedumpfile would not compile on mips/rv32
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/ |
H A D | mdadm_4.3.bb | 122 # strace is not yet ported to rv32
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | go.bbclass | 150 # doesn't support -buildmode=pie, so skip the QA checking for mips/rv32 and its
|
H A D | rust-target-config.bbclass | 305 trans['riscv32'] = "generic-rv32"
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 416 bool rv32 = riscv_cpu_mxl(&cpu->env) == MXL_RV32; in set_satp_mode_max_supported() local 417 const bool *valid_vm = rv32 ? valid_vm_1_10_32 : valid_vm_1_10_64; in set_satp_mode_max_supported() 1062 bool rv32 = riscv_cpu_is_32bit(cpu); in riscv_cpu_satp_mode_finalize() local 1103 satp_mode_str(satp_mode_map_max, rv32), in riscv_cpu_satp_mode_finalize() 1104 satp_mode_str(satp_mode_supported_max, rv32)); in riscv_cpu_satp_mode_finalize() 1112 if (!rv32) { in riscv_cpu_satp_mode_finalize()
|
H A D | csr.c | 113 bool rv32 = riscv_cpu_mxl(env) == MXL_RV32 ? true : false; in ctr() local 115 if (rv32 && csrno >= CSR_CYCLEH) { in ctr() 4339 bool rv32 = riscv_cpu_mxl(env) == MXL_RV32 ? true : false; in write_mcontext() local 4344 mask = rv32 ? MCONTEXT32_HCONTEXT : MCONTEXT64_HCONTEXT; in write_mcontext() 4347 mask = rv32 ? MCONTEXT32 : MCONTEXT64; in write_mcontext()
|
/openbmc/linux/Documentation/riscv/ |
H A D | boot.rst | 47 and 4MB aligned for rv32). Note that the EFI stub will physically relocate the
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/ |
H A D | php_8.2.20.bb | 80 # Needs fibers assembly implemented for rv32
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 237 QEMU_MACHINE := -cpu rv32 -machine virt
|
/openbmc/qemu/docs/about/ |
H A D | removed-features.rst | 881 option when using the ``rv32`` or ``rv64`` CPUs. 888 via the CPU ``mmu`` option when using the ``rv32`` or ``rv64`` CPUs. 896 special that isn't already done by the default CPUs rv32/rv64.
|