Home
last modified time | relevance | path

Searched refs:devmap_entry (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/kern/
H A Dsubr_devmap.c42 static const struct devmap_entry *devmap_table;
52 static struct devmap_entry akva_devmap_entries[AKVA_DEVMAP_MAX_ENTRIES];
67 const struct devmap_entry *pd; in devmap_dump_table()
98 const struct devmap_entry *pd; in devmap_lastaddr()
124 struct devmap_entry *m; in devmap_add_entry()
159 devmap_register_table(const struct devmap_entry *table) in devmap_register_table()
176 devmap_bootstrap(vm_offset_t l1pt, const struct devmap_entry *table) in devmap_bootstrap()
178 const struct devmap_entry *pd; in devmap_bootstrap()
213 const struct devmap_entry *pd; in devmap_ptov()
233 const struct devmap_entry *pd; in devmap_vtop()
/freebsd-12.1/sys/sys/
H A Ddevmap.h42 struct devmap_entry { struct
69 void devmap_register_table(const struct devmap_entry * _table);
78 const struct devmap_entry *_table);
/freebsd-12.1/sys/arm/mv/
H A Dmvvar.h137 struct devmap_entry;
139 int mv_pci_devmap(phandle_t, struct devmap_entry *, vm_offset_t,
141 int fdt_localbus_devmap(phandle_t, struct devmap_entry *, int, int *);
H A Darmv5_machdep.c282 static struct devmap_entry fdt_devmap[FDT_DEVMAP_MAX] = {
287 platform_sram_devmap(struct devmap_entry *map) in platform_sram_devmap()
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, in mv_default_fdt_pci_devmap()
H A Dmv_armv7_machdep.c354 static struct devmap_entry fdt_devmap[FDT_DEVMAP_MAX] = {
359 platform_sram_devmap(struct devmap_entry *map) in platform_sram_devmap()
H A Dmv_localbus.c389 fdt_localbus_devmap(phandle_t dt_node, struct devmap_entry *fdt_devmap, in fdt_localbus_devmap()
H A Dmv_pci.c237 mv_pci_devmap(phandle_t node, struct devmap_entry *devmap, vm_offset_t io_va, in mv_pci_devmap()
/freebsd-12.1/sys/arm/versatile/
H A Dversatile_machdep.c70 static struct devmap_entry fdt_devmap[FDT_DEVMAP_MAX] = {
/freebsd-12.1/sys/arm/mv/orion/
H A Ddb88f5xxx.c78 const struct devmap_entry db88f5xxx_devmap[] = {