Searched refs:luo_global (Results 1 – 1 of 1) sorted by relevance
70 } luo_global; variable74 return kstrtobool(buf, &luo_global.enabled); in early_liveupdate_param()87 luo_global.enabled = false; in luo_early_startup()103 luo_global.fdt_in = phys_to_virt(fdt_phys); in luo_early_startup()104 err = fdt_node_check_compatible(luo_global.fdt_in, 0, in luo_early_startup()114 ptr = fdt_getprop(luo_global.fdt_in, 0, LUO_FDT_LIVEUPDATE_NUM, in luo_early_startup()116 if (!ptr || ln_size != sizeof(luo_global.liveupdate_num)) { in luo_early_startup()123 luo_global.liveupdate_num = get_unaligned((u64 *)ptr); in luo_early_startup()125 luo_global.liveupdate_num); in luo_early_startup()127 err = luo_session_setup_incoming(luo_global.fdt_in); in luo_early_startup()[all …]