Home
last modified time | relevance | path

Searched refs:entryp (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/platforms/powernv/
A Dopal.c113 const void *basep, *entryp, *sizep; 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()
123 if (!basep || !entryp || !sizep) 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()
/arch/powerpc/kernel/
A Drtas.c2057 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
2063 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas()
2072 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
2074 rtas.entry = *entryp; in early_init_dt_scan_rtas()

Completed in 10 milliseconds