| /boot/ |
| A D | vbe_abrec.c | 40 uint flags; in abrec_read_nvdata() local 53 flags = nvd->flags; in abrec_read_nvdata() 54 state->try_count = flags & VBEF_TRY_COUNT_MASK; in abrec_read_nvdata() 55 state->try_b = flags & VBEF_TRY_B; in abrec_read_nvdata() 56 state->recovery = flags & VBEF_RECOVERY; in abrec_read_nvdata() 57 state->pick = (flags & VBEF_PICK_MASK) >> VBEF_PICK_SHIFT; in abrec_read_nvdata()
|
| A D | bootflow.c | 93 iter->flags = flags; in bootflow_iter_init() 150 ucp->flags & BOOTMETHF_GLOBAL) in bootflow_iter_set_dev() 245 if (iter->flags & BOOTFLOWIF_SINGLE_DEV) { in iter_incr() 374 if (iter->flags & BOOTFLOWIF_ALL) in bootflow_check() 382 struct bootflow_iter *iter, int flags, in bootflow_scan_first() argument 388 flags |= BOOTFLOWIF_SKIP_GLOBAL; in bootflow_scan_first() 389 bootflow_iter_init(iter, flags); in bootflow_scan_first() 417 if (iter->flags & BOOTFLOWIF_ALL) in bootflow_scan_first() 446 if (iter->flags & BOOTFLOWIF_ALL) in bootflow_scan_next() 474 if (!(bflow->flags & BOOTFLOWF_STATIC_BUF)) in bootflow_free() [all …]
|
| A D | fdt_region.c | 366 char *path, int path_len, int flags, in fdt_first_region() argument 385 path, path_len, flags, info); in fdt_first_region() 464 char *path, int path_len, int flags, in fdt_next_region() argument 474 (flags & FDT_REG_ADD_MEM_RSVMAP)) { in fdt_next_region() 537 if ((flags & FDT_REG_SUPERNODES) && val && in fdt_next_region() 572 !(flags & (FDT_REG_DIRECT_SUBNODES | in fdt_next_region() 582 p.want = (flags & FDT_REG_ALL_SUBNODES) ? in fdt_next_region() 614 if (!p.want && !(flags & FDT_REG_DIRECT_SUBNODES)) in fdt_next_region() 633 if (flags & FDT_REG_SUPERNODES) { in fdt_next_region() 665 if ((flags & FDT_REG_SUPERNODES) && !info->have_node && in fdt_next_region() [all …]
|
| A D | prog_boot.c | 35 int ret, flags, i; in bootstd_prog_boot() local 39 flags = BOOTFLOWIF_HUNT | BOOTFLOWIF_SHOW | BOOTFLOWIF_SKIP_GLOBAL; in bootstd_prog_boot() 42 for (i = 0, ret = bootflow_scan_first(NULL, NULL, &iter, flags, &bflow); in bootstd_prog_boot()
|
| A D | bootdev-uclass.c | 158 if (iter->flags & BOOTFLOWIF_SINGLE_PARTITION) { in bootdev_find_in_blk() 594 if (iter->flags & BOOTFLOWIF_SHOW) { in bootdev_next_label() 660 if (iter->flags & BOOTFLOWIF_HUNT) { in bootdev_next_prio() 663 iter->flags & in bootdev_next_prio() 689 bool show = iter->flags & BOOTFLOWIF_SHOW; in bootdev_setup_iter() 729 if (iter->flags & BOOTFLOWIF_HUNT) { in bootdev_setup_iter() 738 if (iter->flags & BOOTFLOWIF_HUNT) { in bootdev_setup_iter() 749 iter->flags |= BOOTFLOWIF_SINGLE_UCLASS; in bootdev_setup_iter() 751 iter->flags |= BOOTFLOWIF_SINGLE_DEV; in bootdev_setup_iter() 753 iter->flags |= BOOTFLOWIF_SINGLE_MEDIA; in bootdev_setup_iter() [all …]
|
| A D | bootmeth_efi.c | 135 bflow->flags = BOOTFLOWF_USE_PRIOR_FDT; in distro_efi_try_bootflow_files() 167 bflow->flags |= BOOTFLOWF_USE_BUILTIN_FDT; in distro_efi_try_bootflow_files() 245 bflow->flags |= BOOTFLOWF_USE_BUILTIN_FDT; in distro_efi_read_bootflow_net() 263 bflow->flags |= BOOTFLOWF_STATIC_BUF; in distro_efi_read_bootflow() 294 if (bflow->flags & ~BOOTFLOWF_USE_BUILTIN_FDT) in distro_efi_boot()
|
| A D | image-fdt.c | 72 static void boot_fdt_reserve_region(u64 addr, u64 size, u32 flags) in boot_fdt_reserve_region() argument 78 ret = lmb_alloc_mem(LMB_MEM_ALLOC_ADDR, 0, &rsv_addr, size, flags); in boot_fdt_reserve_region() 82 (unsigned long long)size, flags); in boot_fdt_reserve_region() 87 (unsigned long long)size, flags); in boot_fdt_reserve_region() 106 u32 flags; in boot_fdt_add_mem_rsv_regions() local 128 flags = LMB_NOOVERWRITE; in boot_fdt_add_mem_rsv_regions() 131 flags = LMB_NOMAP; in boot_fdt_add_mem_rsv_regions() 134 boot_fdt_reserve_region(addr, size, flags); in boot_fdt_add_mem_rsv_regions()
|
| A D | scene_textline.c | 82 if (!(obj->flags & SCENEOF_SIZE_VALID)) { in scene_textline_calc_dims() 85 obj->flags |= SCENEOF_SIZE_VALID; in scene_textline_calc_dims() 98 const bool open = tline->obj.flags & SCENEOF_OPEN; in scene_textline_arrange() 134 const bool open = tline->obj.flags & SCENEOF_OPEN; in scene_textline_send_key() 179 const bool open = tline->obj.flags & SCENEOF_OPEN; in scene_textline_render_deps()
|
| A D | scene.c | 275 obj->flags |= SCENEOF_SIZE_VALID; in scene_obj_set_size() 304 obj->flags |= SCENEOF_SIZE_VALID; in scene_obj_set_bbox() 352 obj->flags &= ~clr; in scene_obj_flag_clrset() 353 obj->flags |= set; in scene_obj_flag_clrset() 556 if (obj->flags & SCENEOF_POINT) { in scene_txt_render() 595 if (obj->flags & SCENEOF_POINT) in scene_txt_render() 647 if (obj->flags & SCENEOF_OPEN) { in scene_obj_render() 673 if (obj->flags & SCENEOF_OPEN) in scene_obj_render() 806 if (!(obj->flags & SCENEOF_HIDE)) { in scene_render_deps() 839 if (!(obj->flags & SCENEOF_HIDE)) { in scene_render() [all …]
|
| A D | bootm.c | 784 else if (want_silent == -1 && !(gd->flags & GD_FLG_SILENT)) in fixup_silent_linux() 848 int bootm_process_cmdline(char *buf, int maxlen, int flags) in bootm_process_cmdline() argument 855 (flags & BOOTM_CL_SILENT)) { in bootm_process_cmdline() 861 (flags & BOOTM_CL_SUBST)) { in bootm_process_cmdline() 870 int bootm_process_cmdline_env(int flags) in bootm_process_cmdline_env() argument 880 !IS_ENABLED(CONFIG_SILENT_U_BOOT_ONLY) && (flags & BOOTM_CL_SILENT); in bootm_process_cmdline_env() 894 ret = bootm_process_cmdline(buf, maxlen, flags); in bootm_process_cmdline_env() 1069 int flags = 0; in bootm_run_states() local 1072 flags = BOOTM_CL_ALL; in bootm_run_states() 1073 ret = bootm_process_cmdline_env(flags); in bootm_run_states()
|
| A D | scene_menu.c | 232 const bool open = menu->obj.flags & SCENEOF_OPEN; in scene_menu_arrange() 276 if (item->flags & SCENEMIF_GAP_BEFORE) in scene_menu_arrange() 333 menu->obj.flags |= SCENEOF_SIZE_VALID; in scene_menu_arrange() 383 const bool open = menu->obj.flags & SCENEOF_OPEN; in scene_menu_send_key() 450 uint flags, struct scene_menitem **itemp) in scene_menuitem() argument 477 item->flags = flags; in scene_menuitem()
|
| A D | vbe_simple.c | 149 plat->flags = BOOTMETHF_GLOBAL; in bootmeth_vbe_simple_bind() 168 .flags = DM_FLAG_PRE_RELOC,
|
| A D | vbe_abrec_fw.c | 93 uint flags, tries, prev_result; in abrec_run_vpl() local 127 } else if (flags & VBEF_TRY_B) { in abrec_run_vpl() 234 image->flags = SPL_SANDBOXF_ARG_IS_BUF; in abrec_load_from_image()
|
| A D | bootmeth-uclass.c | 159 is_global = ucp->flags & in bootmeth_setup_iter_order() 195 (ucp->flags & BOOTMETHF_GLOBAL); in bootmeth_setup_iter_order() 460 int flags) in on_bootmeths() argument 484 .flags = DM_UC_FLAG_SEQ_ALIAS,
|
| A D | image-board.c | 96 int flags) in on_loadaddr() argument 639 int flags = 0; in boot_get_fpga() local 693 flags = fpga_compatible2flag(devnum, compatible); in boot_get_fpga() 702 img_len, BIT_FULL, flags); in boot_get_fpga() 709 img_len, BIT_PARTIAL, flags); in boot_get_fpga()
|
| A D | vbe_common.h | 93 u32 flags; member
|
| A D | bootmeth_cros.h | 194 uint32_t flags; member
|
| A D | bootmeth_efi_mgr.c | 100 plat->flags = BOOTMETHF_GLOBAL; in bootmeth_efi_mgr_bind()
|
| A D | bootm_os.c | 400 Bootelf_flags flags = { .autostart = 1 }; in do_bootm_elf() local 416 bootelf(bmi->images->ep, flags, bmi->argc, bmi->argv); in do_bootm_elf()
|
| A D | vbe_simple_fw.c | 122 image->flags = SPL_SANDBOXF_ARG_IS_BUF; in simple_load_from_image()
|
| A D | bootstd-uclass.c | 182 if (!(gd->flags & GD_FLG_RELOC)) in dm_scan_other()
|
| A D | bootflow_menu.c | 207 if (ucp->flags & BOOTMETHF_GLOBAL) in bootflow_menu_add_all()
|
| A D | bootmeth_rauc.c | 413 plat->flags = BOOTMETHF_ANY_PART; in distro_rauc_bootmeth_bind()
|
| A D | bootmeth_cros.c | 465 plat->flags = BOOTMETHF_ANY_PART; in cros_bootmeth_bind()
|
| A D | bootmeth_android.c | 604 plat->flags = BOOTMETHF_ANY_PART; in android_bootmeth_bind()
|