| /freebsd/sys/dev/bhnd/ |
| H A D | bhnd_erom.c | 75 struct bhnd_resource *mapped; /**< current mapping, or NULL */ member 391 iores->mapped = NULL; in bhnd_erom_iores_new() 412 if (iores->mapped) { in bhnd_erom_iores_map() 414 if (rman_get_start(iores->mapped->res) == addr && in bhnd_erom_iores_map() 415 rman_get_size(iores->mapped->res) == size) in bhnd_erom_iores_map() 421 bhnd_release_resource(iores->owner, iores->mapped); in bhnd_erom_iores_map() 422 iores->mapped = NULL; in bhnd_erom_iores_map() 426 iores->mapped = bhnd_alloc_resource(iores->owner, SYS_RES_MEMORY, in bhnd_erom_iores_map() 429 if (iores->mapped == NULL) { in bhnd_erom_iores_map() 442 if (iores->mapped == NULL) in bhnd_erom_iores_tell() [all …]
|
| /freebsd/sys/riscv/riscv/ |
| H A D | uio_machdep.c | 63 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 D | uio_machdep.c | 63 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 D | uio_machdep.c | 65 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/pam-krb5/module/ |
| H A D | alt-auth.c | 191 char *mapped = NULL; in pamk5_alt_auth_verify() local 209 mapped); in pamk5_alt_auth_verify() 212 retval = krb5_unparse_name(ctx->context, princ, &mapped); in pamk5_alt_auth_verify() 223 if (strcmp(authed, mapped) == 0) in pamk5_alt_auth_verify() 226 putil_debug(args, "mapped user %s does not match principal %s", mapped, in pamk5_alt_auth_verify() 235 if (mapped != NULL) in pamk5_alt_auth_verify() 236 krb5_free_unparsed_name(ctx->context, mapped); in pamk5_alt_auth_verify()
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | base.c | 215 assert(base->resident <= base->mapped); in base_extent_bump_alloc_post() 221 assert(base->mapped >= base->n_thp << LG_HUGEPAGE); in base_extent_bump_alloc_post() 324 base->mapped += block->size; in base_extent_alloc() 333 assert(base->resident <= base->mapped); in base_extent_alloc() 334 assert(base->n_thp << LG_HUGEPAGE <= base->mapped); in base_extent_alloc() 390 base->mapped = block->size; in base_new() 395 assert(base->resident <= base->mapped); 396 assert(base->n_thp << LG_HUGEPAGE <= base->mapped); in base_delete() 496 size_t *mapped, size_t *n_thp) { in base_prefork() 501 assert(base->resident <= base->mapped); in base_postfork_parent() 482 base_stats_get(tsdn_t * tsdn,base_t * base,size_t * allocated,size_t * resident,size_t * mapped,size_t * n_thp) base_stats_get() argument [all...] |
| /freebsd/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/sys/amd64/vmm/io/ |
| H A D | iommu.c | 305 uint64_t mapped, remaining; in iommu_create_mapping() local 308 for (remaining = len; remaining > 0; gpa += mapped, hpa += mapped, in iommu_create_mapping() 309 remaining -= mapped) { in iommu_create_mapping() 311 &mapped); in iommu_create_mapping()
|
| /freebsd/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.
|
| /freebsd/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/sys/dev/xen/privcmd/ |
| H A D | privcmd.c | 73 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 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/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/sys/dev/bhnd/siba/ |
| H A D | siba_subr.c | 103 .mapped = false, in siba_alloc_dinfo() 175 dinfo->intr.mapped = false; in siba_register_interrupts() 187 dinfo->intr.mapped = true; in siba_register_interrupts() 577 if (dinfo->core_id.intr_en && dinfo->intr.mapped) { in siba_free_dinfo() 579 dinfo->intr.mapped = false; in siba_free_dinfo()
|
| /freebsd/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 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/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/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
|
| /freebsd/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/contrib/pam-krb5/tests/data/scripts/alt-auth/ |
| H A D | fallback-debug | 29 DEBUG (user %u) mapped user %0/unknown-user@%2 does not match principal %u 33 DEBUG (user %u) mapped user %0/unknown-user@%2 does not match principal %u
|
| /freebsd/sys/contrib/device-tree/Bindings/gpio/ |
| 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/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/sys/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
|
| /freebsd/sys/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.
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | txrx.c | 191 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()
|