Home
last modified time | relevance | path

Searched refs:fdt_val64 (Results 1 – 1 of 1) sorted by relevance

/drivers/firmware/efi/libstub/
Dfdt.c27 u64 fdt_val64; in update_fdt() local
95 fdt_val64 = cpu_to_fdt64((u64)(unsigned long)sys_table); in update_fdt()
97 &fdt_val64, sizeof(fdt_val64)); in update_fdt()
101 fdt_val64 = U64_MAX; /* placeholder */ in update_fdt()
103 &fdt_val64, sizeof(fdt_val64)); in update_fdt()
126 efi_status = efi_get_random_bytes(sys_table, sizeof(fdt_val64), in update_fdt()
127 (u8 *)&fdt_val64); in update_fdt()
130 &fdt_val64, sizeof(fdt_val64)); in update_fdt()
149 u64 fdt_val64; in update_fdt_memmap() local
156 fdt_val64 = cpu_to_fdt64((unsigned long)*map->map); in update_fdt_memmap()
[all …]