Lines Matching +full:risc +full:- +full:v
1 // SPDX-License-Identifier: GPL-2.0
16 * RISC-V requires the kernel image to placed 2 MB aligned base for 64 bit and
37 return -EINVAL; in get_boot_hartid_from_fdt()
41 return -EINVAL; in get_boot_hartid_from_fdt()
43 prop = fdt_getprop((void *)fdt, chosen_node, "boot-hartid", &len); in get_boot_hartid_from_fdt()
45 return -EINVAL; in get_boot_hartid_from_fdt()
52 return -EINVAL; in get_boot_hartid_from_fdt()
89 unsigned long stext_offset = _start_kernel - _start; in efi_enter_kernel()
114 kernel_size = _edata - _start; in handle_kernel_image()
116 *image_size = kernel_size + (_end - _edata); in handle_kernel_image()
119 * RISC-V kernel maps PAGE_OFFSET virtual address to the same physical in handle_kernel_image()