OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_phys
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/fdt/
pcihost_fdt.c
289
const uint64_t
cpu_phys
= DECODE64(ranges, 3);
local
306
pibs->ranges[pibs->nranges].bbus =
cpu_phys
;
311
bus_phys, size,
cpu_phys
);
334
pmbs->ranges[pmbs->nranges].bbus =
cpu_phys
;
342
is64 ? 64 : 32, bus_phys, size,
cpu_phys
);
347
is64 ? 64 : 32, bus_phys, size,
cpu_phys
);
/src/sys/arch/riscv/fdt/
pcihost_fdt.c
271
const uint64_t
cpu_phys
= DECODE64(ranges, 3);
local
288
pibs->ranges[pibs->nranges].bbus =
cpu_phys
;
293
bus_phys, size,
cpu_phys
);
316
pmbs->ranges[pmbs->nranges].bbus =
cpu_phys
;
324
is64 ? 64 : 32, bus_phys, size,
cpu_phys
);
329
is64 ? 64 : 32, bus_phys, size,
cpu_phys
);
/src/sys/arch/arm/broadcom/
bcm2838_pcie.c
319
uint64_t bus_phys,
cpu_phys
, size;
local
335
cpu_phys
= ((uint64_t)be32toh(ranges[3])) << 32 | be32toh(ranges[4]);
343
if (bcmstb_addrange(&sc->sc_io, bus_phys,
cpu_phys
, size)) {
351
bus_phys, size,
cpu_phys
);
360
if (bcmstb_addrange(&sc->sc_mem, bus_phys,
cpu_phys
, size)) {
375
bus_phys, size,
cpu_phys
);
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026