Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/freebsd/sys/dev/bhnd/
H A Dbhnd_erom.c75 struct bhnd_resource *mapped; /**< current mapping, or NULL */ member
392 iores->mapped = NULL; in bhnd_erom_iores_new()
414 if (iores->mapped) { in bhnd_erom_iores_map()
416 if (rman_get_start(iores->mapped->res) == addr && in bhnd_erom_iores_map()
417 rman_get_size(iores->mapped->res) == size) in bhnd_erom_iores_map()
424 iores->mapped_rid, iores->mapped); in bhnd_erom_iores_map()
425 iores->mapped = NULL; in bhnd_erom_iores_map()
431 iores->mapped = bhnd_alloc_resource(iores->owner, SYS_RES_MEMORY, in bhnd_erom_iores_map()
434 if (iores->mapped == NULL) { in bhnd_erom_iores_map()
448 if (iores->mapped == NULL) in bhnd_erom_iores_tell()
[all …]
/freebsd/sys/riscv/riscv/
H A Duio_machdep.c63 bool mapped; in uiomove_fromphys() local
74 mapped = false; in uiomove_fromphys()
91 mapped = pmap_map_io_transient( in uiomove_fromphys()
122 if (__predict_false(mapped)) { in uiomove_fromphys()
125 mapped = false; in uiomove_fromphys()
135 if (__predict_false(mapped)) { in uiomove_fromphys()
/freebsd/sys/arm64/arm64/
H A Duio_machdep.c63 bool mapped; in uiomove_fromphys() local
74 mapped = false; in uiomove_fromphys()
91 mapped = pmap_map_io_transient( in uiomove_fromphys()
122 if (__predict_false(mapped)) { in uiomove_fromphys()
125 mapped = false; in uiomove_fromphys()
135 if (__predict_false(mapped)) { in uiomove_fromphys()
/freebsd/sys/amd64/amd64/
H A Duio_machdep.c65 bool mapped; in uiomove_fromphys() local
76 mapped = false; in uiomove_fromphys()
93 mapped = pmap_map_io_transient( in uiomove_fromphys()
124 if (__predict_false(mapped)) { in uiomove_fromphys()
127 mapped = false; in uiomove_fromphys()
137 if (__predict_false(mapped)) in uiomove_fromphys()
/freebsd/contrib/jemalloc/src/
H A Dbase.c220 assert(base->resident <= base->mapped); in base_extent_bump_alloc_post()
226 assert(base->mapped >= base->n_thp << LG_HUGEPAGE); in base_extent_bump_alloc_post()
329 base->mapped += block->size; in base_extent_alloc()
338 assert(base->resident <= base->mapped); in base_extent_alloc()
339 assert(base->n_thp << LG_HUGEPAGE <= base->mapped); in base_extent_alloc()
381 base->mapped = block->size; in base_new()
386 assert(base->resident <= base->mapped); in base_new()
387 assert(base->n_thp << LG_HUGEPAGE <= base->mapped); in base_new()
482 size_t *mapped, size_t *n_thp) { in base_stats_get() argument
487 assert(base->resident <= base->mapped); in base_stats_get()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dst,stih4xx.txt6 - reg: Physical base address of the IP registers and length of memory mapped region.
14 - reg: Physical base address of the IP registers and length of memory mapped region.
32 - reg: Physical base address of the IP registers and length of memory mapped region.
48 - reg: Physical base address of the IP registers and length of memory mapped region.
49 - reg-names: names of the mapped memory regions listed in regs property in
60 - reg: Physical base address of the IP registers and length of memory mapped region.
61 - reg-names: names of the mapped memory regions listed in regs property in
76 - reg: Physical base address of the IP registers and length of memory mapped region.
77 - reg-names: names of the mapped memory regions listed in regs property in
89 - reg: Physical base address of the IP registers and length of memory mapped region.
[all …]
/freebsd/sys/amd64/vmm/io/
H A Diommu.c286 uint64_t mapped, remaining; in iommu_create_mapping() local
291 mapped = IOMMU_CREATE_MAPPING(dom, gpa, hpa, remaining); in iommu_create_mapping()
292 gpa += mapped; in iommu_create_mapping()
293 hpa += mapped; in iommu_create_mapping()
294 remaining -= mapped; in iommu_create_mapping()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmdio-mux-mmioreg.txt1 Properties for an MDIO bus multiplexer controlled by a memory-mapped device
3 This is a special case of a MDIO bus multiplexer. A memory-mapped device,
5 node must be a child of the memory-mapped device. The driver currently only
23 The FPGA node defines a memory-mapped FPGA with a register space of 0x30 bytes.
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A DReadme.freebsd.txt60 PhyParms[0-3] are mapped to Phy0-3 and PhyParms[8-11] are mapped to Phy4-8.
61 In SPCv+/SPCve+ controller(16-phy controller), PhyParms[0-15] are mapped to
/freebsd/sys/dev/xen/privcmd/
H A Dprivcmd.c73 boolean_t mapped; member
128 if (map->mapped == true) { in privcmd_pg_dtor()
152 if (map->mapped != true) in privcmd_pg_fault()
380 umap->mapped = true; in privcmd_ioctl()
386 if (!umap->mapped) in privcmd_ioctl()
439 umap->mapped = true; in privcmd_ioctl()
442 if (!umap->mapped) in privcmd_ioctl()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-mapped_section.c130 uint64_t mapped; in map() local
134 mapped = pt_msec_map(&msec, 0x900); in map()
135 ptu_uint_eq(mapped, 0x2800); in map()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp28 bool mapped, bool stack_memory) in SBMemoryRegionInfo() argument
30 LLDB_INSTRUMENT_VA(this, name, begin, end, permissions, mapped, stack_memory); in SBMemoryRegionInfo()
35 m_opaque_up->SetMapped(mapped ? MemoryRegionInfo::eYes in SBMemoryRegionInfo()
/freebsd/contrib/ncurses/include/
H A DCaps-ncurses173 #key_smap_in1 kmpf1 str Kv - - ----K special mapped key 1 input
174 #key_smap_out1 kmpt1 str KV - - ----K special mapped key 1 output
175 #key_smap_in2 kmpf2 str Kw - - ----K special mapped key 2 input
176 #key_smap_out2 kmpt2 str KW - - ----K special mapped key 2 output
177 #key_smap_in3 kmpf3 str Kx - - ----K special mapped key 3 input
178 #key_smap_out3 kmpt3 str KX - - ----K special mapped key 3 output
179 #key_smap_in4 kmpf4 str Ky - - ----K special mapped key 4 input
180 #key_smap_out4 kmpt4 str KY - - ----K special mapped key 4 output
181 #key_smap_in5 kmpf5 str Kz - - ----K special mapped key 5 input
182 #key_smap_out5 kmpt5 str KZ - - ----K special mapped key 5 output
[all …]
/freebsd/sys/dev/bhnd/siba/
H A Dsiba_subr.c104 .mapped = false, in siba_alloc_dinfo()
176 dinfo->intr.mapped = false; in siba_register_interrupts()
188 dinfo->intr.mapped = true; in siba_register_interrupts()
580 if (dinfo->core_id.intr_en && dinfo->intr.mapped) { in siba_free_dinfo()
582 dinfo->intr.mapped = false; in siba_free_dinfo()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dti,c64x+megamod-pic.txt68 interrupts mapped directly to the core with "ti,c64x+megamod-pic-mux" will
84 combiner. Combiner-0 is mapped to core interrupt 12, combiner-1 is mapped
101 mapped directly to core priority interrupt 8. The node using this interrupt
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dfixed-mmio-clock.txt1 Binding for simple memory mapped io fixed-rate clock sources.
2 The driver reads a clock frequency value from a single 32-bit memory mapped
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Datmel-quadspi.txt8 and the mapped memory.
11 - qspi_mmap: memory mapped address space
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-mm-lantiq.txt1 Lantiq SoC External Bus memory mapped GPIO controller
7 The node describing the memory mapped GPIOs needs to be a child of the node
H A Dwd,mbl-gpio.txt1 Bindings for the Western Digital's MyBook Live memory-mapped GPIO controllers.
3 The Western Digital MyBook Live has two memory-mapped GPIO controllers.
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dvexpress-scc.txt8 In some cases its registers are also mapped in normal address space
23 - reg: when the SCC is memory mapped, physical address and size of the
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dallegro.txt13 - reg: base and length of the memory mapped register region and base and
14 length of the memory mapped sram
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Docteon-usb.txt10 the length of the memory mapped region.
41 the length of the memory mapped region.
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtxrx.c191 bool mapped; in ath10k_wait_for_peer_common()
194 mapped = !!ath10k_peer_find(ar, vdev_id, addr); in ath10k_wait_for_peer_common()
197 (mapped == expect_mapped || in ath10k_wait_for_peer_common()
/freebsd/sys/dev/pci/
H A Dpcib_if.m113 # Allocate 'count' MSI messages mapped onto 'count' IRQs. 'irq' points
128 # Release 'count' MSI messages mapped onto 'count' IRQs stored in the
139 # Allocate a single MSI-X message mapped onto '*irq'.
148 # Release a single MSI-X message mapped onto 'irq'.
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dadi,axi-dmac.txt5 - reg: Specification for the controllers memory mapped register map.
26 0 (AXI_DMAC_TYPE_AXI_MM): Memory mapped AXI interface

12345678910>>...22