Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
A Dcrash_dump.c115 const __be32 *basep, *sizep; in crash_free_reserved_phys_range() local
118 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range()
121 if (basep && sizep) { in crash_free_reserved_phys_range()
122 rtas_start = be32_to_cpup(basep); in crash_free_reserved_phys_range()
A Drtas.c2057 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
2062 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas()
2072 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
2073 rtas.base = *basep; in early_init_dt_scan_rtas()
/arch/powerpc/kexec/
A Dcore_64.c43 const unsigned long *basep; in machine_kexec_prepare() local
57 basep = of_get_property(node, "linux,tce-base", NULL); in machine_kexec_prepare()
59 if (basep == NULL || sizep == NULL) in machine_kexec_prepare()
62 low = *basep; in machine_kexec_prepare()
/arch/alpha/kernel/
A Dosf_sys.c106 long __user *basep; member
129 if (buf->basep) { in osf_filldir()
130 if (put_user(offset, buf->basep)) in osf_filldir()
132 buf->basep = NULL; in osf_filldir()
152 long __user *, basep) in SYSCALL_DEFINE4() argument
159 .basep = basep, in SYSCALL_DEFINE4()
/arch/powerpc/platforms/powernv/
A 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/powerpc/platforms/pseries/
A Diommu.c586 const unsigned long *basep; in iommu_table_setparms() local
596 basep = of_get_property(node, "linux,tce-base", NULL); in iommu_table_setparms()
598 if (basep == NULL || sizep == NULL) { in iommu_table_setparms()
606 __va(*basep), &iommu_table_pseries_ops); in iommu_table_setparms()

Completed in 25 milliseconds