| /openbmc/qemu/target/i386/tcg/ |
| H A D | mpx_helper.c | 79 uint64_t bte, lb, ub, pt; in helper_bndldx64() local 82 lb = cpu_ldq_data_ra(env, bte, ra); in helper_bndldx64() 87 lb = ub = 0; in helper_bndldx64() 90 return lb; in helper_bndldx64() 96 uint32_t bte, lb, ub, pt; in helper_bndldx32() local 99 lb = cpu_ldl_data_ra(env, bte, ra); in helper_bndldx32() 104 lb = ub = 0; in helper_bndldx32() 106 return ((uint64_t)ub << 32) | lb; in helper_bndldx32() 110 uint64_t lb, uint64_t ub) in helper_bndstx64() argument 116 cpu_stq_data_ra(env, bte, lb, ra); in helper_bndstx64() [all …]
|
| H A D | fpu_helper.c | 2674 access_stq(ac, addr, env->bnd_regs[i].lb); in do_xsave_bndregs() 2922 env->bnd_regs[i].lb = access_ldq(ac, addr); in do_xrstor_bndregs()
|
| H A D | translate.c | 3740 offsetof(CPUX86State, bnd_regs[i].lb), in tcg_x86_init()
|
| /openbmc/qemu/hw/vfio/ |
| H A D | migration-multifd.c | 79 VFIOStateBuffer *lb = data; in vfio_state_buffer_clear() local 81 if (!lb->is_present) { in vfio_state_buffer_clear() 85 g_clear_pointer(&lb->data, g_free); in vfio_state_buffer_clear() 86 lb->is_present = false; in vfio_state_buffer_clear() 130 VFIOStateBuffer *lb; in vfio_load_state_buffer_insert() local 138 lb = vfio_state_buffers_at(&multifd->load_bufs, packet->idx); in vfio_load_state_buffer_insert() 139 if (lb->is_present) { in vfio_load_state_buffer_insert() 158 lb->data = g_memdup2(&packet->data, data_size); in vfio_load_state_buffer_insert() 159 lb->len = data_size; in vfio_load_state_buffer_insert() 160 lb->is_present = true; in vfio_load_state_buffer_insert() [all …]
|
| /openbmc/u-boot/lib/ |
| H A D | display_options.c | 144 } lb; in print_buffer() local 168 x = lb.ui[i] = *(volatile uint32_t *)data; in print_buffer() 171 x = lb.uq[i] = *(volatile uint64_t *)data; in print_buffer() 174 x = lb.us[i] = *(volatile uint16_t *)data; in print_buffer() 176 x = lb.uc[i] = *(volatile uint8_t *)data; in print_buffer() 196 if (!isprint(lb.uc[i]) || lb.uc[i] >= 0x80) in print_buffer() 197 lb.uc[i] = '.'; in print_buffer() 199 lb.uc[i] = '\0'; in print_buffer() 200 printf(" %s\n", lb.uc); in print_buffer()
|
| /openbmc/qemu/include/hw/fsi/ |
| H A D | fsi.h | 16 #define BE_GENMASK(hb, lb) MAKE_64BIT_MASK((lb), ((hb) - (lb) + 1)) argument
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | systemd-boot-cfg.bbclass | 68 lb = label 70 lb = "install-efi" 71 entrycfg.write('options LABEL=%s ' % lb)
|
| H A D | grub-efi-cfg.bbclass | 104 lb = label 106 lb = "install-efi" 108 cfgfile.write('linux /%s LABEL=%s' % (kernel, lb))
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | timeline_view.js | 112 let lb = ''; // Lower bound label 114 lb = (hist[0] / 1000.0).toFixed(1) + 'ms'; 116 lb = hist[0].toFixed(1) + 'us'; 120 ctx.fillText(lb, xMid - HISTOGRAM_W / 2, yMid); 246 let lb = 0, ub = this.Heights[0]-1; 248 ub = lb + this.Heights[i] - 1; 249 if (lb <= x && ub >= x) { 250 return [i, x-lb]; 252 lb = ub+1; 394 let lb = ''; // Lower bound label [all …]
|
| H A D | ipmi_timeline_vis.js | 262 let lb = global_lb, ub = global_ub; 264 lb = Math.min.apply(Math, interval.map(function(x) { 272 if (lb == ub) ub = lb + EPS; 273 let line = [lb * 1000000, ub * 1000000]; // to usec 278 let bucket_idx = parseInt(t / ((ub - lb) / num_buckets)); 298 let lb = entry[2], ub = entry[3]; 302 StartingUsec_IPMI = lb; 305 entry[2] = lb - StartingUsec_IPMI;
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
| H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 51 char *lb = memalign(wbuf_align, XFS_MAX_SECTORSIZE); 652 char lb[XFS_MAX_SECTORSIZE] = { 0 }; 656 off = nr_blocks * blocksize - sizeof(lb); 657 if (pwrite(dev_fd, lb, sizeof(lb), off) < 0)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/ |
| H A D | hunspell-dictionaries.bb | 44 LICENSE:dictionaries/lb = "EUPL-1.1" 107 file://dictionaries/lb/license;md5=5d6417331778645577c40c3329a3d559 \
|
| /openbmc/qemu/tcg/sparc64/ |
| H A D | tcg-target.c.inc | 1032 static bool tcg_out_qemu_ld_slow_path(TCGContext *s, TCGLabelQemuLdst *lb) 1034 MemOp opc = get_memop(lb->oi); 1037 if (!patch_reloc(lb->label_ptr[0], R_SPARC_WDISP19, 1045 tcg_out_ld_helper_args(s, lb, &ldst_helper_param); 1047 tcg_out_ld_helper_ret(s, lb, sgn, &ldst_helper_param); 1051 (intptr_t)lb->raddr, 0); 1054 static bool tcg_out_qemu_st_slow_path(TCGContext *s, TCGLabelQemuLdst *lb) 1056 MemOp opc = get_memop(lb->oi); 1058 if (!patch_reloc(lb->label_ptr[0], R_SPARC_WDISP19, 1063 tcg_out_st_helper_args(s, lb, &ldst_helper_param); [all …]
|
| /openbmc/qemu/tcg/s390x/ |
| H A D | tcg-target.c.inc | 1937 static bool tcg_out_qemu_ld_slow_path(TCGContext *s, TCGLabelQemuLdst *lb) 1939 MemOp opc = get_memop(lb->oi); 1941 if (!patch_reloc(lb->label_ptr[0], R_390_PC16DBL, 1946 tcg_out_ld_helper_args(s, lb, &ldst_helper_param); 1948 tcg_out_ld_helper_ret(s, lb, false, &ldst_helper_param); 1950 tgen_gotoi(s, S390_CC_ALWAYS, lb->raddr); 1954 static bool tcg_out_qemu_st_slow_path(TCGContext *s, TCGLabelQemuLdst *lb) 1956 MemOp opc = get_memop(lb->oi); 1958 if (!patch_reloc(lb->label_ptr[0], R_390_PC16DBL, 1963 tcg_out_st_helper_args(s, lb, &ldst_helper_param); [all …]
|
| /openbmc/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | prim_ops.c | 255 u8 hb, lb; in aad_word() local 258 lb = (u8)((d & 0xff)); in aad_word() 259 l = (u16)((lb + 10 * hb) & 0xFF); in aad_word()
|
| /openbmc/openbmc/poky/bitbake/lib/ply/ |
| H A D | yacc.py | 2323 for trans,lb in lookbacks.items(): 2325 for state,p in lb:
|
| /openbmc/qemu/target/riscv/ |
| H A D | insn32.decode | 141 lb ............ ..... 000 ..... 0000011 @i
|
| /openbmc/rest-dbus/resources/ |
| H A D | jquery.min.js | 5 …lb=/\r/g;m.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=m.isFuncti…
|
| /openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 14784 - u8 hb, lb; 14786 + u8 hb, lb; 14789 - lb = (u8)((d & 0xff)); 14790 - l = (u16)((lb + 10 * hb) & 0xFF); 14792 + lb = (u8) ((d & 0xff)); 14793 + l = (u16) ((lb + 10 * hb) & 0xFF);
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0008-Use-libtool-2.4.patch | 28571 # that are linked more than once (e.g. -la -lb -la)
|