Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/rockchip/rga/
Drga-buf.c121 unsigned int mapped_size = 0; in rga_buf_map() local
139 pages[mapped_size + p] = phys; in rga_buf_map()
142 mapped_size += len; in rga_buf_map()
/Linux-v5.15/tools/perf/util/
Djitdump.h112 uint64_t mapped_size; member
Djitdump.c335 jr->unwinding.mapped_size = bswap_64(jr->unwinding.mapped_size); in jit_get_next_entry()
680 jd->unwinding_mapped_size = jr->unwinding.mapped_size; in jit_repipe_unwinding_info()
/Linux-v5.15/tools/perf/Documentation/
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-v5.15/drivers/net/wireless/ath/ath10k/
Dsnoc.c1606 const size_t mapped_size = ar_snoc->fw.mapped_mem_size; in ath10k_fw_deinit() local
1616 mapped_size); in ath10k_fw_deinit()
1617 if (unmapped_size != mapped_size) in ath10k_fw_deinit()