Searched refs:total_size (Results 1 – 15 of 15) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | microcode_intel.c | 145 unsigned long total_size, data_size, ext_table_size; in microcode_sanity_check() local 149 total_size = get_totalsize(mc_header); in microcode_sanity_check() 151 if ( (data_size + MC_HEADER_SIZE) > total_size ) in microcode_sanity_check() 240 unsigned long total_size = get_totalsize(mc_header); in get_matching_microcode() local 267 new_mc = xmalloc_bytes(total_size); in get_matching_microcode() 274 memcpy(new_mc, mc, total_size); in get_matching_microcode() 330 unsigned long total_size; in get_next_ucode_from_buffer() local 336 total_size = get_totalsize(mc_header); in get_next_ucode_from_buffer() 338 if ( (offset + total_size) > size ) in get_next_ucode_from_buffer() 344 *mc = xmalloc_bytes(total_size); in get_next_ucode_from_buffer() [all …]
|
/xen-4.10.0-shim-comet/xen/common/gcov/ |
A D | gcov.c | 124 uint32_t total_size = sizeof(uint32_t); /* Magic number XCOV */ in gcov_get_size() local 130 total_size += strlen(gcov_info_filename(info)) + 1; in gcov_get_size() 133 total_size += sizeof(uint32_t); in gcov_get_size() 136 total_size += gcov_info_payload_size(info); in gcov_get_size() 139 return total_size; in gcov_get_size()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xs_tdb_dump.c | 14 static uint32_t total_size(struct xs_tdb_record_hdr *hdr) in total_size() function 61 else if (data.dsize != total_size(hdr)) in main() 65 hdr->childlen, total_size(hdr)); in main()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | trace.c | 690 unsigned int rec_size, total_size; in __trace_var() local 752 total_size = 0; in __trace_var() 760 total_size += bytes_to_wrap; in __trace_var() 763 total_size += LOST_REC_SIZE; in __trace_var() 773 total_size += bytes_to_wrap; in __trace_var() 775 total_size += rec_size; in __trace_var() 778 if ( total_size > bytes_to_tail ) in __trace_var()
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xentrace.c | 347 int total_size) in write_buffer() argument 365 if ( total_size ) in write_buffer() 366 freespace -= total_size; in write_buffer() 382 if ( total_size != 0 ) in write_buffer() 386 membuf_reserve_window(cpu, total_size); in write_buffer() 394 rec.data.window_size = total_size; in write_buffer()
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | reloc.c | 135 for ( tag = _p(ptr); (u32)tag - mbi_in < mbi_fix->total_size; in mbi2_reloc() 155 for ( tag = _p(ptr); (u32)tag - mbi_in < mbi_fix->total_size; in mbi2_reloc()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | qcow.h | 128 int qcow_create(const char *filename, uint64_t total_size,
|
A D | block-ram.c | 59 unsigned long total_size; in get_image_info() local
|
A D | block-aio.c | 68 unsigned long total_size; in tdaio_get_image_info() local
|
A D | img2qcow.c | 116 unsigned long total_size; in get_image_info() local
|
A D | block-qcow.c | 1179 int qcow_create(const char *filename, uint64_t total_size, in qcow_create() argument 1190 DPRINTF("Qcow_create: size %"PRIu64"\n",total_size); in qcow_create() 1207 size = (total_size >> SECTOR_SHIFT); in qcow_create() 1242 total_size, in qcow_create() 1243 (uint64_t) (total_size << SECTOR_SHIFT)); in qcow_create()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | multiboot2.h | 118 u32 total_size; member
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_armzimageloader.c | 34 uint32_t total_size; member
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | kernel.c | 35 uint32_t total_size; member 412 end += be32_to_cpu(dtb_hdr.total_size); in kernel_zimage32_probe()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | asm-offsets.c | 173 OFFSET(MB2_fixed_total_size, multiboot2_fixed_t, total_size); in __dummy__()
|
Completed in 19 milliseconds