Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dfdt.c36 u64 fdt_val64; in update_fdt() local
97 fdt_val64 = cpu_to_fdt64((u64)(unsigned long)efi_system_table); in update_fdt()
99 status = fdt_setprop_var(fdt, node, "linux,uefi-system-table", fdt_val64); in update_fdt()
103 fdt_val64 = U64_MAX; /* placeholder */ in update_fdt()
105 status = fdt_setprop_var(fdt, node, "linux,uefi-mmap-start", fdt_val64); in update_fdt()
126 efi_status = efi_get_random_bytes(sizeof(fdt_val64), in update_fdt()
127 (u8 *)&fdt_val64); in update_fdt()
129 status = fdt_setprop_var(fdt, node, "kaslr-seed", fdt_val64); in update_fdt()
150 u64 fdt_val64; in update_fdt_memmap() local
157 fdt_val64 = cpu_to_fdt64((unsigned long)map->map); in update_fdt_memmap()
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Darm64_kexec-arm64.c-workaround-for-getrandom-syscall.patch16 | result = getrandom(&fdt_val64,
46 result = syscall(SYS_getrandom, &fdt_val64,
47 sizeof(fdt_val64),
52 + result = getrandom(&fdt_val64,
53 + sizeof(fdt_val64),