Searched refs:misc (Results 1 – 25 of 47) sorted by relevance
12
/xen/docs/ |
A D | INDEX | 8 misc Miscellaneous Documentation 10 misc/console Xen PV Console notes 12 misc/crashdb Xen crash debugger notes 14 misc/kexec_and_kdump Kexec and Kdump for Xen 17 misc/distro_mapping Distro Directory Layouts 18 misc/dump-core-format Xen Core Dump Format 19 misc/vtd VT-d HOWTO 20 misc/xen-error-handling Xen Error Handling 21 misc/xenpaging Xen Paging 22 misc/xsm-flask XSM/FLASK Configuration [all …]
|
A D | configure.ac | 7 AC_CONFIG_SRCDIR([misc/xen-command-line.pandoc])
|
A D | Makefile | 16 TXTSRC-y := $(sort $(shell find misc -name '*.txt' -print)) 18 PANDOCSRC-y := $(sort $(shell find designs/ features/ misc/ process/ specs/ \( -name '*.pandoc' -o …
|
A D | support-matrix-generate | 72 cat docs/misc/support-matrix-head.html
|
/xen/xen/common/efi/ |
A D | runtime.c | 370 if ( op->misc ) in efi_runtime_call() 392 if ( op->misc ) in efi_runtime_call() 408 if ( op->misc ) in efi_runtime_call() 439 status = efi_rs->SetWakeupTime(!!(op->misc & in efi_runtime_call() 441 (op->misc & in efi_runtime_call() 448 op->misc = 0; in efi_runtime_call() 452 if ( op->misc ) in efi_runtime_call() 470 if ( op->misc ) in efi_runtime_call() 504 &op->misc, &size, data); in efi_runtime_call() 570 if ( op->misc ) in efi_runtime_call() [all …]
|
/xen/ |
A D | .gitignore | 209 tools/misc/xc_shadow 211 tools/misc/xen-cpuid 212 tools/misc/xen-detect 213 tools/misc/xen-diag 216 tools/misc/xenperf 217 tools/misc/xenpm 218 tools/misc/xen-hvmctx 220 tools/misc/lowmemd 221 tools/misc/xencov 373 tools/misc/xenhypfs [all …]
|
A D | Makefile | 109 dist: $(TARGS_DIST) dist-misc 111 dist-misc: 177 fakeroot sh ./tools/misc/mkdeb $(XEN_ROOT) $$($(MAKE) -C xen xenversion --no-print-directory) 184 bash ./tools/misc/mkrpm $(XEN_ROOT) $$($(MAKE) -C xen xenversion --no-print-directory) 205 bash ./tools/misc/mktarball $(XEN_ROOT) $$($(MAKE) -C xen xenversion --no-print-directory) 209 bash ./tools/misc/mktarball $(XEN_ROOT) $$(git describe)
|
A D | MAINTAINERS | 237 F: docs/misc/arm/ 338 F: docs/misc/kconfig{,-language}.txt 366 F: docs/misc/livepatch.pandoc 367 F: tools/misc/xen-livepatch.c 518 F: docs/misc/vtpm-platforms.txt 537 F: tools/misc/xen-cpuid.c 599 F: docs/misc/xsm-flask.txt
|
/xen/tools/firmware/hvmloader/ |
A D | Makefile | 90 sh ../../misc/mkhex rombios $(ROMBIOS_ROM) >> $@.new 96 sh ../../misc/mkhex vgabios_stdvga $(STDVGA_ROM) >> $@.new 101 sh ../../misc/mkhex vgabios_cirrusvga $(CIRRUSVGA_ROM) >> $@.new
|
/xen/docs/features/ |
A D | hypervisorfs.pandoc | 43 The FS paths are documented in `docs/misc/hypfs-paths.pandoc`. 64 * `tools/misc/xenhypfs.c` 66 * `docs/misc/hypfs-paths.pandoc`
|
A D | dom0less.pandoc | 16 to be passed to Xen. See docs/misc/arm/device-tree/booting.txt for more 90 See docs/misc/arm/device-tree/booting.txt for more information.
|
/xen/tools/examples/ |
A D | xlexample.pvhlinux | 36 # docs/misc/xl-network-configuration.markdown 41 # docs/misc/xl-disk-configuration.txt
|
A D | xlexample.pvlinux | 38 # docs/misc/xl-network-configuration.markdown 43 # docs/misc/xl-disk-configuration.txt
|
A D | xlexample.hvm | 37 # docs/misc/xl-network-configuration.markdown 42 # docs/misc/xl-disk-configuration.txt
|
/xen/xen/arch/x86/cpu/mcheck/ |
A D | mce_amd.h | 5 bool mc_amd_addrcheck(uint64_t status, uint64_t misc, int addrtype);
|
A D | mcaction.h | 15 typedef bool (*mce_check_addr_t)(uint64_t status, uint64_t misc, int addr_type);
|
A D | mce.h | 206 uint64_t misc; member
|
A D | mce_amd.c | 146 bool mc_amd_addrcheck(uint64_t status, uint64_t misc, int addrtype) in mc_amd_addrcheck() argument
|
A D | mce_intel.c | 279 static bool intel_checkaddr(uint64_t status, uint64_t misc, int addrtype) in intel_checkaddr() argument 283 ((misc & MCi_MISC_ADDRMOD_MASK) != MCi_MISC_PHYSMOD) ) in intel_checkaddr()
|
/xen/xen/arch/x86/pv/ |
A D | Makefile | 11 obj-y += misc-hypercalls.o
|
/xen/tools/libxl/ |
A D | libxl_types_internal.idl | 48 # A console with a name is called a 'channel', see docs/misc/channels.txt
|
/xen/xen/ |
A D | Kconfig | 3 # see docs/misc/kconfig-language.txt
|
/xen/stubdom/grub/ |
A D | Makefile | 25 NETBOOT_SOURCES=fsys_tftp.c main.c misc.c
|
/xen/docs/misc/arm/ |
A D | big.LITTLE.txt | 45 [1] docs/misc/xen-command-line.markdown
|
/xen/docs/misc/ |
A D | crashdb.txt | 15 the debugging workstation, such as perhaps tools/misc/nsplitd.
|
Completed in 28 milliseconds
12