Searched refs:headers (Results 1 – 22 of 22) sorted by relevance
/xen/xen/include/ |
A D | Makefile | 5 headers-y := \ 24 headers-$(CONFIG_X86) += compat/arch-x86/pmu.h 26 headers-$(CONFIG_X86) += compat/arch-x86/xen.h 28 headers-$(CONFIG_X86) += compat/hvm/dm_op.h 29 headers-$(CONFIG_X86) += compat/hvm/hvm_op.h 30 headers-$(CONFIG_X86) += compat/hvm/hvm_vcpu.h 32 headers-$(CONFIG_XSM_FLASK) += compat/xsm/flask_op.h 52 all: $(headers-y) 98 all: headers.chk headers99.chk headers++.chk 108 headers.chk: $(PUBLIC_ANSI_HEADERS) Makefile [all …]
|
/xen/tools/include/xen-foreign/ |
A D | Makefile | 7 headers := $(patsubst %, %.h, $(architectures)) macro 9 .PHONY: all clean distclean check-headers 10 all: $(headers) check-headers 13 rm -f $(headers) 19 checker: checker.c $(headers) 22 check-headers: checker
|
/xen/ |
A D | Makefile | 42 .PHONY: %-tools-public-headers 43 %-tools-public-headers: 62 build-tools: build-tools-public-headers 66 build-stubdom: mini-os-dir build-tools-public-headers 83 run-tests-%: build-tools-public-headers tools/tests/%/ 133 install-tools: install-tools-public-headers 219 clean-tools: clean-tools-public-headers 223 clean-stubdom: clean-tools-public-headers 326 uninstall: uninstall-tools-public-headers $(TARGS_UNINSTALL)
|
A D | .gitignore | 84 stubdom/mk-headers-* 105 tools/libs/toolcore/headers.chk 107 tools/libs/toollog/headers.chk 109 tools/libs/evtchn/headers.chk 111 tools/libs/gnttab/headers.chk 113 tools/libs/hypfs/headers.chk 115 tools/libs/call/headers.chk 117 tools/libs/foreignmemory/headers.chk 119 tools/libs/devicemodel/headers.chk 303 xen/include/headers*.chk
|
A D | config.guess | 930 objdump --private-headers /bin/sh | grep -q ld.so.1
|
A D | COPYING | 45 Affected files include the Xen interface headers (xen/include/public),
|
/xen/tools/debugger/gdbsx/xg/ |
A D | Makefile | 15 build: xen-headers xg_all.a $(XG_HDRS) $(XG_OBJS) Makefile 24 xen-headers:
|
/xen/docs/hypervisor-guide/x86/ |
A D | how-xen-boots.rst | 28 Multiboot 1 and 2 headers and entrypoints, including the Multiboot 2 tags for 40 All headers and tags are built in ``xen/arch/x86/boot/head.S`` 42 The Multiboot 1 headers request aligned modules and memory information. Entry 46 The Multiboot 2 headers are more flexible, and in addition request that the 68 Any bootloader which unzips the binary and follows the ELF headers will place
|
/xen/tools/libs/ |
A D | libs.mk | 48 libs: headers.chk $(LIB) $(PKG_CONFIG_INST) $(PKG_CONFIG_LOCAL) 50 headers.chk: $(wildcard include/*.h) $(AUTOINCS) 91 rm -f headers.chk
|
/xen/stubdom/ |
A D | Makefile | 98 $(NEWLIB_STAMPFILE): mk-headers-$(XEN_TARGET_ARCH) newlib-$(NEWLIB_VERSION) 364 mk-headers-$(XEN_TARGET_ARCH): $(IOEMU_LINKFARM_TARGET) $(LINK_STAMPS) 375 touch mk-headers-$(XEN_TARGET_ARCH) 390 libs-$(XEN_TARGET_ARCH)/toolcore/libxentoolcore.a: mk-headers-$(XEN_TARGET_ARCH) $(NEWLIB_STAMPFILE) 399 libs-$(XEN_TARGET_ARCH)/toollog/libxentoollog.a: mk-headers-$(XEN_TARGET_ARCH) $(NEWLIB_STAMPFILE) 408 libs-$(XEN_TARGET_ARCH)/evtchn/libxenevtchn.a: mk-headers-$(XEN_TARGET_ARCH) $(NEWLIB_STAMPFILE) 417 libs-$(XEN_TARGET_ARCH)/gnttab/libxengnttab.a: mk-headers-$(XEN_TARGET_ARCH) $(NEWLIB_STAMPFILE) 426 libs-$(XEN_TARGET_ARCH)/call/libxencall.a: mk-headers-$(XEN_TARGET_ARCH) $(NEWLIB_STAMPFILE) 435 libs-$(XEN_TARGET_ARCH)/foreignmemory/libxenforeignmemory.a: mk-headers-$(XEN_TARGET_ARCH) $(NEWLIB… 444 libs-$(XEN_TARGET_ARCH)/devicemodel/libxendevicemodel.a: mk-headers-$(XEN_TARGET_ARCH) $(NEWLIB_STA… [all …]
|
A D | COPYING | 24 GPLv2+, or without copyright headers.
|
A D | configure | 1363 you have headers in a nonstandard directory <include dir>
|
/xen/docs/ |
A D | README.remus | 8 or higher along with the development headers and command line utilities.
|
A D | Makefile | 204 html/hypercall/%/index.html: $(CURDIR)/xen-headers Makefile 207 $(PERL) -w $(CURDIR)/xen-headers -O $(@D) \
|
/xen/m4/ |
A D | python_devel.m4 | 38 [AC_MSG_ERROR([Unable to find Python development headers])],)
|
/xen/docs/misc/ |
A D | dump-core-format.txt | 14 The usual process core file includes program headers and no section header. 15 On the other hand the xen dump-core file includes no program headers and
|
A D | efi.pandoc | 64 absent, section headers will be ignored and for each value looked for the
|
/xen/docs/specs/ |
A D | libxc-migration-stream.pandoc | 58 There are two headers: the _image header_, and the _domain header_. 74 All the fields within the headers and records have a fixed width. 786 All changes to the image or domain headers require the image version
|
/xen/tools/ |
A D | Rules.mk | 226 headers.chk:
|
A D | configure.ac | 471 headers - version 3.2.8 or higher])
|
A D | configure | 1581 you have headers in a nonstandard directory <include dir> 7774 as_fn_error $? "Unable to find Python development headers" "$LINENO" 5 10585 Configuration headers:
|
/xen/stubdom/grub.patches/ |
A D | 61btrfs.diff | 1323 + * size of any extent headers. If a file is compressed on disk, this is
|
Completed in 29 milliseconds