/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_hcall_buf.c | 37 b->hbuf = p; in xc__hypercall_buffer_alloc_pages() 39 return b->hbuf; in xc__hypercall_buffer_alloc_pages() 54 b->hbuf = p; in xc__hypercall_buffer_alloc() 56 return b->hbuf; in xc__hypercall_buffer_alloc() 71 if ( b->ubuf == (void *)-1 || b->dir == XC_HYPERCALL_BUFFER_BOUNCE_NONE ) in xc__hypercall_bounce_pre() 77 if ( b->ubuf == NULL ) in xc__hypercall_bounce_pre() 79 b->hbuf = NULL; in xc__hypercall_bounce_pre() 83 p = xc__hypercall_buffer_alloc(xch, b, b->sz); in xc__hypercall_bounce_pre() 88 memcpy(b->hbuf, b->ubuf, b->sz); in xc__hypercall_bounce_pre() 98 if ( b->ubuf == (void *)-1 || b->dir == XC_HYPERCALL_BUFFER_BOUNCE_NONE ) in xc__hypercall_bounce_post() [all …]
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | md5.c | 199 register uint32_t a, b, c, d; in MD5Transform() local 202 b = buf[1]; in MD5Transform() 206 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform() 210 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform() 214 MD5STEP(F1, a, b, c, d, in[8] + 0x698098d8, 7); in MD5Transform() 223 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in MD5Transform() 224 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in MD5Transform() 227 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in MD5Transform() 231 MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5); in MD5Transform() 236 MD5STEP(F2, d, a, b, c, in[2] + 0xfcefa3f8, 9); in MD5Transform() [all …]
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | unxz.c | 166 struct xz_buf b; in unxz() local 185 b.out = out; in unxz() 201 b.in = in; in unxz() 202 b.in_pos = 0; in unxz() 204 b.out_pos = 0; in unxz() 210 if (b.in_pos == b.in_size && fill != NULL) { in unxz() 214 b.in_pos = 0; in unxz() 232 if (flush != NULL && (b.out_pos == b.out_size in unxz() 239 if (flush(b.out, b.out_pos) != (int)b.out_pos) in unxz() 250 free(b.out); in unxz() [all …]
|
A D | xmalloc_tlsf.c | 197 return b; in FIND_SUITABLE_BLOCK() 269 b->prev_hdr = NULL; in ADD_REGION() 275 lb = GET_NEXT_BLOCK(b->ptr.buffer, b->size & BLOCK_SIZE_MASK); in ADD_REGION() 276 lb->prev_hdr = b; in ADD_REGION() 418 next_b = GET_NEXT_BLOCK(b->ptr.buffer, b->size & BLOCK_SIZE_MASK); in xmem_pool_alloc() 434 b->size = size | (b->size & PREV_STATE); in xmem_pool_alloc() 469 tmp_b = GET_NEXT_BLOCK(b->ptr.buffer, b->size & BLOCK_SIZE_MASK); in xmem_pool_free() 482 b = tmp_b; in xmem_pool_free() 484 tmp_b = GET_NEXT_BLOCK(b->ptr.buffer, b->size & BLOCK_SIZE_MASK); in xmem_pool_free() 617 struct bhdr *b; in xfree() local [all …]
|
A D | inflate.c | 371 p = b; i = n; in huft_build() 430 p = b; i = 0; in huft_build() 622 DUMPBITS(t->b) in inflate_codes() 654 DUMPBITS(t->b) in inflate_codes() 857 b = bb; in inflate_dynamic() 914 j = (td = tl + ((unsigned)b & m))->b; in inflate_dynamic() 967 bb = b; in inflate_dynamic() 1042 b = bb; in inflate_block() 1048 *e = (int)b & 1; in inflate_block() 1054 t = (unsigned)b & 3; in inflate_block() [all …]
|
/xen-4.10.0-shim-comet/xen/common/xz/ |
A D | dec_stream.c | 301 ret = dec_vli(s, b->in, &b->in_pos, b->in_size); in dec_index() 349 if (b->in_pos == b->in_size) in crc32_validate() 373 if (b->in_pos == b->in_size) in check_skip() 588 if (b->in_pos == b->in_size) in dec_main() 592 if (b->in[b->in_pos] == 0) { in dec_main() 603 = ((uint32_t)b->in[b->in_pos] + 1) * 4; in dec_main() 635 if (b->in_pos == b->in_size) in dec_main() 638 if (b->in[b->in_pos++] != 0) in dec_main() 671 if (b->in_pos == b->in_size) { in dec_main() 676 if (b->in[b->in_pos++] != 0) in dec_main() [all …]
|
A D | dec_bcj.c | 85 return b == 0x00 || b == 0xFF; in bcj_x86_test_msbyte() 101 uint8_t b; in bcj_x86() local 404 memcpy(b->out + b->out_pos, s->temp.buf, copy_size); in bcj_flush() 429 bcj_flush(s, b); in xz_dec_bcj_run() 451 memcpy(b->out + b->out_pos, s->temp.buf, s->temp.size); in xz_dec_bcj_run() 459 bcj_apply(s, b->out, &out_start, b->out_pos); in xz_dec_bcj_run() 471 memcpy(s->temp.buf, b->out + b->out_pos, s->temp.size); in xz_dec_bcj_run() 478 if (b->out_pos + s->temp.size < b->out_size) in xz_dec_bcj_run() 490 if (b->out_pos < b->out_size) { in xz_dec_bcj_run() 492 s->out = b->out; in xz_dec_bcj_run() [all …]
|
A D | dec_lzma2.c | 289 dict->buf = b->out + b->out_pos; in dict_reset() 380 && b->out_pos < b->out_size) { in dict_uncompressed() 382 b->out_size - b->out_pos); in dict_uncompressed() 400 memcpy(b->out + b->out_pos, b->in + b->in_pos, in dict_uncompressed() 452 if (b->in_pos == b->in_size) in rc_read_init() 851 in_avail = b->in_size - b->in_pos; in lzma2_lzma() 893 in_avail = b->in_size - b->in_pos; in lzma2_lzma() 914 in_avail = b->in_size - b->in_pos; in lzma2_lzma() 970 tmp = b->in[b->in_pos++]; in xz_dec_lzma2_run() 1071 b->out_size - b->out_pos, in xz_dec_lzma2_run() [all …]
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | alternative.h | 87 altinstruction_entry 661b, 663f, \cap, 662b-661b, 664f-663f 92 .org . - (664b-663b) + (662b-661b) 93 .org . - (662b-661b) + (664b-663b) 136 .org . - (664b-663b) + (662b-661b) 137 .org . - (662b-661b) + (664b-663b)
|
A D | bug.h | 26 #define bug_loc(b) ((const void *)(b) + (b)->loc_disp) argument 27 #define bug_file(b) ((const void *)(b) + (b)->file_disp); argument 28 #define bug_line(b) ((b)->line) argument 29 #define bug_msg(b) ((const char *)(b) + (b)->msg_disp) argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | usercopy.c | 40 _ASM_EXTABLE(4b, 5b) in __copy_to_user_ll() 41 _ASM_EXTABLE(0b, 3b) in __copy_to_user_ll() 42 _ASM_EXTABLE(1b, 2b) in __copy_to_user_ll() 85 _ASM_EXTABLE(4b, 5b) in __copy_from_user_ll() 86 _ASM_EXTABLE(0b, 3b) in __copy_from_user_ll() 87 _ASM_EXTABLE(1b, 6b) in __copy_from_user_ll() 141 _ASM_EXTABLE(0b,3b) in clear_user() 142 _ASM_EXTABLE(1b,2b) in clear_user()
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/ |
A D | memset.S | 84 b.eq .Laligned 100 b.ge .Lnot_short 103 b.eq 3f 105 b.eq 1f 106 b.lt 2f 138 b.ge 1b 141 b.ne .Ltail63 151 b.le .Ltail63 170 b.ne .Lnot_short 202 b.ge 1b [all …]
|
A D | memmove.S | 61 b.lo memcpy 64 b.hs memcpy /* No overlap. */ 72 b.eq .LSrcAligned 97 b.ge .Lcpy_over64 109 b.eq .Ltail15 111 b.eq 1f 112 b.lt 2f 144 b.ge .Lcpy_body_large 159 b.ne .Ltail63 187 b.ge 1b [all …]
|
A D | memcpy.S | 62 b.lo .Ltiny15 66 b.eq .LSrcAligned 92 b.ge .Lcpy_over64 103 b.eq .Ltiny15 105 b.eq 1f 106 b.lt 2f 148 b.ge .Lcpy_body_large 163 b.ne .Ltail63 191 b.ge 1b 198 b.ne .Ltail63
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | utils.h | 8 #define streq(a,b) (strcmp((a),(b)) == 0) argument 11 #define strstarts(a,b) (strncmp((a),(b),strlen(b)) == 0) argument 14 static inline bool strends(const char *a, const char *b) in strends() argument 16 if (strlen(a) < strlen(b)) in strends() 19 return streq(a + strlen(a) - strlen(b), b); in strends()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | bug.h | 25 #define bug_loc(b) ((const void *)(b) + (b)->loc_disp) argument 26 #define bug_ptr(b) ((const void *)(b) + (b)->ptr_disp) argument 27 #define bug_line(b) (((((b)->line_hi + ((b)->loc_disp < 0)) & \ argument 30 (((b)->line_lo + ((b)->ptr_disp < 0)) & \ 32 #define bug_msg(b) ((const char *)(b) + (b)->msg_disp[1]) argument
|
A D | desc.h | 106 u32 a, b; member 110 u64 a, b; member 124 ASSERT(gate->b == new->b); in _write_gate_lower() 132 (gate_addr)->b = \ 148 idte.b = gate->b; in _set_gate_lower() 166 idte.b = ((unsigned long)(addr) >> 32); in _update_gate_addr_lower() 176 (desc)[0].b = (desc)[1].b = 0; \ 182 (desc)[0].b = \
|
/xen-4.10.0-shim-comet/xen/include/acpi/ |
A D | acmacros.h | 57 #define ACPI_MIN(a,b) (((a)<(b))?(a):(b)) argument 58 #define ACPI_MAX(a,b) (((a)>(b))?(a):(b)) argument 348 (b) & 0xFF, ((b) >> 8) & 0xFF, \ 394 #define ARGI_LIST2(a,b) (ARG_1(b)|ARG_2(a)) argument 395 #define ARGI_LIST3(a,b,c) (ARG_1(c)|ARG_2(b)|ARG_3(a)) argument 396 #define ARGI_LIST4(a,b,c,d) (ARG_1(d)|ARG_2(c)|ARG_3(b)|ARG_4(a)) argument 397 #define ARGI_LIST5(a,b,c,d,e) (ARG_1(e)|ARG_2(d)|ARG_3(c)|ARG_4(b)|ARG_5(a)) argument 401 #define ARGP_LIST2(a,b) (ARG_1(a)|ARG_2(b)) argument 402 #define ARGP_LIST3(a,b,c) (ARG_1(a)|ARG_2(b)|ARG_3(c)) argument 403 #define ARGP_LIST4(a,b,c,d) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)) argument [all …]
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | trie.mli | 18 type ('a, 'b) t 21 of type ['a * 'b option]. *) 23 val create : unit -> ('a,'b) t 30 val find : ('a, 'b) t -> 'a list -> 'b 34 val set : ('a, 'b) t -> 'a list -> 'b -> ('a, 'b) t 37 val unset : ('a, 'b) t -> 'a list -> ('a, 'b) t 42 val iter : ('a -> 'b option -> unit) -> ('a, 'b) t -> unit 47 val iter_path : ('a -> 'b option -> unit) -> ('a, 'b) t -> 'a list -> unit 51 val fold : ('a -> 'b option -> 'c -> 'c) -> ('a, 'b) t -> 'c -> 'c 54 val map : ('b -> 'c option) -> ('a,'b) t -> ('a,'c) t [all …]
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxlu_cfg_l.c | 1193 b->yy_buf_size += b->yy_buf_size / 8; in yy_get_next_buffer() 1479 if ( ! b ) in xlu__cfg_yy_create_buffer() 1495 return b; in xlu__cfg_yy_create_buffer() 1506 if ( ! b ) in xlu__cfg_yy_delete_buffer() 1554 if ( ! b ) in xlu__cfg_yy_flush_buffer() 1566 b->yy_buf_pos = &b->yy_ch_buf[0]; in xlu__cfg_yy_flush_buffer() 1693 if ( ! b ) in xlu__cfg_yy_scan_buffer() 1697 b->yy_buf_pos = b->yy_ch_buf = base; in xlu__cfg_yy_scan_buffer() 1700 b->yy_n_chars = b->yy_buf_size; in xlu__cfg_yy_scan_buffer() 1708 return b; in xlu__cfg_yy_scan_buffer() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | emulate.c | 35 desc.b = desc.a = 0; in pv_emul_read_descriptor() 43 desc.b &= ~_SEGMENT_L; in pv_emul_read_descriptor() 45 *ar = desc.b & 0x00f0ff00; in pv_emul_read_descriptor() 46 if ( !(desc.b & _SEGMENT_L) ) in pv_emul_read_descriptor() 48 *base = ((desc.a >> 16) + ((desc.b & 0xff) << 16) + in pv_emul_read_descriptor() 49 (desc.b & 0xff000000)); in pv_emul_read_descriptor() 50 *limit = (desc.a & 0xffff) | (desc.b & 0x000f0000); in pv_emul_read_descriptor() 51 if ( desc.b & _SEGMENT_G ) in pv_emul_read_descriptor()
|
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/ |
A D | zfs_fletcher.c | 67 uint64_t a, b, c, d; in fletcher_4_native() local 69 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_native() 71 b += a; in fletcher_4_native() 72 c += b; in fletcher_4_native() 76 ZIO_SET_CHECKSUM(zcp, a, b, c, d); in fletcher_4_native() 84 uint64_t a, b, c, d; in fletcher_4_byteswap() local 86 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_byteswap() 88 b += a; in fletcher_4_byteswap() 89 c += b; in fletcher_4_byteswap() 93 ZIO_SET_CHECKSUM(zcp, a, b, c, d); in fletcher_4_byteswap()
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/ |
A D | findbit.S | 35 blo 1b 46 beq 3b 57 b 2b @ loop for next bit 76 blo 1b 87 beq 3b 97 b 2b @ loop for next bit 114 blo 1b 121 beq 3b 133 b 2b @ loop for next bit 148 blo 1b [all …]
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | head.S | 291 b 2b 318 b fail 333 b.lo 1b 494 b.lt 1b 503 b fail 507 b fail 602 b 1b 632 bgt 1b 650 bgt 1b 681 b puts [all …]
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | nconf.h | 29 #define max(a, b) ({\ argument 31 typeof(b) _b = b;\ 34 #define min(a, b) ({\ argument 36 typeof(b) _b = b;\
|