Home
last modified time | relevance | path

Searched full:rv32 (Results 1 – 18 of 18) sorted by relevance

/linux/arch/riscv/kernel/pi/
H A Dfdt_early.c92 /* Error must contain rv32/64 */ in isa_string_contains()
98 /* Search for single chars between rv32/64 and multi-letter extensions */ in isa_string_contains()
/linux/arch/riscv/include/asm/
H A Dpgtable-32.h21 * rv32 PTE format:
H A Delf.h146 /* rv32 registers */
H A Dpgtable.h1217 * Task size is 0x4000000000 for RV64 or 0x9fc00000 for RV32.
1220 * - 0x9fc00000 (~2.5GB) for RV32.
/linux/arch/riscv/kernel/
H A Dhibernate.c386 * The __hibernate_cpu_resume() mapping is unnecessary for RV32 since the kernel and in swsusp_arch_resume()
388 * map it for both RV32 and RV64 kernels. in swsusp_arch_resume()
H A Dkexec_elf.c92 * RV64 and 4MB alignment for RV32 in elf_find_pbase()
H A Dcpu.c267 seq_write(f, "rv32", 4); in print_isa()
H A Dcpufeature.c441 * - C+F implies Zcf (RV32 only)
445 * availability of F/D RV32.
/linux/Documentation/arch/riscv/
H A Dhwprobe.rst286 load/store pair for RV32 with the main manual") of the riscv-isa-manual.
290 load/store pair for RV32 with the main manual") of the riscv-isa-manual.
H A Dboot.rst47 and 4MB aligned for rv32). Note that the EFI stub will physically relocate the
/linux/arch/riscv/lib/
H A Duaccess.S74 * SZREG holds 4 for RV32 and 8 for RV64
H A Dcsum.c82 * Do 32-bit reads on RV32 and 64-bit reads otherwise. This should be in do_csum_common()
/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c20 * RV32 fp => +----------+
22 * | saved fp | RV32 callee-saved registers
35 * RV32 sp => +----------+
1287 /* No hardware support for 8-byte atomics in RV32. */ in bpf_jit_emit_insn()
/linux/tools/testing/selftests/futex/include/
H A Dfutextest.h52 * architectures (e.g. RV32) are using 64-bit time_t, therefore it doesn't have
/linux/tools/lib/perf/
H A Dmmap.c412 /* TODO: implement rv32 support */
/linux/drivers/net/ethernet/airoha/
H A Dairoha_npu.c266 /* Load rv32 npu firmware */ in airoha_npu_run_firmware()
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile237 QEMU_MACHINE := -cpu rv32 -machine virt
/linux/arch/riscv/kvm/
H A Dvcpu_pmu.c215 pr_warn("%s: should be invoked for only RV32\n", __func__); in pmu_fw_ctr_read_hi()