| /f-stack/freebsd/arm64/arm64/ |
| H A D | uio_machdep.c | 68 boolean_t mapped; in uiomove_fromphys() local 76 mapped = FALSE; in uiomove_fromphys() 90 mapped = pmap_map_io_transient( in uiomove_fromphys() 113 if (__predict_false(mapped)) { in uiomove_fromphys() 116 mapped = FALSE; in uiomove_fromphys() 126 if (__predict_false(mapped)) { in uiomove_fromphys()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | uio_machdep.c | 70 boolean_t mapped; in uiomove_fromphys() local 78 mapped = FALSE; in uiomove_fromphys() 92 mapped = pmap_map_io_transient( in uiomove_fromphys() 115 if (__predict_false(mapped)) { in uiomove_fromphys() 118 mapped = FALSE; in uiomove_fromphys() 128 if (__predict_false(mapped)) in uiomove_fromphys()
|
| /f-stack/freebsd/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 | 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.
|
| 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
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | base.c | 31 size_t allocated0, allocated1, resident, mapped, n_thp; in TEST_BEGIN() local 37 base_stats_get(tsdn, base, &allocated0, &resident, &mapped, in TEST_BEGIN() 51 base_stats_get(tsdn, base, &allocated1, &resident, &mapped, in TEST_BEGIN() 64 size_t allocated0, allocated1, resident, mapped, n_thp; in TEST_BEGIN() local 80 base_stats_get(tsdn, base, &allocated0, &resident, &mapped, in TEST_BEGIN() 94 base_stats_get(tsdn, base, &allocated1, &resident, &mapped, in TEST_BEGIN()
|
| H A D | stats.c | 4 size_t sz, allocated, active, resident, mapped; in TEST_BEGIN() local 14 assert_d_eq(mallctl("stats.mapped", (void *)&mapped, &sz, NULL, 0), in TEST_BEGIN() 22 assert_zu_lt(active, mapped, in TEST_BEGIN() 73 size_t mapped; in TEST_BEGIN() local 94 assert_d_eq(mallctl("stats.arenas.0.mapped", (void *)&mapped, &sz, NULL, in TEST_BEGIN()
|
| H A D | retained.c | 135 size_t mapped = do_get_mapped(arena_ind); in TEST_BEGIN() local 136 assert_zu_le(active, mapped, "Unexpected mapped memory"); in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/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 …]
|
| /f-stack/freebsd/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 …]
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | iommu.c | 290 uint64_t mapped, remaining; in iommu_create_mapping() local 295 mapped = IOMMU_CREATE_MAPPING(dom, gpa, hpa, remaining); in iommu_create_mapping() 296 gpa += mapped; in iommu_create_mapping() 297 hpa += mapped; in iommu_create_mapping() 298 remaining -= mapped; in iommu_create_mapping()
|
| /f-stack/freebsd/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.
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | iotlb.c | 241 uint64_t offset, vva = 0, mapped = 0; in vhost_user_iotlb_cache_find() local 263 mapped += node->size - offset; in vhost_user_iotlb_cache_find() 266 if (mapped >= *size) in vhost_user_iotlb_cache_find() 272 if (unlikely(mapped < *size)) in vhost_user_iotlb_cache_find() 273 *size = mapped; in vhost_user_iotlb_cache_find()
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | atmel-quadspi.txt | 8 and the mapped memory. 11 - qspi_mmap: memory mapped address space
|
| /f-stack/freebsd/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
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | bnx2x.rst | 205 EAL: PCI memory mapped at 0x7f14f6fe5000 206 EAL: PCI memory mapped at 0x7f14f67e5000 207 EAL: PCI memory mapped at 0x7f15fbd9b000 210 EAL: PCI memory mapped at 0x7f14f5fe5000 211 EAL: PCI memory mapped at 0x7f14f57e5000 212 EAL: PCI memory mapped at 0x7f15fbd4f000
|
| /f-stack/freebsd/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.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | octeon-usb.txt | 10 the length of the memory mapped region. 41 the length of the memory mapped region.
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | allegro.txt | 13 - reg: base and length of the memory mapped register region and base and 14 length of the memory mapped sram
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | base_structs.h | 54 size_t mapped; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rtc/ |
| H A D | maxim,ds1742.txt | 6 mapped region.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/fpga/ |
| H A D | altera-pr-ip.txt | 5 - reg : base address and size for memory mapped io.
|