Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 26) sorted by relevance

12

/tools/xentrace/
A Dxenctx.c352 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 Dxg_sr_restore_x86_pv.c9 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 Dxg_sr_common_x86_pv.c16 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 Dxg_sr_save_x86_pv.c40 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 Dxg_sr_common.h320 unsigned int width; member
/tools/firmware/vgabios/
A Dvbetables-gen.c8 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 Dvbe_display_api.txt50 - 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 Dclext.c34 unsigned short width; member
723 mov al, #0x0f ;; get DRAM band width
897 mov ax, [si+2] ;; width
A DREADME173 . Added new DISPI interface for: virt width, height, x offset, y offset
/tools/python/xen/migration/
A Dlibxc.py305 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 Dkdd.c308 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 Dssdt_laptop_slate.asl26 * tab-width: 4
/tools/libs/light/
A Dlibxl_vkb.c76 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 Dlibxl_vdispl.c76 … 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 Dlibxl_json.c1127 #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 Didl.py159 self.width = w
A Dlibxl_types.idl769 ("width", uint32),
987 ("width", uint32),
1187 ("width", uint32),
A Didl.txt111 then available in UInt.width
A DCODING_STYLE231 2. Line width
/tools/python/scripts/
A Dconvert-legacy-stream69 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 Dxl_vdispl.c108 vdisplinfo.connectors[j].width, in main_vdispllist()
A DCODING_STYLE105 2. Line width
/tools/firmware/rombios/
A Drombios.c1524 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 DCODING_STYLE221 2. Line width
/tools/golang/xenlight/
A Dhelpers.gen.go1793 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)

Completed in 122 milliseconds

12