Lines Matching +full:multi +full:- +full:address
1 // SPDX-License-Identifier: GPL-2.0-only
20 prop = fdt_getprop_w((void *)dtb_pa, node, "kaslr-seed", &len); in get_kaslr_seed()
30 * fdt_device_is_available - check if a device is available for use
79 * isa_string_contains - check if isa string contains an extension
98 /* Search for single chars between rv32/64 and multi-letter extensions */ in isa_string_contains()
106 /* Skip to start of multi-letter extensions */ in isa_string_contains()
115 /* Multi-letter extensions must be split from other multi-letter in isa_string_contains()
116 * extensions with an "_", the end of a multi-letter extension will in isa_string_contains()
118 * multi-letter extension. in isa_string_contains()
129 * early_cpu_isa_ext_available - check if cpu node has an extension
143 prop = fdt_getprop(fdt, node, "riscv,isa-extensions", &len); in early_cpu_isa_ext_available()
155 * fdt_early_match_extension_isa - check if all cpu nodes have an extension
189 * set_satp_mode_from_fdt - determine SATP mode based on the MMU type in fdt
191 * @dtb_pa: physical address of the device tree blob
213 mmu_type = fdt_getprop(fdt, node, "mmu-type", NULL); in set_satp_mode_from_fdt()