Home
last modified time | relevance | path

Searched full:rv64 (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/kunit/qemu_configs/
H A Driscv.py27 '-cpu', 'rv64',
/linux/Documentation/arch/riscv/
H A Dhwprobe.rst222 ("Zcf doesn't exist on RV64 as it contains no instructions") of
227 ("Zcf doesn't exist on RV64 as it contains no instructions") of
232 ("Zcf doesn't exist on RV64 as it contains no instructions") of
237 ("Zcf doesn't exist on RV64 as it contains no instructions") of
H A Dboot.rst46 The RISC-V kernel expects to be placed at a PMD boundary (2MB aligned for rv64
/linux/arch/riscv/kernel/
H A Dhibernate.c387 * linear addresses are identical, but different for RV64. To ensure consistency, we in swsusp_arch_resume()
388 * map it for both RV32 and RV64 kernels. in swsusp_arch_resume()
H A Dcpu.c269 seq_write(f, "rv64", 4); in print_isa()
/linux/arch/riscv/lib/
H A Duaccess.S74 * SZREG holds 4 for RV32 and 8 for RV64
H A Dcsum.c123 * Align address to closest word (double word on rv64) that comes before in do_csum_with_alignment()
/linux/arch/riscv/
H A DMakefile37 KBUILD_RUSTFLAGS += -Ctarget-cpu=generic-rv64 --target=riscv64imac-unknown-none-elf \
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h75 * rv64 PTE format:
/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh42 CROSS_FLAGS=(-M virt -cpu rv64,sscofpmf=true -smp 8)
H A DREADME.rst88 Running vmtest on RV64
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile226 QEMU_MACHINE := -cpu rv64 -machine virt
/linux/arch/parisc/net/
H A Dbpf_jit_comp64.c7 * The code is based on the BPF JIT compiler for RV64 by Björn Töpel.
H A Dbpf_jit_comp32.c7 * The code is based on the BPF JIT compiler for RV64 by Björn Töpel and