Searched full:rv64 (Results 1 – 23 of 23) sorted by relevance
/linux-6.14.4/Documentation/arch/riscv/ |
D | hwprobe.rst | 216 ("Zcf doesn't exist on RV64 as it contains no instructions") of 221 ("Zcf doesn't exist on RV64 as it contains no instructions") of 226 ("Zcf doesn't exist on RV64 as it contains no instructions") of 231 ("Zcf doesn't exist on RV64 as it contains no instructions") of
|
D | boot.rst | 46 The RISC-V kernel expects to be placed at a PMD boundary (2MB aligned for rv64
|
/linux-6.14.4/Documentation/devicetree/bindings/riscv/ |
D | extensions.yaml | 293 RV64 as it contains no instructions") of riscv-code-size-reduction, 301 RV64 as it contains no instructions") of riscv-code-size-reduction, 309 RV64 as it contains no instructions") of riscv-code-size-reduction, 317 RV64 as it contains no instructions") of riscv-code-size-reduction, 678 # Zcf extension does not exist on rv64
|
/linux-6.14.4/tools/testing/kunit/qemu_configs/ |
D | riscv.py | 27 '-cpu', 'rv64',
|
/linux-6.14.4/arch/riscv/include/asm/ |
D | pgtable.h | 904 * In the RV64 Linux scheme, we give the user half of the virtual-address space 914 * Task size is 0x4000000000 for RV64 or 0x9fc00000 for RV32. 918 * - 0x4000000000 ( 256GB) for RV64 using SV39 mmu 919 * - 0x800000000000 ( 128TB) for RV64 using SV48 mmu 920 * - 0x100000000000000 ( 64PB) for RV64 using SV57 mmu
|
D | pgtable-64.h | 73 * rv64 PTE format:
|
/linux-6.14.4/arch/riscv/kernel/ |
D | hibernate.c | 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()
|
D | cpu.c | 271 seq_write(f, "rv64", 4); in print_isa()
|
D | elf_kexec.c | 105 * RV64 and 4MB alignment for RV32 in elf_find_pbase()
|
D | sbi.c | 37 * greater than BITS_PER_LONG (32 for RV32 and 64 for RV64). Ideally, SBI v0.2 in __sbi_v01_cpumask_to_hartmask()
|
/linux-6.14.4/arch/riscv/net/ |
D | bpf_jit.h | 3 * Common functionality for RV32 and RV64 BPF JIT compilers 347 /* Instructions shared by both RV32 and RV64. */ 784 * RV64-only instructions. 912 /* RV64-only RVC instructions. */ 958 /* RV64-only ZBA instructions. */ 1131 /* RV64-only helper functions. */
|
D | bpf_jit_core.c | 3 * Common functionality for RV32 and RV64 BPF JIT compilers
|
/linux-6.14.4/drivers/firmware/efi/libstub/ |
D | efi-stub.c | 35 * services on both RV32/RV64. Keep the same runtime virtual address for RISC-V
|
/linux-6.14.4/arch/riscv/lib/ |
D | uaccess.S | 45 * SZREG holds 4 for RV32 and 8 for RV64
|
D | crc32-riscv.c | 95 /* Each quotient should match the upper half of its analog in RV64 */
|
D | csum.c | 137 * Align address to closest word (double word on rv64) that comes before in do_csum_with_alignment()
|
/linux-6.14.4/arch/riscv/ |
D | Makefile | 38 KBUILD_RUSTFLAGS += -Ctarget-cpu=generic-rv64 --target=riscv64imac-unknown-none-elf \
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | vmtest.sh | 42 CROSS_FLAGS=(-M virt -cpu rv64,sscofpmf=true -smp 8)
|
D | README.rst | 88 Running vmtest on RV64
|
/linux-6.14.4/tools/testing/selftests/wireguard/qemu/ |
D | Makefile | 226 QEMU_MACHINE := -cpu rv64 -machine virt
|
/linux-6.14.4/arch/parisc/net/ |
D | bpf_jit_comp64.c | 7 * The code is based on the BPF JIT compiler for RV64 by Björn Töpel.
|
D | bpf_jit_comp32.c | 7 * The code is based on the BPF JIT compiler for RV64 by Björn Töpel and
|
/linux-6.14.4/arch/riscv/mm/ |
D | init.c | 1457 * Note that SPARSEMEM_VMEMMAP is only selected for rv64 and that we in vmemmap_populate()
|