Searched refs:dist (Results 1 – 20 of 20) sorted by relevance
/xen-4.10.0-shim-comet/ |
A D | Makefile | 7 all: dist 100 .PHONY: dist 102 dist: $(TARGS_DIST) dist-misc target 104 dist-misc: 112 dist-%: install-% 116 xen: dist-xen 119 docs: dist-docs 165 $(MAKE) dist 171 debball: dist 178 rpmball: dist [all …]
|
A D | README | 128 # make dist 130 This will build and install xen, tools, and docs into the local dist/ 136 make install and make dist differ in that make install does the 138 version of udev scripts, for example), but make dist includes all 139 versions of those scripts, so that you can copy the dist directory 204 download and build tboot: install-tboot, build-tboot, dist-tboot, clean-tboot. 206 then build/install/dist according to Xen's settings.
|
A D | install.sh | 4 if [ -d ./dist ]; then
|
A D | .travis.yml | 2 dist: trusty
|
A D | .gitignore | 34 dist 45 dist/*
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | mkrpm | 25 cd dist 55 dist/install.sh \$RPM_BUILD_ROOT/
|
A D | mktarball | 38 GZIP=-9v tar cz -f $xen_root/dist/xen-$desc.tar.gz -C $tdir xen-$desc
|
A D | mkdeb | 29 cd dist
|
/xen-4.10.0-shim-comet/scripts/ |
A D | travis-build | 27 make dist
|
/xen-4.10.0-shim-comet/tools/include/ |
A D | Makefile | 71 .PHONY: dist 72 dist: install target
|
/xen-4.10.0-shim-comet/xen/common/xz/ |
A D | dec_lzma2.c | 320 static inline uint32_t INIT dict_get(const struct dictionary *dict, uint32_t dist) in dict_get() argument 322 size_t offset = dict->pos - dist - 1; in dict_get() 324 if (dist >= dict->pos) in dict_get() 346 static bool_t INIT dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) in dict_repeat() argument 351 if (dist >= dict->full || dist >= dict->size) in dict_repeat() 357 back = dict->pos - dist - 1; in dict_repeat() 358 if (dist >= dict->pos) in dict_repeat()
|
/xen-4.10.0-shim-comet/tools/tests/regression/ |
A D | README | 29 $ make dist-clean
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | gic.c | 288 struct acpi_madt_generic_distributor *dist; in gic_acpi_preinit() local 294 dist = container_of(header, struct acpi_madt_generic_distributor, header); in gic_acpi_preinit() 296 if ( acpi_device_init(DEVICE_GIC, NULL, dist->version) ) in gic_acpi_preinit()
|
A D | gic-v2.c | 1104 struct acpi_madt_generic_distributor *dist = in gic_acpi_parse_madt_distributor() local 1107 if ( BAD_MADT_ENTRY(dist, end) ) in gic_acpi_parse_madt_distributor() 1110 dbase = dist->base_address; in gic_acpi_parse_madt_distributor()
|
A D | gic-v3.c | 1486 struct acpi_madt_generic_distributor *dist = in gic_acpi_parse_madt_distributor() local 1489 if ( BAD_MADT_ENTRY(dist, end) ) in gic_acpi_parse_madt_distributor() 1492 dbase = dist->base_address; in gic_acpi_parse_madt_distributor()
|
/xen-4.10.0-shim-comet/xen/ |
A D | Makefile | 37 .PHONY: dist 38 dist: install target
|
/xen-4.10.0-shim-comet/docs/process/ |
A D | release-checklist.txt | 97 mv dist/xen-$v.tar.gz /volatile/iwj/website-thing/xen.org/oss-xen/release/$v/.
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | page_alloc.c | 1144 u8 dist, shortest = 0xff; in node_to_scrub() local 1173 dist = __node_distance(local_node, node); in node_to_scrub() 1183 if ( (dist < shortest || closest == NUMA_NO_NODE) && in node_to_scrub() 1188 shortest = dist; in node_to_scrub()
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1150 uint32_t dist = distance[i * num_nodes + j]; in pyxc_numainfo() local 1151 if ( invalid_node || (dist == XEN_INVALID_NODE_DIST) ) in pyxc_numainfo() 1157 pyint = PyLongOrInt_FromLong(dist); in pyxc_numainfo()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | multi.c | 2598 int i, dist; in sh_prefetch() local 2611 dist = (PAGE_SIZE - ((unsigned long)ptr_sl1e & ~PAGE_MASK)) / sizeof sl1e; in sh_prefetch() 2613 if ( dist > PREFETCH_DISTANCE ) in sh_prefetch() 2614 dist = PREFETCH_DISTANCE; in sh_prefetch() 2634 for ( i = 1; i < dist ; i++ ) in sh_prefetch()
|
Completed in 33 milliseconds