Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 25 of 27) sorted by relevance

12

/xen/tools/libfsimage/zfs/zfs-include/
A Dspa.h200 #define BP_GET_COMPRESS(bp) BF64_GET((bp)->blk_prop, 32, 8) argument
203 #define BP_GET_CHECKSUM(bp) BF64_GET((bp)->blk_prop, 40, 8) argument
206 #define BP_GET_TYPE(bp) BF64_GET((bp)->blk_prop, 48, 8) argument
207 #define BP_SET_TYPE(bp, x) BF64_SET((bp)->blk_prop, 48, 8, x) argument
209 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) argument
215 #define BP_GET_DEDUP(bp) BF64_GET((bp)->blk_prop, 62, 1) argument
222 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
236 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp));
274 #define BP_IDENTITY(bp) (&(bp)->blk_dva[0]) argument
275 #define BP_IS_GANG(bp) DVA_GET_GANG(BP_IDENTITY(bp)) argument
[all …]
/xen/tools/libfsimage/zfs/
A Dfsys_zfs.c231 blkptr_t bp; in uberblock_verify() local
233 BP_ZERO(&bp); in uberblock_verify()
340 psize = BP_GET_PSIZE(bp); in zio_read_data()
351 if (zio_read_gang(bp, &bp->blk_dva[i], buf, stack) == 0) in zio_read_data()
380 lsize = BP_GET_LSIZE(bp); in zio_read()
381 psize = BP_GET_PSIZE(bp); in zio_read()
431 blkptr_t *bp, *tmpbuf; in dmu_read() local
433 bp = (blkptr_t *)stack; in dmu_read()
441 *bp = bp_array[idx]; in dmu_read()
444 if (BP_IS_HOLE(bp)) { in dmu_read()
[all …]
/xen/xen/common/
A Dbitmap.c47 static void clamp_last_byte(uint8_t *bp, unsigned int nbits) in clamp_last_byte() argument
52 bp[nbits/8] &= (1U << remainder) - 1; in clamp_last_byte()
339 void bitmap_long_to_byte(uint8_t *bp, const unsigned long *lp, int nbits) in bitmap_long_to_byte() argument
347 bp[b+j] = l; in bitmap_long_to_byte()
352 clamp_last_byte(bp, nbits); in bitmap_long_to_byte()
355 void bitmap_byte_to_long(unsigned long *lp, const uint8_t *bp, int nbits) in bitmap_byte_to_long() argument
363 l |= (unsigned long)bp[b+j] << (j*8); in bitmap_byte_to_long()
372 void bitmap_long_to_byte(uint8_t *bp, const unsigned long *lp, int nbits) in bitmap_long_to_byte() argument
374 memcpy(bp, lp, (nbits+7)/8); in bitmap_long_to_byte()
375 clamp_last_byte(bp, nbits); in bitmap_long_to_byte()
[all …]
/xen/tools/debugger/gdbsx/gx/
A Dgx_comm.c189 char *bp; in gx_getpkt() local
207 bp = buf; in gx_getpkt()
214 *bp++ = c; in gx_getpkt()
217 *bp = 0; in gx_getpkt()
244 return bp - buf; in gx_getpkt()
/xen/tools/firmware/vgabios/
A Dvgabios.c575 mov bp,si in display_string()
3411 push bp
3437 pop bp
3449 push bp
3475 pop bp
3488 push bp
3521 pop bp
3534 push bp
3567 pop bp
3584 push bp
[all …]
A Dclext.c442 push bp
451 pop bp
459 pop bp
506 push bp
523 push bp
576 push bp
589 push bp
594 pop bp
787 mov bp, di
814 mov di, bp
[all …]
A Dvbe.c247 push bp
248 mov bp, sp local
256 mov ax, 4[bp] ; xres
261 pop bp
746 push bp
747 mov bp, sp
752 mov ax, 8[bp]
753 mul word 6[bp]
754 mul word 4[bp]
762 pop bp
/xen/tools/firmware/rombios/
A Drombios.c330 pop bp
377 pop bp
424 pop bp
1153 push bp
1161 pop bp
1171 push bp
1179 pop bp
1190 push bp
1201 pop bp
1212 push bp
[all …]
/xen/xen/arch/x86/
A Ddmi_scan.c116 char *bp=(char *)dm; in dmi_string() local
117 bp+=dm->length; in dmi_string()
121 while(s>0 && *bp) in dmi_string()
123 bp+=strlen(bp); in dmi_string()
124 bp++; in dmi_string()
127 return bp; in dmi_string()
A Dmpparse.c666 unsigned int *bp = maddr_to_virt(base); in smp_scan_config() local
669 Dprintk("Scan SMP from %p for %ld bytes.\n", bp,length); in smp_scan_config()
674 mpf = (struct intel_mp_floating *)bp; in smp_scan_config()
675 if ((*bp == SMP_MAGIC_IDENT) && in smp_scan_config()
677 !mpf_checksum((unsigned char *)bp, 16) && in smp_scan_config()
706 bp += 4; in smp_scan_config()
A Dindirect-thunk.S52 .irp reg, ax, cx, dx, bx, bp, si, di, 8, 9, 10, 11, 12, 13, 14, 15
A Dtraps.c437 static void _show_trace(unsigned long sp, unsigned long __maybe_unused bp) in _show_trace() argument
453 static void _show_trace(unsigned long sp, unsigned long bp) in _show_trace() argument
461 next = bp; in _show_trace()
1921 unsigned int bp, dr7 = read_debugreg(7); in do_debug() local
1923 for ( bp = 0; bp < 4; ++bp ) in do_debug()
1925 if ( (dr6 & (1u << bp)) && /* Breakpoint triggered? */ in do_debug()
1926 (dr7 & (3u << (bp * DR_ENABLE_SIZE))) && /* Enabled? */ in do_debug()
1927 ((dr7 & (3u << ((bp * DR_CONTROL_SIZE) + /* Insn? */ in do_debug()
/xen/xen/include/asm-x86/
A Dindirect_thunk_asm.h27 .irp reg, ax, cx, dx, bx, bp, si, di, 8, 9, 10, 11, 12, 13, 14, 15
A Dasm_defns.h315 LOAD_ONE_REG(bp, \compat)
/xen/xen/include/xen/
A Dbitmap.h273 void bitmap_long_to_byte(uint8_t *bp, const unsigned long *lp, int nbits);
274 void bitmap_byte_to_long(unsigned long *lp, const uint8_t *bp, int nbits);
/xen/xen/arch/x86/hvm/
A Dioreq.c1353 buf_ioreq_t bp = { .data = p->data, in hvm_send_buffered_ioreq() local
1383 bp.size = 0; in hvm_send_buffered_ioreq()
1386 bp.size = 1; in hvm_send_buffered_ioreq()
1389 bp.size = 2; in hvm_send_buffered_ioreq()
1392 bp.size = 3; in hvm_send_buffered_ioreq()
1410 pg->buf_ioreq[pg->ptrs.write_pointer % IOREQ_BUFFER_SLOT_NUM] = bp; in hvm_send_buffered_ioreq()
1414 bp.data = p->data >> 32; in hvm_send_buffered_ioreq()
1415 pg->buf_ioreq[(pg->ptrs.write_pointer+1) % IOREQ_BUFFER_SLOT_NUM] = bp; in hvm_send_buffered_ioreq()
/xen/tools/libxc/
A Dxc_private.c594 void bitmap_64_to_byte(uint8_t *bp, const uint64_t *lp, int nbits) in bitmap_64_to_byte() argument
602 bp[b+j] = l; in bitmap_64_to_byte()
609 void bitmap_byte_to_64(uint64_t *lp, const uint8_t *bp, int nbits) in bitmap_byte_to_64() argument
617 l |= (uint64_t)bp[b+j] << (j*8); in bitmap_byte_to_64()
A Dxc_private.h388 void bitmap_64_to_byte(uint8_t *bp, const uint64_t *lp, int nbits);
389 void bitmap_byte_to_64(uint64_t *lp, const uint8_t *bp, int nbits);
/xen/tools/firmware/rombios/32bit/
A Drombios_compat.h40 Bit16u di, filler1, si, filler2, bp, filler3, sp, filler4; member
/xen/xen/include/public/arch-x86/
A Dxen-x86_32.h140 __DECL_REG_LO16(bp);
A Dxen-x86_64.h184 __DECL_REG_LO8(bp);
/xen/stubdom/grub.patches/
A D99minios419 char *bp = buffer;
438 *bp++ = *(ptr++); /* putchar(*(ptr++)); */
442 - case 'c': *bp++ = (*(dataptr++))&0xff;
446 + *bp++ = c&0xff;
456 *bp++ = c; /* putchar(c); */
463 *bp = 0;
464 return bp - buffer;
/xen/xen/arch/x86/boot/
A Dvideo.S698 movw %di, %bp # BP=original mode table end
703 movw %bp, %di
/xen/tools/debugger/kdd/
A Dkdd.h157 uint32_t bp; /* IN: ID of breakpoint to operate on */ member
A Dkdd.c919 s->rxp.cmd.sbp.bp, s->rxp.cmd.sbp.u1, s->rxp.cmd.sbp.u2); in kdd_handle_soft_breakpoint()
925 s->txp.cmd.sbp.bp = s->rxp.cmd.sbp.bp; in kdd_handle_soft_breakpoint()

Completed in 59 milliseconds

12