| /tools/xentrace/ |
| A D | xenctx.c | 352 if ( width == 4 ) in print_special() 720 memcpy(&word, src, width); in read_stack_word() 764 if (width == 2) in print_stack_word() 766 else if (width == 4) in print_stack_word() 801 mem_addr += width; in print_lines() 879 if ( width ) in print_stack() 881 ((xenctx.bytes_per_line + width - 1) / width) * width; in print_stack() 919 print_stack_word(read_stack_word(p, width), width); in print_stack() 934 print_stack_word(read_stack_word(p, width), width); in print_stack() 937 stack += width; in print_stack() [all …]
|
| /tools/libs/guest/ |
| A D | xg_sr_restore_x86_pv.c | 9 return xc_pfn_to_mfn(pfn, ctx->x86.pv.p2m, ctx->x86.pv.width); in pfn_to_mfn() 22 unsigned int fpp = PAGE_SIZE / ctx->x86.pv.width; in expand_p2m() 31 p2msz = (max_pfn + 1) * ctx->x86.pv.width; in expand_p2m() 255 ctx->x86.pv.width); in process_vcpu_basic() 631 if ( info->guest_width != ctx->x86.pv.width ) in handle_x86_pv_info() 657 if ( (info->guest_width != ctx->x86.pv.width) || in handle_x86_pv_info() 662 ctx->x86.pv.width, ctx->x86.pv.levels); in handle_x86_pv_info() 822 size_t vcpusz = ctx->x86.pv.width == 8 ? in handle_x86_pv_vcpu_blob() 915 0, ctx->x86.pv.width); in handle_shared_info() 920 0, ctx->x86.pv.width); in handle_shared_info() [all …]
|
| A D | xg_sr_common_x86_pv.c | 16 ctx->x86.pv.width) == mfn)); in mfn_in_pseudophysmap() 35 pfn, xc_pfn_to_mfn(pfn, ctx->x86.pv.p2m, ctx->x86.pv.width)); in dump_bad_pseudophysmap_entry() 40 if ( ctx->x86.pv.width == 8 ) in cr3_to_mfn() 56 if ( ctx->x86.pv.width == 8 ) in mfn_to_cr3() 89 ctx->x86.pv.width = guest_width; in x86_pv_domain_info()
|
| A D | xg_sr_save_x86_pv.c | 40 if ( ctx->x86.pv.width == sizeof(unsigned long) ) in copy_mfns_from_guest() 147 fpp = PAGE_SIZE / ctx->x86.pv.width; in map_p2m_tree() 156 ctx->x86.pv.width); in map_p2m_tree() 285 ctx->x86.pv.width); in get_p2m_generation() 335 ctx->x86.pv.width); in map_p2m_list() 336 fpp = PAGE_SIZE / ctx->x86.pv.width; in map_p2m_list() 340 if ( ctx->x86.pv.width == 8 ) in map_p2m_list() 515 ctx->x86.pv.width); in write_one_vcpu_basic() 540 ctx->x86.pv.width); in write_one_vcpu_basic() 570 if ( ctx->x86.pv.width == 8 ) in write_one_vcpu_basic() [all …]
|
| A D | xg_sr_common.h | 320 unsigned int width; member
|
| /tools/firmware/vgabios/ |
| A D | vbetables-gen.c | 8 int width; member 96 pitch = (pm->width + 7) / 8; in main() 98 pitch = pm->width * ((pm->depth + 7) / 8); in main() 102 pm->mode, pm->width, pm->height, pm->depth); in main() 137 printf("/*Bit16u XResolution*/ %d,\n", pm->width); in main()
|
| A D | vbe_display_api.txt | 50 - Added Virt width, height and x,y offset 179 This parameter can be used to read/write the current virtual width. 181 Setting this field during enabled mode will result in the virtual width to be changed. 186 …This setting will be adjusted after setting a virtual width in order to stay within limit of video…
|
| A D | clext.c | 34 unsigned short width; member 723 mov al, #0x0f ;; get DRAM band width 897 mov ax, [si+2] ;; width
|
| A D | README | 173 . Added new DISPI interface for: virt width, height, x offset, y offset
|
| /tools/python/xen/migration/ |
| A D | libxc.py | 305 width, levels, res1, res2 = unpack(X86_PV_INFO_FORMAT, content) 307 if width not in (4, 8): 308 raise RecordError("Expected width of 4 or 8, got %d" % (width, )) 318 bitness = {4:32, 8:64}[width]
|
| /tools/debugger/kdd/ |
| A D | kdd.c | 308 int levels, width, bits, shift, offset, i; in v2p() local 339 width = 8; levels = 4; bits = 9; in v2p() 343 width = 8; levels = 3; bits = 9; in v2p() 345 width = 4; levels = 2; bits = 10; in v2p() 354 offset = ((va & mask) >> shift) * width; in v2p() 357 if (kdd_read_physical(s, pa + offset, width, &entry) != width) in v2p() 456 uint32_t width; in check_os() local 477 width = v->w64 ? 8 : 4; in check_os() 480 if (kdd_read_virtual(s, 0, addr, width, &val) != width) { in check_os()
|
| /tools/libacpi/ |
| A D | ssdt_laptop_slate.asl | 26 * tab-width: 4
|
| /tools/libs/light/ |
| A D | libxl_vkb.c | 76 if (vkb->width) { in libxl__set_xenstore_vkb() 78 GCSPRINTF("%u", vkb->width)); in libxl__set_xenstore_vkb() 198 vkb->width = strtoul(tmp, NULL, 0); in libxl__vkb_from_xenstore()
|
| A D | libxl_vdispl.c | 76 … GCSPRINTF("%d"XENDISPL_RESOLUTION_SEPARATOR"%d", vdispl->connectors[i].width, in libxl__set_xenstore_vdispl() 119 rc = sscanf(value, "%u"XENDISPL_RESOLUTION_SEPARATOR"%u", &info->connectors[i].width, in libxl__device_vdispl_getconnectors()
|
| A D | libxl_json.c | 1127 #define PARSE_UINT(width) \ argument 1128 int libxl__uint ## width ## _parse_json(libxl__gc *gc, \ 1139 if (i < 0 || i > UINT ## width ## _MAX) \ 1142 *((uint ## width ## _t *)p) = i; \
|
| A D | idl.py | 159 self.width = w
|
| A D | libxl_types.idl | 769 ("width", uint32), 987 ("width", uint32), 1187 ("width", uint32),
|
| A D | idl.txt | 111 then available in UInt.width
|
| A D | CODING_STYLE | 231 2. Line width
|
| /tools/python/scripts/ |
| A D | convert-legacy-stream | 69 self.width = 0 121 vm.width, vm.levels, 0, 0)) 240 vm.width = 8 244 vm.width = 4 268 fpp = 4096 // vm.width
|
| /tools/xl/ |
| A D | xl_vdispl.c | 108 vdisplinfo.connectors[j].width, in main_vdispllist()
|
| A D | CODING_STYLE | 105 2. Line width
|
| /tools/firmware/rombios/ |
| A D | rombios.c | 1524 put_int(action, val, width, neg) 1526 short val, width; 1531 put_int(action, nval, width - 1, neg); 1533 while (--width > 0) send(action, ' '); 1540 put_uint(action, val, width, neg) 1543 short width; 1548 put_uint(action, nval, width - 1, neg); 1550 while (--width > 0) send(action, ' '); 1557 put_luint(action, val, width, neg) 1560 short width; [all …]
|
| /tools/libs/util/ |
| A D | CODING_STYLE | 221 2. Line width
|
| /tools/golang/xenlight/ |
| A D | helpers.gen.go | 1793 x.Width = uint32(xc.width) 1818 xc.width = C.uint32_t(x.Width) 2648 x.Width = uint32(xc.width) 2660 xc.width = C.uint32_t(x.Width) 3641 x.Width = uint32(xc.width) 3657 xc.width = C.uint32_t(x.Width)
|