| /freebsd-14.2/sys/dev/bhnd/ |
| H A D | bhnd_erom.c | 393 iores->mapped = NULL; in bhnd_erom_iores_new() 415 if (iores->mapped) { in bhnd_erom_iores_map() 426 iores->mapped = NULL; in bhnd_erom_iores_map() 449 if (iores->mapped == NULL) in bhnd_erom_iores_tell() 463 if (iores->mapped == NULL) in bhnd_erom_iores_read() 484 if (iores->mapped) { in bhnd_erom_iores_fini() 487 iores->mapped = NULL; in bhnd_erom_iores_fini() 521 iobus->mapped = false; in bhnd_erom_iobus_init() 556 iobus->mapped = true; in bhnd_erom_iobus_map() 567 if (!iobus->mapped) in bhnd_erom_iobus_tell() [all …]
|
| /freebsd-14.2/sys/amd64/amd64/ |
| H A D | uio_machdep.c | 68 bool mapped; in uiomove_fromphys() local 79 mapped = false; in uiomove_fromphys() 96 mapped = pmap_map_io_transient( in uiomove_fromphys() 119 if (__predict_false(mapped)) { in uiomove_fromphys() 122 mapped = false; in uiomove_fromphys() 132 if (__predict_false(mapped)) in uiomove_fromphys()
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | uio_machdep.c | 66 bool mapped; in uiomove_fromphys() local 77 mapped = false; in uiomove_fromphys() 94 mapped = pmap_map_io_transient( in uiomove_fromphys() 117 if (__predict_false(mapped)) { in uiomove_fromphys() 120 mapped = false; in uiomove_fromphys() 130 if (__predict_false(mapped)) { in uiomove_fromphys()
|
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | uio_machdep.c | 66 bool mapped; in uiomove_fromphys() local 77 mapped = false; in uiomove_fromphys() 94 mapped = pmap_map_io_transient( in uiomove_fromphys() 117 if (__predict_false(mapped)) { in uiomove_fromphys() 120 mapped = false; in uiomove_fromphys() 130 if (__predict_false(mapped)) { in uiomove_fromphys()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | xylon,logicvc-gpio.yaml | 19 which are mapped by the driver as follows: 20 - GPIO[4:0] (display control) mapped to index 0-4 21 - EN_BLIGHT (power control) mapped to index 5 22 - EN_VDD (power control) mapped to index 6 23 - EN_VEE (power control) mapped to index 7 24 - V_EN (power control) mapped to index 8
|
| H A D | gpio-mm-lantiq.txt | 1 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 D | wd,mbl-gpio.txt | 1 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-14.2/contrib/jemalloc/src/ |
| H A D | base.c | 220 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-14.2/sys/contrib/device-tree/Bindings/display/ |
| H A D | st,stih4xx.txt | 6 - 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-14.2/sys/amd64/vmm/io/ |
| H A D | iommu.c | 287 uint64_t mapped, remaining; in iommu_create_mapping() local 292 mapped = IOMMU_CREATE_MAPPING(dom, gpa, hpa, remaining); in iommu_create_mapping() 293 gpa += mapped; in iommu_create_mapping() 294 hpa += mapped; in iommu_create_mapping() 295 remaining -= mapped; in iommu_create_mapping()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | mdio-mux-mmioreg.txt | 1 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.
|
| H A D | mdio-mux-mmioreg.yaml | 7 title: Properties for an MDIO bus multiplexer controlled by a memory-mapped device 13 This is a special case of a MDIO bus multiplexer. A memory-mapped device, 15 node must be a child of the memory-mapped device. The driver currently only
|
| /freebsd-14.2/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | Readme.freebsd.txt | 60 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-14.2/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-mapped_section.c | 130 uint64_t mapped; in map() local 134 mapped = pt_msec_map(&msec, 0x900); in map() 135 ptu_uint_eq(mapped, 0x2800); in map()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 28 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-14.2/sys/dev/xen/privcmd/ |
| H A D | privcmd.c | 74 boolean_t mapped; member 130 if (map->mapped == true) { in privcmd_pg_dtor() 165 if (map->mapped != true) in privcmd_pg_fault() 393 umap->mapped = true; in privcmd_ioctl() 399 if (!umap->mapped) in privcmd_ioctl() 452 umap->mapped = true; in privcmd_ioctl() 455 if (!umap->mapped) in privcmd_ioctl()
|
| /freebsd-14.2/sys/dev/bhnd/siba/ |
| H A D | siba_subr.c | 105 .mapped = false, in siba_alloc_dinfo() 177 dinfo->intr.mapped = false; in siba_register_interrupts() 189 dinfo->intr.mapped = true; in siba_register_interrupts() 581 if (dinfo->core_id.intr_en && dinfo->intr.mapped) { in siba_free_dinfo() 583 dinfo->intr.mapped = false; in siba_free_dinfo()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | ti,c64x+megamod-pic.txt | 68 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-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | fixed-mmio-clock.txt | 1 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
|
| H A D | fixed-mmio-clock.yaml | 7 title: Simple memory mapped IO fixed-rate clock sources 11 be read from a single 32-bit memory mapped I/O register.
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | Caps-ncurses | 173 #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 179 #key_smap_in4 kmpf4 str Ky - - ----K special mapped key 4 input 181 #key_smap_in5 kmpf5 str Kz - - ----K special mapped key 5 input 187 #key_smap_in6 kmpf6 str k! - - ----K special mapped key 6 input 189 #key_smap_in7 kmpf7 str k# - - ----K special mapped key 7 input 191 #key_smap_in8 kmpf8 str k% - - ----K special mapped key 8 input [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/spi/ |
| H A D | atmel-quadspi.txt | 8 and the mapped memory. 11 - qspi_mmap: memory mapped address space
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/timer/ |
| H A D | arm,arch_timer_mmio.yaml | 7 title: ARM memory mapped architected timer 14 ARM cores may have a memory mapped architected timer, which provides up to 8 17 The memory mapped timer is attached to a GIC to deliver its interrupts via SPIs.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | vexpress-scc.txt | 8 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-14.2/sys/contrib/device-tree/Bindings/power/reset/ |
| H A D | syscon-reboot-mode.yaml | 14 and stores it in a SYSCON mapped register. Then the bootloader 16 value stored. The SYSCON mapped register is retrieved from the
|