Home
last modified time | relevance | path

Searched refs:map_flags (Results 1 – 25 of 36) sorted by relevance

12

/titanic_53/usr/src/lib/efcode/engine/
H A Dmcookie.c43 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()
/titanic_53/usr/src/uts/common/sys/
H A Dddimapreq.h80 uint_t map_flags; /* See below... */ member
H A Dbofi_impl.h97 int map_flags; member
/titanic_53/usr/src/uts/sun4/io/
H A Drootnex.c359 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()
/titanic_53/usr/src/cmd/mdb/common/mdb/
H A Dmdb_rawfile.c234 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 Dmdb_target.h291 uint_t map_flags; /* Flags (see above) */ member
H A Dmdb_proc.c3057 mp->map_flags = 0; in pt_prmap_to_mdbmap()
3060 mp->map_flags |= MDB_TGT_MAP_R; in pt_prmap_to_mdbmap()
3062 mp->map_flags |= MDB_TGT_MAP_W; in pt_prmap_to_mdbmap()
3064 mp->map_flags |= MDB_TGT_MAP_X; in pt_prmap_to_mdbmap()
3067 mp->map_flags |= MDB_TGT_MAP_SHMEM; in pt_prmap_to_mdbmap()
3069 mp->map_flags |= MDB_TGT_MAP_HEAP; in pt_prmap_to_mdbmap()
3071 mp->map_flags |= MDB_TGT_MAP_STACK; in pt_prmap_to_mdbmap()
3073 mp->map_flags |= MDB_TGT_MAP_ANON; in pt_prmap_to_mdbmap()
3152 mp->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_X; in pt_object_iter()
H A Dmdb_cmds.c1420 if (map->map_flags & MDB_TGT_MAP_HEAP) in map_name()
1425 if (map->map_flags & MDB_TGT_MAP_SHMEM) in map_name()
1427 if (map->map_flags & MDB_TGT_MAP_STACK) in map_name()
1429 if (map->map_flags & MDB_TGT_MAP_ANON) in map_name()
H A Dmdb_kvm.c1090 map.map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kt_mapping_walk()
1123 map->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kt_module_to_map()
/titanic_53/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h85 int map_flags; /* Status flags */ member
/titanic_53/usr/src/uts/i86pc/io/pci/
H A Dpci.c455 mp->map_flags |= DDI_MF_EXT_REGSPEC; in pci_bus_map()
528 mp->map_flags |= DDI_MF_EXT_REGSPEC; in pci_bus_map()
/titanic_53/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c545 mp->map_flags |= DDI_MF_EXT_REGSPEC; in npe_bus_map()
669 mp->map_flags |= DDI_MF_EXT_REGSPEC; in npe_bus_map()
/titanic_53/usr/src/uts/i86pc/io/
H A Drootnex.c840 if (mp->map_flags & DDI_MF_USER_MAPPING) { in rootnex_map()
868 } else if (!(mp->map_flags & DDI_MF_EXT_REGSPEC)) { in rootnex_map()
889 mp->map_flags |= DDI_MF_EXT_REGSPEC; in rootnex_map()
1043 ASSERT(mp->map_flags & DDI_MF_EXT_REGSPEC); in rootnex_map_regspec()
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()
1221 if (mp->map_flags & DDI_MF_DEVICE_MAPPING) in rootnex_unmap_regspec()
1224 ASSERT(mp->map_flags & DDI_MF_EXT_REGSPEC); in rootnex_unmap_regspec()
/titanic_53/usr/src/uts/sun4u/starcat/io/
H A Dfcgp2.c956 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 Daxq.c1697 mr.map_flags = DDI_MF_KERNEL_MAPPING; in axq_map_phys()
1728 mr.map_flags = DDI_MF_KERNEL_MAPPING; in axq_unmap_phys()
/titanic_53/usr/src/uts/common/io/
H A Dbofi.c406 ddi_dmareq_mapout(caddr_t addr, offset_t len, int map_flags, page_t *pp, in ddi_dmareq_mapout() argument
416 buf.b_flags = B_REMAPPED | map_flags; in ddi_dmareq_mapout()
3543 hp->map_flags = B_PAGEIO; in bofi_dma_bindhdl()
3546 hp->map_flags = B_SHADOW; in bofi_dma_bindhdl()
3549 hp->map_flags = 0; in bofi_dma_bindhdl()
3618 ddi_dmareq_mapout(hp->mapaddr, hp->len, hp->map_flags, in bofi_dma_bindhdl()
3698 ddi_dmareq_mapout(hp->mapaddr, hp->len, hp->map_flags, in bofi_dma_unbindhdl()
/titanic_53/usr/src/uts/common/io/pciex/
H A Dpcie.c2059 mr.map_flags = DDI_MF_KERNEL_MAPPING; in pcie_map_phys()
2091 mr.map_flags = DDI_MF_KERNEL_MAPPING; in pcie_unmap_phys()
/titanic_53/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c1713 mr.map_flags = DDI_MF_KERNEL_MAPPING; in pci_map_phys()
1742 mr.map_flags = DDI_MF_KERNEL_MAPPING; in pci_unmap_phys()
/titanic_53/usr/src/uts/sun4u/io/
H A Dupa64s.c505 if (mp->map_flags & DDI_MF_USER_MAPPING) { in upa64s_map()
H A Dopl_cfg.c1927 mapreq.map_flags = DDI_MF_KERNEL_MAPPING; in opl_map_phys()
1959 mapreq.map_flags = DDI_MF_KERNEL_MAPPING; in opl_unmap_phys()
/titanic_53/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c1140 map.map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kmt_mapping_walk()
1175 map->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kmt_mod_to_map()
/titanic_53/usr/src/uts/sun4u/io/pci/
H A Dpci.c493 if (mp->map_flags & DDI_MF_USER_MAPPING) in pci_map()
/titanic_53/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1823 map->map_flags = 0; in fc_ulp_pwwn_to_portmap()
3100 clist->clist_map[count].map_flags |= in fctl_ulp_statec_cb()
5022 map->map_flags = 0; in fctl_copy_portmap_held()
5051 map->map_flags = 0; in fctl_copy_portmap()
/titanic_53/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1333 map.map_flags = 0; in asmap_step()
/titanic_53/usr/src/uts/sun4/io/px/
H A Dpx.c739 if (mp->map_flags & DDI_MF_USER_MAPPING) in px_map()

12