Home
last modified time | relevance | path

Searched refs:mapped_size (Results 1 – 7 of 7) 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/gpu/drm/imagination/
H A Dpvr_mmu.c2581 u64 mapped_size = 0; in pvr_mmu_map() local
2612 map_sgl_len = min_t(u64, sgl_len - sgl_offset, size - mapped_size); in pvr_mmu_map()
2626 mapped_size += map_sgl_len; in pvr_mmu_map()
2628 if (mapped_size >= size) in pvr_mmu_map()
2636 if (err && mapped_size) { in pvr_mmu_map()
2639 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.c332 jr->unwinding.mapped_size = bswap_64(jr->unwinding.mapped_size); in jit_get_next_entry()
696 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 m…
/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.c293 lnode->vaddr, lnode->block_size, lnode->mapped_size, in vm_show()