HomeSort by: relevance | last modified time | path
    Searched refs:fdt_map_efi_runtime (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/fdt/
fdt_boot.h 38 void fdt_map_efi_runtime(const char *prop, enum cpu_efirt_mem_type type);
fdt_boot.c 96 void fdt_map_efi_runtime(const char *, enum cpu_efirt_mem_type);
347 fdt_map_efi_runtime(const char *prop, enum cpu_efirt_mem_type type) function in typeref:typename:void
  /src/sys/arch/evbarm/fdt/
fdt_machdep.c 459 fdt_map_efi_runtime("netbsd,uefi-runtime-code", ARM_EFIRT_MEM_CODE);
460 fdt_map_efi_runtime("netbsd,uefi-runtime-data", ARM_EFIRT_MEM_DATA);
461 fdt_map_efi_runtime("netbsd,uefi-runtime-mmio", ARM_EFIRT_MEM_MMIO);

Completed in 13 milliseconds