Searched refs:entryp (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/platforms/powernv/ |
D | opal.c | 101 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local 108 entryp = of_get_flat_dt_prop(node, "opal-entry-address", &entrysz); in early_init_dt_scan_opal() 111 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal() 115 opal.entry = of_read_number(entryp, entrysz/4); in early_init_dt_scan_opal() 121 opal.entry, entryp, entrysz); in early_init_dt_scan_opal()
|
/arch/powerpc/kernel/ |
D | rtas.c | 1203 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local 1209 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas() 1212 if (basep && entryp && sizep) { in early_init_dt_scan_rtas() 1214 rtas.entry = *entryp; in early_init_dt_scan_rtas()
|