Home
last modified time | relevance | path

Searched refs:mapped_size (Results 1 – 10 of 10) sorted by relevance

/linux/arch/x86/virt/svm/
H A Dsev.c209 u64 pa, *rst, size, mapped_size; in fixup_e820_tables_for_segmented_rmp() local
224 mapped_size = RST_ENTRY_MAPPED_SIZE(rst[i]); in fixup_e820_tables_for_segmented_rmp()
225 if (!mapped_size) in fixup_e820_tables_for_segmented_rmp()
235 mapped_size <<= 30; in fixup_e820_tables_for_segmented_rmp()
236 if (mapped_size > rmp_segment_size) in fixup_e820_tables_for_segmented_rmp()
237 mapped_size = rmp_segment_size; in fixup_e820_tables_for_segmented_rmp()
240 size = PHYS_PFN(mapped_size) << 4; in fixup_e820_tables_for_segmented_rmp()
431 u64 rmp_segment, rmp_size, mapped_size; in setup_segmented_rmptable() local
433 mapped_size = RST_ENTRY_MAPPED_SIZE(rst[i]); in setup_segmented_rmptable()
434 if (!mapped_size) in setup_segmented_rmptable()
[all...]
/linux/drivers/iommu/amd/
H A Dio_pgtable_v2.c240 unsigned long mapped_size = 0; in iommu_v2_map_pages() local
252 while (mapped_size < size) { in iommu_v2_map_pages()
265 mapped_size += map_size; in iommu_v2_map_pages()
279 *mapped += mapped_size; in iommu_v2_map_pages()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c2584 u64 mapped_size = 0; in pvr_mmu_map() local
2615 map_sgl_len = min_t(u64, sgl_len - sgl_offset, size - mapped_size); in pvr_mmu_map()
2629 mapped_size += map_sgl_len; in pvr_mmu_map()
2631 if (mapped_size >= size) in pvr_mmu_map()
2639 if (err && mapped_size) { in pvr_mmu_map()
2642 mapped_size >> PVR_DEVICE_PAGE_SHIFT); in pvr_mmu_map()
/linux/tools/perf/util/
H A Djitdump.h112 uint64_t mapped_size; member
H A Djitdump.c330 jr->unwinding.mapped_size = bswap_64(jr->unwinding.mapped_size); in jit_get_next_entry()
692 jd->unwinding_mapped_size = jr->unwinding.mapped_size; in jit_repipe_unwinding_info()
/linux/tools/perf/Documentation/
H A Djitdump-specification.txt160 uint64_t mapped_size : the size of the unwinding data mapped in memory
170 NOTE: The mapped_size is generally either the same as unwind_data_size (if the unwinding data was mapped in memory by the running process) or zero (if the unwinding data is not mapped by the process). If the unwinding data was not mapped, then only the EH Frame Header will be read, which can be used to specify FP based unwinding for a function which does not have unwinding information.
/linux/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c1685 const size_t mapped_size = ar_snoc->fw.mapped_mem_size; in ath10k_fw_deinit() local
1695 mapped_size); in ath10k_fw_deinit()
1696 if (unmapped_size != mapped_size) in ath10k_fw_deinit()
/linux/drivers/accel/habanalabs/common/
H A Dmemory.c1434 new_mmap_size = lnode->mapped_size - (vma->vm_end - vma->vm_start); in hw_block_vm_close()
1436 lnode->mapped_size = new_mmap_size; in hw_block_vm_close()
1500 lnode->mapped_size = lnode->block_size; in hl_hw_block_mmap()
H A Ddebugfs.c292 lnode->vaddr, lnode->block_size, lnode->mapped_size, in vm_show()
H A Dhabanalabs.h2201 * @mapped_size: size of the block which is mapped. May change if partial un-mappings are done.
2209 u32 mapped_size; member