Searched full:rv64 (Results 1 – 14 of 14) sorted by relevance
27 '-cpu', 'rv64',
222 ("Zcf doesn't exist on RV64 as it contains no instructions") of227 ("Zcf doesn't exist on RV64 as it contains no instructions") of232 ("Zcf doesn't exist on RV64 as it contains no instructions") of237 ("Zcf doesn't exist on RV64 as it contains no instructions") of
46 The RISC-V kernel expects to be placed at a PMD boundary (2MB aligned for rv64
387 * 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()
269 seq_write(f, "rv64", 4); in print_isa()
74 * SZREG holds 4 for RV32 and 8 for RV64
123 * Align address to closest word (double word on rv64) that comes before in do_csum_with_alignment()
37 KBUILD_RUSTFLAGS += -Ctarget-cpu=generic-rv64 --target=riscv64imac-unknown-none-elf \
75 * rv64 PTE format:
42 CROSS_FLAGS=(-M virt -cpu rv64,sscofpmf=true -smp 8)
88 Running vmtest on RV64
226 QEMU_MACHINE := -cpu rv64 -machine virt
7 * The code is based on the BPF JIT compiler for RV64 by Björn Töpel.
7 * The code is based on the BPF JIT compiler for RV64 by Björn Töpel and