Searched refs:mapped_size (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/arch/x86/virt/svm/ |
| H A D | sev.c | 208 u64 pa, *rst, size, mapped_size; in fixup_e820_tables_for_segmented_rmp() local 224 if (!mapped_size) in fixup_e820_tables_for_segmented_rmp() 234 mapped_size <<= 30; in fixup_e820_tables_for_segmented_rmp() 235 if (mapped_size > rmp_segment_size) in fixup_e820_tables_for_segmented_rmp() 236 mapped_size = rmp_segment_size; in fixup_e820_tables_for_segmented_rmp() 239 size = PHYS_PFN(mapped_size) << 4; in fixup_e820_tables_for_segmented_rmp() 433 if (!mapped_size) in setup_segmented_rmptable() 443 mapped_size <<= 30; in setup_segmented_rmptable() 446 i, mapped_size, rmp_segment_size); in setup_segmented_rmptable() 447 mapped_size = rmp_segment_size; in setup_segmented_rmptable() [all …]
|
| /linux-6.15/drivers/iommu/amd/ |
| H A D | io_pgtable_v2.c | 240 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-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_mmu.c | 2578 u64 mapped_size = 0; in pvr_mmu_map() local 2609 map_sgl_len = min_t(u64, sgl_len - sgl_offset, size - mapped_size); in pvr_mmu_map() 2623 mapped_size += map_sgl_len; in pvr_mmu_map() 2625 if (mapped_size >= size) in pvr_mmu_map() 2633 if (err && mapped_size) { in pvr_mmu_map() 2636 mapped_size >> PVR_DEVICE_PAGE_SHIFT); in pvr_mmu_map()
|
| /linux-6.15/tools/perf/util/ |
| H A D | jitdump.h | 112 uint64_t mapped_size; member
|
| H A D | jitdump.c | 330 jr->unwinding.mapped_size = bswap_64(jr->unwinding.mapped_size); in jit_get_next_entry() 679 jd->unwinding_mapped_size = jr->unwinding.mapped_size; in jit_repipe_unwinding_info()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | jitdump-specification.txt | 160 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 m…
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | snoc.c | 1682 const size_t mapped_size = ar_snoc->fw.mapped_mem_size; in ath10k_fw_deinit() local 1692 mapped_size); in ath10k_fw_deinit() 1693 if (unmapped_size != mapped_size) in ath10k_fw_deinit()
|
| /linux-6.15/drivers/accel/habanalabs/common/ |
| H A D | memory.c | 1434 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 D | debugfs.c | 292 lnode->vaddr, lnode->block_size, lnode->mapped_size, in vm_show()
|
| H A D | habanalabs.h | 2209 u32 mapped_size; member
|