Searched refs:mapped_size (Results 1 – 4 of 4) sorted by relevance
209 u64 pa, *rst, size, mapped_size; in fixup_e820_tables_for_segmented_rmp() local224 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() local433 mapped_size = RST_ENTRY_MAPPED_SIZE(rst[i]); in setup_segmented_rmptable()434 if (!mapped_size) in setup_segmented_rmptable()[all …]
112 uint64_t mapped_size; member
331 jr->unwinding.mapped_size = bswap_64(jr->unwinding.mapped_size); in jit_get_next_entry()695 jd->unwinding_mapped_size = jr->unwinding.mapped_size; in jit_repipe_unwinding_info()
160 uint64_t mapped_size : the size of the unwinding data mapped in memory170 NOTE: The mapped_size is generally either the same as unwind_data_size (if the unwinding data was m…