Home
last modified time | relevance | path

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

/lib/bootargs/
A Dbootargs.c25 static struct lk_boot_arg *boot_args; variable
142 boot_args = paddr_to_kvaddr(lk_boot_args[1]); in bootargs_init_hook()
144 boot_args = (void *)lk_boot_args[1]; in bootargs_init_hook()
147 if (!boot_args) { in bootargs_init_hook()
153 if (boot_args[0].type != LK_BOOT_ARG_TYPE_INITIAL) { in bootargs_init_hook()
172 struct lk_boot_arg *arg = boot_args; in find_tag()

Completed in 4 milliseconds