Searched refs:origin (Results 1 – 11 of 11) sorted by relevance
/xen/xen/ |
A D | Rules.mk | 12 ifneq ($(origin crash_debug),undefined) 15 ifeq ($(origin debug),command line) 18 ifneq ($(origin frame_pointer),undefined) 21 ifneq ($(origin kexec),undefined) 24 ifneq ($(origin lock_profile),undefined) 27 ifneq ($(origin perfc),undefined) 30 ifneq ($(origin verbose),undefined)
|
/xen/docs/process/ |
A D | release-technician-checklist.txt | 79 git-fetch origin 84 git-push origin $t 85 git-push origin staging-$x 99 git-push origin $t 156 git cat-file blob origin/staging-$ov:MAINTAINERS >MAINTAINERS
|
/xen/xen/arch/arm/ |
A D | arch.mk | 17 ifneq ($(filter command line environment,$(origin CONFIG_EARLY_PRINTK)),)
|
/xen/xen/common/ |
A D | COPYING | 7 For more information on the origin of these files and their
|
/xen/stubdom/vtpmmgr/ |
A D | README.source | 25 tools/vtpm_manager code. It's origin is unclear, but it is
|
/xen/tools/firmware/ |
A D | Makefile | 102 $(GIT) fetch origin; \ 116 $(GIT) fetch origin; \
|
/xen/xen/arch/x86/hvm/ |
A D | vlapic.c | 317 struct vcpu *origin = data; in vlapic_init_sipi_action() local 318 uint32_t icr = vcpu_vlapic(origin)->init_sipi.icr; in vlapic_init_sipi_action() 319 uint32_t dest = vcpu_vlapic(origin)->init_sipi.dest; in vlapic_init_sipi_action() 327 for_each_vcpu ( origin->domain, v ) in vlapic_init_sipi_action() 329 if ( vlapic_match_dest(vcpu_vlapic(v), vcpu_vlapic(origin), in vlapic_init_sipi_action() 334 vcpu_vlapic(origin)->init_sipi.icr = 0; in vlapic_init_sipi_action() 335 vcpu_unpause(origin); in vlapic_init_sipi_action()
|
/xen/tools/ |
A D | Makefile | 161 $(GIT) fetch origin; \ 207 $(GIT) fetch origin; \
|
/xen/ |
A D | Makefile | 35 $(GIT) fetch origin; \
|
/xen/tools/tests/x86_emulator/ |
A D | Makefile | 30 ifeq ($(origin XEN_COMPILE_ARCH),override)
|
/xen/xen/include/acpi/ |
A D | actbl2.h | 527 u8 origin; member
|
Completed in 824 milliseconds