/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.hash.c_shipped | 193 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND}, 202 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str10, T_HELP, TF_COMMAND}, 212 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str17, T_ON, TF_PARAM}, 217 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str21, T_OPTION, TF_COMMAND}, 219 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str22, T_ENDMENU, TF_COMMAND}, 231 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str29, T_MENU, TF_COMMAND}, 234 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str31, T_SELECT, TF_COMMAND}, 236 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str32, T_COMMENT, TF_COMMAND}, 241 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str35, T_RANGE, TF_COMMAND}, 264 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str54, T_HELP, TF_COMMAND}, [all …]
|
/xen-4.10.0-shim-comet/tools/python/xen/migration/ |
A D | libxc.py | 19 long = int variable 90 PAGE_DATA_PFN_MASK = (long(1) << 52) - 1 91 PAGE_DATA_PFN_RESZ_MASK = ((long(1) << 60) - 1) & ~((long(1) << 52) - 1) 95 PAGE_DATA_TYPE_LTABTYPE_MASK = (long(0x7) << PAGE_DATA_TYPE_SHIFT) 96 PAGE_DATA_TYPE_LTAB_MASK = (long(0xf) << PAGE_DATA_TYPE_SHIFT) 99 PAGE_DATA_TYPE_NOTAB = (long(0x0) << PAGE_DATA_TYPE_SHIFT) # Regular page 100 PAGE_DATA_TYPE_L1TAB = (long(0x1) << PAGE_DATA_TYPE_SHIFT) # L1 pagetable 101 PAGE_DATA_TYPE_L2TAB = (long(0x2) << PAGE_DATA_TYPE_SHIFT) # L2 pagetable 102 PAGE_DATA_TYPE_L3TAB = (long(0x3) << PAGE_DATA_TYPE_SHIFT) # L3 pagetable 104 PAGE_DATA_TYPE_BROKEN = (long(0xd) << PAGE_DATA_TYPE_SHIFT) # Broken [all …]
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 99minios | 685 - long id; 686 - long type; 688 - long prog; 689 - long vers; 690 - long proc; 704 - long id; 708 - long v2; 915 - const long *lp = (const long *) dp; 937 - const long *lp = (const long *) dp; 1019 long [all …]
|
A D | 61btrfs.diff | 95 +typedef unsigned long long __u64; 96 +typedef __signed__ long long __s64; 112 +typedef long linux_off_t; 391 + unsigned long drive; 392 + unsigned long part; 393 + unsigned long length; 782 + unsigned long offset = (unsigned long)s; \ 789 + unsigned long offset = (unsigned long)s; \ 887 + unsigned long offset = (unsigned long)c; 1294 + unsigned long offset = (unsigned long)e; [all …]
|
A D | 30savedefault.diff | 124 unsigned long tmp_drive = saved_drive; 125 unsigned long tmp_partition = saved_partition;
|
A D | 40ext3_256byte_inode.diff | 73 static __inline__ unsigned long 74 ffz (unsigned long word)
|
A D | 00cvs | 781 - unsigned long nr; 782 + unsigned long long nr; 935 static unsigned long netmask; 937 static unsigned long xid; 1134 @@ -137,7 +137,7 @@ log2 (unsigned long word) 1237 unsigned long max_pixel_clock; 1240 + /* Reserved field to make structure to be 256 bytes long, VESA BIOS
|
A D | 60ext4.diff | 9 +typedef unsigned long long __u64;
|
A D | 10graphics.diff | 657 /* If the length of SHORT_DOC is too long, truncate it. */ 674 /* If LEN is too long, fold DOC. */ 2256 unsigned long flags;
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/ |
A D | README | 75 set $offset = (unsigned long)&init_task->tasks - (unsigned long)&init_task 77 set $task_entry = (struct task_struct *)((unsigned long)$task - $offset) 82 set $task_entry = (struct task_struct *)((unsigned long)$task - $offset) 98 set $sz = sizeof(long) 102 set $mod_entry = (struct module *)((unsigned long)$mod - $sz)
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | newlib-stdint-size_max-fix-from-1.17.0.patch | 6 /* This must match size_t in stddef.h, currently long unsigned int */
|
A D | newlib.patch | 1 There is a mix between longs and long longs. 62 We don't want u?int32_t to be long as our code assume in a lot of places to be 630 +typedef long long _off_t; 632 typedef long _off_t; 684 long st_spare4[2];
|
/xen-4.10.0-shim-comet/docs/designs/ |
A D | dmop.markdown | 43 unsigned long size; 125 long rc; 162 long do_dm_op(domid_t domid,
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | grant-tables.txt | 159 unsigned long mmap_vstart; 250 queue_l1_entry_update(get_ptep((unsigned long)v), 0); 282 unsigned long pfn, mfn, *v; 299 queue_l1_entry_update(get_ptep((unsigned long)v), 0);
|
A D | pvh.markdown | 7 ELFNOTE(Xen, XEN_ELFNOTE_PHYS32_ENTRY, .long, xen_start32)
|
A D | xen-command-line.markdown | 555 2^30 nsec ~= 1 sec long window. 559 is what tells for how long we give value to previous history 565 (and hence, e.g., long term load trends). A long window will 567 hence capable of capturing, e.g., long term load trends), but 570 The default value of `1 sec` is rather long.
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | sched_credit.pandoc | 84 * [long standing BOOST vs. migration bug](https://lists.xen.org/archives/html/xen-devel/2015-10/msg…
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 16 # If XENDOMAINS_SYSRQ is set, this variable determines how long to wait
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.conf.pod.5 | 183 to memory exhaustion (which can take a long time to find out if launching
|
/xen-4.10.0-shim-comet/docs/specs/ |
A D | libxc-migration-stream.pandoc | 22 image are native types such as `unsigned long` which have different 458 should be exactly 1 page long.
|
/xen-4.10.0-shim-comet/docs/process/ |
A D | xen-release-management.pandoc | 23 and the freeze period. The former is 4 months long and the latter is about 2 24 months long.
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | CODING_STYLE | 138 All long-running operations in libxl need to use the asynchronous
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | COPYING | 313 the user installs one, as long as the modified version is 365 terminated so long as such parties remain in full compliance.
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | COPYING | 312 the user installs one, as long as the modified version is 364 terminated so long as such parties remain in full compliance.
|
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | COPYING | 312 the user installs one, as long as the modified version is 364 terminated so long as such parties remain in full compliance.
|