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