Searched refs:is_mapped (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/soc/apple/
H A Drtkit.h24 * @is_mapped: Shared memory buffer is managed by the co-processor.
33 bool is_mapped; member in struct:apple_rtkit_shmem
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.h83 u32 is_mapped:1; member in struct:aq_ring_buff_s::__anon122::__anon123
H A Daq_nic.c608 dx_buff->is_mapped = 1U;
636 dx_buff->is_mapped = 1U;
747 dx_buff->is_mapped = 1U;
787 dx_buff->is_mapped = 1U;
H A Daq_ring.c294 if (likely(buff->is_mapped)) {
/linux-master/drivers/soc/apple/
H A Drtkit.c260 buffer->is_mapped = false;
286 if (!buffer->is_mapped) {
302 buffer->is_mapped = false;
321 bfr->is_mapped = false;
/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usbf.c262 unsigned int is_mapped : 1; member in struct:usbf_req
840 req->is_mapped = 1;
896 req->is_mapped = 0;
1262 req->is_mapped = 1;
1282 req->is_mapped = 1;
1311 req->is_mapped = 0;
1356 req->is_mapped = 0;
1383 req->is_mapped = 0;
1403 req->is_mapped = 0;
1439 req->is_mapped
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c1196 (entry->is_mapped != map_type
2055 if (entry->bo_va->base.vm != avm || entry->is_mapped)
2074 entry->is_mapped = true;
2153 if (entry->bo_va->base.vm != avm || !entry->is_mapped)
2160 entry->is_mapped = false;
2669 if (!attachment->is_mapped)
2954 if (!attachment->is_mapped)
3175 if (entry->is_mapped && entry->adev == adev)
H A Damdgpu_amdkfd.h61 bool is_mapped; member in struct:kfd_mem_attachment
/linux-master/drivers/tee/optee/
H A Dsmc_abi.c303 * @is_mapped: true if the cached shared memory addresses were mapped by this
306 static void __optee_disable_shm_cache(struct optee *optee, bool is_mapped) argument
329 if (!is_mapped)
/linux-master/fs/ntfs3/
H A Dfslog.c3750 bool is_mapped; local
5021 is_mapped = run_lookup_entry(oa->run1, le64_to_cpu(lrh->target_vcn),
5029 if (is_mapped && lcn != SPARSE_LCN && clen >= t16)

Completed in 185 milliseconds