Searched refs:fdtp (Results 1 – 4 of 4) sorted by relevance
380 int sandbox_load_other_fdt(void **fdtp, int *sizep) in sandbox_load_other_fdt() argument384 void *fdt = *fdtp; in sandbox_load_other_fdt()392 if (!*fdtp) { in sandbox_load_other_fdt()400 *fdtp = fdt; in sandbox_load_other_fdt()
179 static efi_status_t copy_fdt(void **fdtp) in copy_fdt() argument203 fdt = *fdtp; in copy_fdt()218 *fdtp = (void *)(uintptr_t)new_fdt_addr; in copy_fdt()
126 fdt32_t *fdtp = (fdt32_t *)working_fdt; in fdt_get_header_value() local137 val = fdt32_to_cpu(fdtp[i]); in fdt_get_header_value()
353 int sandbox_load_other_fdt(void **fdtp, int *sizep);
Completed in 9 milliseconds