Home
last modified time | relevance | path

Searched refs:is_mapped (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/include/linux/soc/apple/
Drtkit.h32 bool is_mapped; member
/linux-6.1.9/drivers/soc/apple/
Drtkit.c264 buffer->is_mapped = false; in apple_rtkit_common_rx_get_buffer()
290 if (!buffer->is_mapped) { in apple_rtkit_common_rx_get_buffer()
306 buffer->is_mapped = false; in apple_rtkit_common_rx_get_buffer()
325 bfr->is_mapped = false; in apple_rtkit_free_buffer()
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gpuvm.c1142 (entry->is_mapped != map_type in reserve_bo_and_cond_vms()
1164 (entry->is_mapped != map_type in reserve_bo_and_cond_vms()
1983 if (entry->bo_va->base.vm != avm || entry->is_mapped) in amdgpu_amdkfd_gpuvm_map_memory_to_gpu()
2002 entry->is_mapped = true; in amdgpu_amdkfd_gpuvm_map_memory_to_gpu()
2055 if (entry->bo_va->base.vm != avm || !entry->is_mapped) in amdgpu_amdkfd_gpuvm_unmap_memory_from_gpu()
2062 entry->is_mapped = false; in amdgpu_amdkfd_gpuvm_unmap_memory_from_gpu()
2521 if (!attachment->is_mapped) in validate_invalid_user_pages()
2735 if (!attachment->is_mapped) in amdgpu_amdkfd_gpuvm_restore_process_bos()
2923 if (entry->is_mapped && entry->adev == adev) in amdgpu_amdkfd_bo_mapped_to_dev()
Damdgpu_amdkfd.h57 bool is_mapped; member
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/
Daq_ring.h83 u32 is_mapped:1; member
Daq_nic.c603 dx_buff->is_mapped = 1U; in aq_nic_map_xdp()
631 dx_buff->is_mapped = 1U; in aq_nic_map_xdp()
742 dx_buff->is_mapped = 1U; in aq_nic_map_skb()
782 dx_buff->is_mapped = 1U; in aq_nic_map_skb()
Daq_ring.c323 if (likely(buff->is_mapped)) { in aq_ring_tx_clean()
/linux-6.1.9/drivers/tee/optee/
Dsmc_abi.c286 static void __optee_disable_shm_cache(struct optee *optee, bool is_mapped) in __optee_disable_shm_cache() argument
309 if (!is_mapped) in __optee_disable_shm_cache()
/linux-6.1.9/fs/ntfs3/
Dfslog.c3754 bool is_mapped; in log_replay() local
5037 is_mapped = run_lookup_entry(oa->run1, le64_to_cpu(lrh->target_vcn), in log_replay()
5045 if (is_mapped && lcn != SPARSE_LCN && clen >= t16) in log_replay()