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

/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dopal.c84 int basesz, entrysz, runtimesz; early_init_dt_scan_opal() local
91 sizep = of_get_flat_dt_prop(node, "opal-runtime-size", &runtimesz); early_init_dt_scan_opal()
98 opal.size = of_read_number(sizep, runtimesz/4); early_init_dt_scan_opal()
104 pr_debug("OPAL Entry = 0x%llx (sizep=%p runtimesz=%d)\n", early_init_dt_scan_opal()
105 opal.size, sizep, runtimesz); early_init_dt_scan_opal()

Completed in 37 milliseconds