Home
last modified time | relevance | path

Searched refs:new_fdt_addr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dfdt.c188 void *new_fdt_addr; member
205 return update_fdt_memmap(p->new_fdt_addr, map); in exit_boot_func()
225 unsigned long *new_fdt_addr, in allocate_new_fdt_and_exit_boot()
276 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, ULONG_MAX); in allocate_new_fdt_and_exit_boot()
283 (void *)*new_fdt_addr, MAX_FDT_SIZE, cmdline_ptr); in allocate_new_fdt_and_exit_boot()
290 priv.new_fdt_addr = (void *)*new_fdt_addr; in allocate_new_fdt_and_exit_boot()
334 efi_free(MAX_FDT_SIZE, *new_fdt_addr); in allocate_new_fdt_and_exit_boot()
223 allocate_new_fdt_and_exit_boot(void *handle, efi_loaded_image_t *image, unsigned long *new_fdt_addr, char *cmdline_ptr) allocate_new_fdt_and_exit_boot() argument
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dfdt.c188 void *new_fdt_addr; member
205 return update_fdt_memmap(p->new_fdt_addr, map); in exit_boot_func()
225 unsigned long *new_fdt_addr, in allocate_new_fdt_and_exit_boot()
276 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, ULONG_MAX); in allocate_new_fdt_and_exit_boot()
283 (void *)*new_fdt_addr, MAX_FDT_SIZE, cmdline_ptr); in allocate_new_fdt_and_exit_boot()
290 priv.new_fdt_addr = (void *)*new_fdt_addr; in allocate_new_fdt_and_exit_boot()
334 efi_free(MAX_FDT_SIZE, *new_fdt_addr); in allocate_new_fdt_and_exit_boot()
223 allocate_new_fdt_and_exit_boot(void *handle, efi_loaded_image_t *image, unsigned long *new_fdt_addr, char *cmdline_ptr) allocate_new_fdt_and_exit_boot() argument

Completed in 2 milliseconds