Home
last modified time | relevance | path

Searched refs:total_len (Results 1 – 4 of 4) sorted by relevance

/xen/tools/misc/
A Dxencov.c47 uint32_t total_len; in cov_read() local
53 total_len = sys.u.coverage_op.size; in cov_read()
56 if (total_len > 8u * 1024u * 1024u) in cov_read()
57 errx(1, "gcov data too big %u bytes\n", total_len); in cov_read()
59 p = xc_hypercall_buffer_alloc(xch, p, total_len); in cov_read()
63 memset(p, 0, total_len); in cov_read()
65 total_len) < 0) in cov_read()
76 if (fwrite(p, 1, total_len, f) != total_len) in cov_read()
/xen/xen/include/asm-x86/
A Dalternative-asm.h47 #define total_len (.L\@_orig_p - .L\@_orig_s) macro
67 .byte total_len
68 .byte 0xff + repl_len(1) - total_len
93 .byte total_len
94 .byte 0xff + repl_len(1) - total_len
95 .byte 0xff + repl_len(2) - total_len
108 #undef total_len
/xen/xen/arch/x86/
A Dalternative.c208 unsigned int total_len = a->orig_len + a->pad_len; in _apply_alternatives() local
210 BUG_ON(a->repl_len > total_len); in _apply_alternatives()
211 BUG_ON(total_len > sizeof(buf)); in _apply_alternatives()
308 add_nops(buf + a->repl_len, total_len - a->repl_len); in _apply_alternatives()
309 text_poke(orig, buf, total_len); in _apply_alternatives()
/xen/tools/libxl/
A Dlibxl_dom_save.c496 size_t total_len = end - start; in next_string() local
497 size_t len = strnlen(start, total_len); in next_string()
499 if (len == total_len) in next_string()

Completed in 5 milliseconds