Lines Matching refs:luo_global
70 } luo_global; variable
74 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()
140 luo_global.enabled = false; in liveupdate_early_init()
152 const u64 ln = luo_global.liveupdate_num + 1; in luo_fdt_setup()
176 luo_global.fdt_out = fdt_out; in luo_fdt_setup()
200 luo_global.enabled = false; in luo_late_startup()
252 return luo_global.enabled; in liveupdate_enabled()