Home
last modified time | relevance | path

Searched refs:src_map (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/crypto/hifn/
H A Dhifn7751.c2017 if (cmd->src_map == cmd->dst_map) { in hifn_crypto()
2018 bus_dmamap_sync(sc->sc_dmat, cmd->src_map, in hifn_crypto()
2021 bus_dmamap_sync(sc->sc_dmat, cmd->src_map, in hifn_crypto()
2153 if (cmd->src_map != cmd->dst_map) in hifn_crypto()
2156 if (cmd->src_map != cmd->dst_map) in hifn_crypto()
2762 if (cmd->src_map == cmd->dst_map) { in hifn_abort()
2778 if (cmd->src_map != cmd->dst_map) { in hifn_abort()
2817 if (cmd->src_map == cmd->dst_map) { in hifn_callback()
2818 bus_dmamap_sync(sc->sc_dmat, cmd->src_map, in hifn_callback()
2821 bus_dmamap_sync(sc->sc_dmat, cmd->src_map, in hifn_callback()
[all …]
H A Dhifn7751var.h289 #define src_map src.map macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dira-emit.c499 ira_allocno_t src_allocno, dest_allocno, *src_map, *dest_map; in generate_edge_moves() local
507 src_map = src_loop_node->regno_allocno_map; in generate_edge_moves()
513 src_allocno = src_map[regno]; in generate_edge_moves()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dira-emit.c502 ira_allocno_t src_allocno, dest_allocno, *src_map, *dest_map; in generate_edge_moves() local
511 src_map = src_loop_node->regno_allocno_map; in generate_edge_moves()
519 src_allocno = src_map[regno]; in generate_edge_moves()
/dragonfly/sys/vm/
H A Dvm_map.c3516 vm_map_copy_entry(vm_map_t src_map, vm_map_t dst_map, in vm_map_copy_entry() argument
3550 vm_fault_copy_entry(dst_map, src_map, dst_entry, src_entry); in vm_map_copy_entry()
3557 pmap_protect(src_map->pmap, in vm_map_copy_entry()
3590 pmap_copy(dst_map->pmap, src_map->pmap, in vm_map_copy_entry()
H A Dvm_fault.c2486 vm_fault_copy_entry(vm_map_t dst_map, vm_map_t src_map, in vm_fault_copy_entry() argument