Home
last modified time | relevance | path

Searched refs:basep (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/kernel/
Dcrash_dump.c128 const __be32 *basep, *sizep; in crash_free_reserved_phys_range() local
131 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range()
134 if (basep && sizep) { in crash_free_reserved_phys_range()
135 rtas_start = be32_to_cpup(basep); in crash_free_reserved_phys_range()
Drtas.c1205 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
1210 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas()
1220 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
1221 rtas.base = *basep; in early_init_dt_scan_rtas()
1227 basep = of_get_flat_dt_prop(node, "put-term-char", NULL); in early_init_dt_scan_rtas()
1228 if (basep) in early_init_dt_scan_rtas()
1229 rtas_putchar_token = *basep; in early_init_dt_scan_rtas()
1231 basep = of_get_flat_dt_prop(node, "get-term-char", NULL); in early_init_dt_scan_rtas()
1232 if (basep) in early_init_dt_scan_rtas()
1233 rtas_getchar_token = *basep; in early_init_dt_scan_rtas()
/arch/powerpc/kexec/
Dcore_64.c41 const unsigned long *basep; in default_machine_kexec_prepare() local
55 basep = of_get_property(node, "linux,tce-base", NULL); in default_machine_kexec_prepare()
57 if (basep == NULL || sizep == NULL) in default_machine_kexec_prepare()
60 low = *basep; in default_machine_kexec_prepare()
/arch/powerpc/platforms/powernv/
Dopal.c113 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local
119 basep = of_get_flat_dt_prop(node, "opal-base-address", &basesz); in early_init_dt_scan_opal()
123 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal()
126 opal.base = of_read_number(basep, basesz/4); in early_init_dt_scan_opal()
131 opal.base, basep, basesz); in early_init_dt_scan_opal()
/arch/alpha/kernel/
Dosf_sys.c105 long __user *basep; member
128 if (buf->basep) { in osf_filldir()
129 if (put_user(offset, buf->basep)) in osf_filldir()
131 buf->basep = NULL; in osf_filldir()
151 long __user *, basep) in SYSCALL_DEFINE4() argument
158 .basep = basep, in SYSCALL_DEFINE4()
/arch/powerpc/platforms/pseries/
Diommu.c542 const unsigned long *basep; in iommu_table_setparms() local
552 basep = of_get_property(node, "linux,tce-base", NULL); in iommu_table_setparms()
554 if (basep == NULL || sizep == NULL) { in iommu_table_setparms()
562 __va(*basep), &iommu_table_pseries_ops); in iommu_table_setparms()