Searched refs:devmap (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/sys/arm/altera/socfpga/
H A Dsocfpga_machdep.c40 #include <sys/devmap.h>
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_machdep.c36 #include <sys/devmap.h>
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_machdep.c36 #include <sys/devmap.h>
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx53_machdep.c36 #include <sys/devmap.h>
H A Dimx51_machdep.c36 #include <sys/devmap.h>
H A Dimx_machdep.c35 #include <sys/devmap.h>
H A Dimx6_machdep.c36 #include <sys/devmap.h>
/freebsd-11-stable/sys/arm/rockchip/
H A Drk30xx_machdep.c40 #include <sys/devmap.h>
/freebsd-11-stable/sys/arm/qemu/
H A Dvirt_machdep.c35 #include <sys/devmap.h>
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_machdep.c47 #include <sys/devmap.h>
92 * Construct devmap table with DT-derived config data.
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_machdep.c42 #include <sys/devmap.h>
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_machdep.c48 #include <sys/devmap.h>
/freebsd-11-stable/sys/arm/ti/
H A Dti_machdep.c46 #include <sys/devmap.h>
69 * Construct static devmap entries to map out the most frequently used
/freebsd-11-stable/sys/arm/at91/
H A Dat91_common.c33 #include <sys/devmap.h>
/freebsd-11-stable/sys/arm/arm/
H A Dbus_space_generic.c46 #include <sys/devmap.h>
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_machdep.c37 #include <sys/devmap.h>
148 * Construct static devmap entries to map out the core
/freebsd-11-stable/sys/arm/annapurna/alpine/
H A Dalpine_machdep.c37 #include <sys/devmap.h>
124 * Construct devmap table with DT-derived config data.
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_machdep.c48 #include <sys/devmap.h>
/freebsd-11-stable/sys/arm/mv/
H A Dmv_machdep.c48 #include <sys/devmap.h>
325 int mv_default_fdt_pci_devmap(phandle_t node, struct devmap_entry *devmap,
328 mv_default_fdt_pci_devmap(phandle_t node, struct devmap_entry *devmap, argument
337 * XXX: When device entry in devmap has pd_size smaller than section size,
342 * Construct devmap table with DT-derived config data.
358 * Acquire SoC registers' base passed by u-boot and fill devmap
391 * Check space: each PCI node will consume 2 devmap
H A Dmv_pci.c55 #include <sys/devmap.h>
224 mv_pci_devmap(phandle_t node, struct devmap_entry *devmap, vm_offset_t io_va, argument
233 devmap->pd_va = (io_va ? io_va : io_space.base_parent);
234 devmap->pd_pa = io_space.base_parent;
235 devmap->pd_size = io_space.len;
236 devmap++;
238 devmap->pd_va = (mem_va ? mem_va : mem_space.base_parent);
239 devmap->pd_pa = mem_space.base_parent;
240 devmap->pd_size = mem_space.len;
/freebsd-11-stable/sys/arm/freescale/
H A Dfsl_ocotp.c50 * Find the physical address and size of the ocotp registers and devmap them,
62 #include <sys/devmap.h>
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_machdep.c36 #include <sys/devmap.h>
/freebsd-11-stable/sys/kern/
H A Dsubr_devmap.c36 #include <sys/devmap.h>
46 * The allocated-kva (akva) devmap table and metadata. Platforms can call
91 * Return the "last" kva address used by the registered devmap table. It's
114 * Add an entry to the internal "akva" static devmap table using the given
166 * Map all of the static regions in the devmap table, and remember the devmap
278 ("Too many early devmap mappings"));
313 DB_SHOW_COMMAND(devmap, db_show_devmap)
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_machdep.c42 #include <sys/devmap.h>
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Decona_machdep.c65 #include <sys/devmap.h>

Completed in 124 milliseconds

12