Home
last modified time | relevance | path

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

/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/tools/testing/kunit/qemu_configs/
H A Driscv.py27 '-cpu', 'rv64',
/linux/arch/riscv/include/asm/
H A Dpgtable.h1050 * In the RV64 Linux scheme, we give the user half of the virtual-address space
1060 * Task size is 0x4000000000 for RV64 or 0x9fc00000 for RV32.
1064 * - 0x4000000000 ( 256GB) for RV64 using SV39 mmu
1065 * - 0x800000000000 ( 128TB) for RV64 using SV48 mmu
1066 * - 0x100000000000000 ( 64PB) for RV64 using SV57 mmu
H A Dpgtable-64.h75 * rv64 PTE format:
/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 Dkexec_elf.c92 * RV64 and 4MB alignment for RV32 in elf_find_pbase()
H A Dcpu.c269 seq_write(f, "rv64", 4); in print_isa()
H A Dsbi.c37 * greater than BITS_PER_LONG (32 for RV32 and 64 for RV64). Ideally, SBI v0.2 in __sbi_v01_cpumask_to_hartmask()
/linux/arch/riscv/lib/
H A Duaccess.S74 * SZREG holds 4 for RV32 and 8 for RV64
H A Dcsum.c132 * Align address to closest word (double word on rv64) that comes before in do_csum_with_alignment()
/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
/linux/arch/riscv/mm/
H A Dinit.c1465 * Note that SPARSEMEM_VMEMMAP is only selected for rv64 and that we in vmemmap_populate()