Searched refs:mapped_size (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/media/platform/rockchip/rga/ |
D | rga-buf.c | 129 unsigned int mapped_size = 0; in rga_buf_map() local 147 pages[mapped_size + p] = phys; in rga_buf_map() 150 mapped_size += len; in rga_buf_map()
|
/Linux-v4.19/arch/x86/kernel/ |
D | setup.c | 359 u64 mapped_size; in reserve_initrd() local 367 mapped_size = memblock_mem_size(max_pfn_mapped); in reserve_initrd() 368 if (ramdisk_size >= (mapped_size>>1)) in reserve_initrd() 371 ramdisk_size, mapped_size>>1); in reserve_initrd()
|
/Linux-v4.19/tools/perf/util/ |
D | jitdump.h | 111 uint64_t mapped_size; member
|
D | jitdump.c | 320 jr->unwinding.mapped_size = bswap_64(jr->unwinding.mapped_size); in jit_get_next_entry() 637 jd->unwinding_mapped_size = jr->unwinding.mapped_size; in jit_repipe_unwinding_info()
|
/Linux-v4.19/tools/perf/Documentation/ |
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-v4.19/fs/btrfs/ |
D | scrub.c | 1828 u64 mapped_size; in scrub_checksum_tree_block() local 1861 mapped_size = PAGE_SIZE - BTRFS_CSUM_SIZE; in scrub_checksum_tree_block() 1865 u64 l = min_t(u64, len, mapped_size); in scrub_checksum_tree_block() 1877 mapped_size = PAGE_SIZE; in scrub_checksum_tree_block() 1896 u64 mapped_size; in scrub_checksum_super() local 1920 mapped_size = PAGE_SIZE - BTRFS_CSUM_SIZE; in scrub_checksum_super() 1924 u64 l = min_t(u64, len, mapped_size); in scrub_checksum_super() 1936 mapped_size = PAGE_SIZE; in scrub_checksum_super()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 426 u64 size, mapped_size, purgeable_size, dpy_size, huge_size; in i915_gem_object_info() local 442 mapped_size = mapped_count = 0; in i915_gem_object_info() 458 mapped_size += obj->base.size; in i915_gem_object_info() 486 mapped_size += obj->base.size; in i915_gem_object_info() 502 mapped_count, mapped_size); in i915_gem_object_info()
|