Searched refs:entrysz (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 114 int basesz, entrysz, runtimesz; in early_init_dt_scan_opal() local 120 entryp = of_get_flat_dt_prop(node, "opal-entry-address", &entrysz); in early_init_dt_scan_opal() 127 opal.entry = of_read_number(entryp, entrysz/4); in early_init_dt_scan_opal() 133 opal.entry, entryp, entrysz); in early_init_dt_scan_opal()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 114 int basesz, entrysz, runtimesz; in early_init_dt_scan_opal() local 120 entryp = of_get_flat_dt_prop(node, "opal-entry-address", &entrysz); in early_init_dt_scan_opal() 127 opal.entry = of_read_number(entryp, entrysz/4); in early_init_dt_scan_opal() 133 opal.entry, entryp, entrysz); in early_init_dt_scan_opal()
|
Completed in 4 milliseconds