Home
last modified time | relevance | path

Searched refs:stub (Results 1 – 23 of 23) sorted by relevance

/xen/xen/arch/x86/
A Dioport_emulate.c17 static const char stub[] = { in ioemul_handle_proliant_quirk() local
32 memcpy(io_emul_stub, stub, sizeof(stub)); in ioemul_handle_proliant_quirk()
33 BUILD_BUG_ON(IOEMUL_QUIRK_STUB_BYTES < sizeof(stub)); in ioemul_handle_proliant_quirk()
35 return sizeof(stub); in ioemul_handle_proliant_quirk()
A Dextable.c93 unsigned long stub = this_cpu(stubs.addr); in search_exception_table() local
98 if ( regs->rip >= stub + STUB_BUF_SIZE / 2 && in search_exception_table()
99 regs->rip < stub + STUB_BUF_SIZE && in search_exception_table()
/xen/xen/arch/x86/x86_64/
A Dtraps.c275 stub[0] = 0x48; in write_stub_trampoline()
276 stub[1] = 0xa3; in write_stub_trampoline()
277 *(uint64_t *)&stub[2] = stack_bottom - 8; in write_stub_trampoline()
280 stub[10] = 0x48; in write_stub_trampoline()
281 stub[11] = 0x89; in write_stub_trampoline()
282 stub[12] = 0xe0; in write_stub_trampoline()
285 stub[13] = 0x48; in write_stub_trampoline()
286 stub[14] = 0xbc; in write_stub_trampoline()
287 *(uint64_t *)&stub[15] = stack_bottom - 8; in write_stub_trampoline()
290 stub[23] = 0x50; in write_stub_trampoline()
[all …]
/xen/xen/arch/x86/efi/
A DMakefile16 obj-y := stub.o
19 nocov-$(XEN_BUILD_EFI) += stub.o
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1269 [stub] "r" (stub.func), \
1277 : constraints, [stub] "rm" (stub.func), \
1278 "m" (*(typeof(stub.buf) *)stub.addr) )
3839 put_stub(stub); in x86_emulate()
6697 put_stub(stub); in x86_emulate()
6762 put_stub(stub); in x86_emulate()
6832 put_stub(stub); in x86_emulate()
7084 put_stub(stub); in x86_emulate()
7452 put_stub(stub); in x86_emulate()
7480 put_stub(stub); in x86_emulate()
[all …]
/xen/tools/hotplug/Linux/systemd/
A Dxen-init-dom0.service.in2 Description=xen-init-dom0, initialise Dom0 configuration (xenstore nodes, JSON configuration stub)
/xen/docs/guest-guide/x86/
A Dhypercall-abi.rst90 To invoke a specific hypercall, ``call`` the relevant stub [3]_:
127 and takes all its parameters on the stack. This stub should be
128 ``jmp``'d to, rather than ``call``'d. HVM guests have this stub
/xen/m4/
A Dstubdom.m472 echo "Will build the following stub domains:"
/xen/docs/misc/
A Dstubdom.txt16 The enable IOEMU stub domains set the following in your domain
23 information on device model stub domains
196 you can compile examples of C or caml stub domain kernels. You can use these
197 and the relevant Makefile rules as basis to build your own stub domain kernel.
A Dcrashdb.txt4 Xen has a simple gdb stub for doing post-mortem debugging i.e. once
A Dvtd.txt67 11) hide device using pci-stub (example PCI device 01:00.0):
76 echo "8086 10b9" > /sys/bus/pci/drivers/pci-stub/new_id
78 echo "0000:01:00.0" > /sys/bus/pci/drivers/pci-stub/bind
A Dxsm-flask.txt47 This policy does not apply to bugs which affect stub device models,
48 driver domains, or stub xenstored - even if those bugs do no worse
133 HVM domains with stubdomain device models also need a type for the stub domain.
A Dxen-command-line.pandoc1192 intended to be used when domain 0 is a stub domain which builds a disaggregated
/xen/tools/flask/policy/modules/
A Dguest_features.te13 # and stub domains for early boot output, so don't audit even when we deny it.
/xen/stubdom/
A Dconfigure.ac20 # Enable/disable stub domains
/xen/docs/misc/arm/device-tree/
A Dguest.txt58 UEFI stub. However they differ because they are provided by the Xen hypervisor,
/xen/docs/man/
A Dxen-vtpmmgr.7.pod67 When the TPM Manager first boots up, it will create a stub vTPM group along with
68 entries for any vTPMs that communicate with it. This stub group must be
348 A mini-os stub domain that implements a vTPM. There is a
A Dxen-vtpm.7.pod93 A mini-os stub domain that implements a vTPM. There is a
289 in dom0. If the pv-grub stub domain succeeds in connecting to a vTPM, it will
/xen/docs/hypervisor-guide/x86/
A Dhow-xen-boots.rst33 not, either an EFI stub is included which nops/fails applicable setup and
/xen/
A DSUPPORT.md565 Vulnerabilities of a device model stub domain
621 with dom0, driver domains, stub domains, domUs, and so on.
770 which enable use as a device model stub domain. The old version is
771 normally selected by default only in a stub dm configuration, but it
A DREADME75 * cmake (if building vtpm stub domains)
/xen/xen/common/
A DKconfig262 This requires that the actual domain 0 be a stub domain that
/xen/xen/xsm/flask/policy/
A Daccess_vectors379 # for stub domain device models with the PV framebuffer.

Completed in 65 milliseconds