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

12

/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx53_machdep.c38 #include <sys/devmap.h>
H A Dimx51_machdep.c38 #include <sys/devmap.h>
H A Dimx_machdep.c37 #include <sys/devmap.h>
H A Dimx6_machdep.c38 #include <sys/devmap.h>
/freebsd-12-stable/sys/arm/qemu/
H A Dvirt_machdep.c35 #include <sys/devmap.h>
/freebsd-12-stable/sys/arm/versatile/
H A Dversatile_machdep.c47 #include <sys/devmap.h>
77 * Construct devmap table with DT-derived config data.
/freebsd-12-stable/sys/arm/xilinx/
H A Dzy7_machdep.c46 #include <sys/devmap.h>
/freebsd-12-stable/sys/arm/freescale/vybrid/
H A Dvf_machdep.c36 #include <sys/devmap.h>
/freebsd-12-stable/sys/arm/rockchip/
H A Drk30xx_machdep.c42 #include <sys/devmap.h>
/freebsd-12-stable/sys/arm/samsung/exynos/
H A Dexynos5_machdep.c37 #include <sys/devmap.h>
/freebsd-12-stable/sys/arm/altera/socfpga/
H A Dsocfpga_machdep.c39 #include <sys/devmap.h>
/freebsd-12-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-12-stable/sys/arm/arm/
H A Dbus_space_generic.c48 #include <sys/devmap.h>
/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_machdep.c50 #include <sys/devmap.h>
/freebsd-12-stable/sys/arm/ralink/
H A Drt1310_machdep.c49 #include <sys/devmap.h>
/freebsd-12-stable/sys/arm/ti/
H A Dti_machdep.c48 #include <sys/devmap.h>
98 * Construct static devmap entries to map out the most frequently used
/freebsd-12-stable/sys/arm/mv/
H A Darmv5_machdep.c50 #include <sys/devmap.h>
328 int mv_default_fdt_pci_devmap(phandle_t node, struct devmap_entry *devmap,
331 mv_default_fdt_pci_devmap(phandle_t node, struct devmap_entry *devmap, argument
340 * XXX: When device entry in devmap has pd_size smaller than section size,
345 * Construct devmap table with DT-derived config data.
383 * Check space: each PCI node will consume 2 devmap
H A Dmv_pci.c57 #include <sys/devmap.h>
237 mv_pci_devmap(phandle_t node, struct devmap_entry *devmap, vm_offset_t io_va, argument
246 devmap->pd_va = (io_va ? io_va : io_space.base_parent);
247 devmap->pd_pa = io_space.base_parent;
248 devmap->pd_size = io_space.len;
249 devmap++;
251 devmap->pd_va = (mem_va ? mem_va : mem_space.base_parent);
252 devmap->pd_pa = mem_space.base_parent;
253 devmap->pd_size = mem_space.len;
H A Dmv_armv7_machdep.c51 #include <sys/devmap.h>
366 * Construct devmap table with DT-derived config data.
403 * Check space: each PCI node will consume 2 devmap
425 * Acquire SoC registers' base passed by u-boot and fill devmap
/freebsd-12-stable/sys/arm/annapurna/alpine/
H A Dalpine_machdep.c38 #include <sys/devmap.h>
113 * Construct devmap table with DT-derived config data.
/freebsd-12-stable/sys/arm/freescale/
H A Dfsl_ocotp.c52 * Find the physical address and size of the ocotp registers and devmap them,
64 #include <sys/devmap.h>
/freebsd-12-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_machdep.c36 #include <sys/devmap.h>
/freebsd-12-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"));
309 ("Too many early devmap mappings 2"));
344 DB_SHOW_COMMAND(devmap, db_show_devmap)
/freebsd-12-stable/sys/arm/allwinner/
H A Daw_machdep.c42 #include <sys/devmap.h>
/freebsd-12-stable/sys/dev/pci/
H A Dpci_dw_mv.c38 #include <sys/devmap.h>

Completed in 165 milliseconds

12