| /onnv-gate/usr/src/lib/efcode/engine/ |
| H A D | mcookie.c | 43 int map_flags; member 78 if ((mp->map_flags & MAP_IS_VALID) == 0) in mapping_to_mcookie() 86 mp->map_flags |= MAP_IS_VALID; in mapping_to_mcookie() 104 if ((mp->map_flags & MAP_IS_VALID) && in delete_mapping() 110 mp->map_flags &= ~MAP_IS_VALID; in delete_mapping() 129 if ((mp->map_flags & MAP_IS_VALID) && in is_mcookie() 149 if ((mp->map_flags & MAP_IS_VALID) && in mcookie_to_rlen() 168 if ((mp->map_flags & MAP_IS_VALID) && in mcookie_to_rvirt() 187 if (map_table[i].map_flags & MAP_IS_VALID) in dot_maps()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | ddimapreq.h | 79 int map_flags; /* See below... */ member
|
| H A D | bofi_impl.h | 97 int map_flags; member
|
| /onnv-gate/usr/src/uts/sun4/io/ |
| H A D | rootnex.c | 359 if (mp->map_flags & DDI_MF_DEVICE_MAPPING) in rootnex_map_regspec() 401 if (mp->map_flags & DDI_MF_DEVICE_MAPPING) in rootnex_unmap_regspec() 505 if (mp->map_flags & DDI_MF_USER_MAPPING) { in rootnex_map()
|
| /onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_rawfile.c | 234 map.map_flags = MDB_TGT_MAP_R; in rf_print_map() 237 map.map_flags |= MDB_TGT_MAP_W; in rf_print_map()
|
| H A D | mdb_target.h | 289 uint_t map_flags; /* Flags (see above) */ member
|
| H A D | mdb_proc.c | 3018 mp->map_flags = 0; in pt_prmap_to_mdbmap() 3021 mp->map_flags |= MDB_TGT_MAP_R; in pt_prmap_to_mdbmap() 3023 mp->map_flags |= MDB_TGT_MAP_W; in pt_prmap_to_mdbmap() 3025 mp->map_flags |= MDB_TGT_MAP_X; in pt_prmap_to_mdbmap() 3028 mp->map_flags |= MDB_TGT_MAP_SHMEM; in pt_prmap_to_mdbmap() 3030 mp->map_flags |= MDB_TGT_MAP_HEAP; in pt_prmap_to_mdbmap() 3032 mp->map_flags |= MDB_TGT_MAP_STACK; in pt_prmap_to_mdbmap() 3034 mp->map_flags |= MDB_TGT_MAP_ANON; in pt_prmap_to_mdbmap() 3113 mp->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_X; in pt_object_iter()
|
| H A D | mdb_cmds.c | 1412 if (map->map_flags & MDB_TGT_MAP_HEAP) in map_name() 1417 if (map->map_flags & MDB_TGT_MAP_SHMEM) in map_name() 1419 if (map->map_flags & MDB_TGT_MAP_STACK) in map_name() 1421 if (map->map_flags & MDB_TGT_MAP_ANON) in map_name()
|
| H A D | mdb_kvm.c | 1086 map.map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kt_mapping_walk() 1119 map->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kt_module_to_map()
|
| /onnv-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
| H A D | fc_ulpif.h | 85 int map_flags; /* Status flags */ member
|
| /onnv-gate/usr/src/uts/common/io/ |
| H A D | bofi.c | 405 ddi_dmareq_mapout(caddr_t addr, offset_t len, int map_flags, page_t *pp, in ddi_dmareq_mapout() argument 415 buf.b_flags = B_REMAPPED | map_flags; in ddi_dmareq_mapout() 3371 hp->map_flags = B_PAGEIO; in bofi_dma_map() 3374 hp->map_flags = B_SHADOW; in bofi_dma_map() 3377 hp->map_flags = 0; in bofi_dma_map() 3494 ddi_dmareq_mapout(hp->mapaddr, hp->len, hp->map_flags, in bofi_dma_map() 3710 hp->map_flags = B_PAGEIO; in bofi_dma_bindhdl() 3713 hp->map_flags = B_SHADOW; in bofi_dma_bindhdl() 3716 hp->map_flags = 0; in bofi_dma_bindhdl() 3785 ddi_dmareq_mapout(hp->mapaddr, hp->len, hp->map_flags, in bofi_dma_bindhdl() [all …]
|
| /onnv-gate/usr/src/uts/sun4u/starcat/io/ |
| H A D | fcgp2.c | 956 mr.map_flags = DDI_MF_KERNEL_MAPPING; in gp2_map_phys() 987 mr.map_flags = DDI_MF_KERNEL_MAPPING; in gp2_unmap_phys()
|
| H A D | axq.c | 1697 mr.map_flags = DDI_MF_KERNEL_MAPPING; in axq_map_phys() 1728 mr.map_flags = DDI_MF_KERNEL_MAPPING; in axq_unmap_phys()
|
| /onnv-gate/usr/src/uts/sun4/io/efcode/ |
| H A D | fcpci.c | 1716 mr.map_flags = DDI_MF_KERNEL_MAPPING; in pci_map_phys() 1745 mr.map_flags = DDI_MF_KERNEL_MAPPING; in pci_unmap_phys()
|
| /onnv-gate/usr/src/uts/common/io/pciex/ |
| H A D | pcie.c | 2059 mr.map_flags = DDI_MF_KERNEL_MAPPING; in pcie_map_phys() 2091 mr.map_flags = DDI_MF_KERNEL_MAPPING; in pcie_unmap_phys()
|
| /onnv-gate/usr/src/uts/sun4u/io/ |
| H A D | upa64s.c | 505 if (mp->map_flags & DDI_MF_USER_MAPPING) { in upa64s_map()
|
| H A D | opl_cfg.c | 1927 mapreq.map_flags = DDI_MF_KERNEL_MAPPING; in opl_map_phys() 1959 mapreq.map_flags = DDI_MF_KERNEL_MAPPING; in opl_unmap_phys()
|
| /onnv-gate/usr/src/uts/i86pc/io/ |
| H A D | rootnex.c | 843 if (mp->map_flags & DDI_MF_USER_MAPPING) { in rootnex_map() 1080 if (mp->map_flags & DDI_MF_DEVICE_MAPPING) { in rootnex_map_regspec() 1176 if (mp->map_flags & DDI_MF_DEVICE_MAPPING) { in rootnex_map_regspec() 1225 if (mp->map_flags & DDI_MF_DEVICE_MAPPING) in rootnex_unmap_regspec()
|
| /onnv-gate/usr/src/cmd/mdb/common/kmdb/ |
| H A D | kmdb_kvm.c | 1134 map.map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kmt_mapping_walk() 1169 map->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kmt_mod_to_map()
|
| /onnv-gate/usr/src/uts/sun4u/io/pci/ |
| H A D | pci.c | 493 if (mp->map_flags & DDI_MF_USER_MAPPING) in pci_map()
|
| /onnv-gate/usr/src/uts/common/io/fibre-channel/impl/ |
| H A D | fctl.c | 1819 map->map_flags = 0; in fc_ulp_pwwn_to_portmap() 3096 clist->clist_map[count].map_flags |= in fctl_ulp_statec_cb() 5018 map->map_flags = 0; in fctl_copy_portmap_held() 5047 map->map_flags = 0; in fctl_copy_portmap()
|
| /onnv-gate/usr/src/uts/sun4/io/px/ |
| H A D | px.c | 739 if (mp->map_flags & DDI_MF_USER_MAPPING) in px_map()
|
| /onnv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/ |
| H A D | mdb_ks.c | 1333 map.map_flags = 0; in asmap_step()
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | sunddi.c | 214 mr.map_flags = DDI_MF_KERNEL_MAPPING; in ddi_map_regs() 233 mr.map_flags = DDI_MF_KERNEL_MAPPING; in ddi_unmap_regs() 1366 mr.map_flags = DDI_MF_KERNEL_MAPPING; in ddi_device_mapping_check() 7613 mr.map_flags = DDI_MF_KERNEL_MAPPING; in ddi_regs_map_setup() 7644 mr.map_flags = DDI_MF_KERNEL_MAPPING; in ddi_regs_map_free()
|
| /onnv-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
| H A D | fcip.c | 2686 map.map_flags = 0; in fcip_handle_farp_request() 2778 map.map_flags = 0; in fcip_handle_farp_response() 3146 map.map_flags = 0; in fcip_cache_arp_broadcast() 7060 map.map_flags = 0; in fcip_dest_add_broadcast_entry()
|