Searched refs:stub (Results 1 – 23 of 23) sorted by relevance
| /xen/xen/arch/x86/ |
| A D | ioport_emulate.c | 17 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 D | extable.c | 93 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 D | traps.c | 275 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 D | Makefile | 16 obj-y := stub.o 19 nocov-$(XEN_BUILD_EFI) += stub.o
|
| /xen/xen/arch/x86/x86_emulate/ |
| A D | x86_emulate.c | 1269 [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 D | xen-init-dom0.service.in | 2 Description=xen-init-dom0, initialise Dom0 configuration (xenstore nodes, JSON configuration stub)
|
| /xen/docs/guest-guide/x86/ |
| A D | hypercall-abi.rst | 90 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 D | stubdom.m4 | 72 echo "Will build the following stub domains:"
|
| /xen/docs/misc/ |
| A D | stubdom.txt | 16 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 D | crashdb.txt | 4 Xen has a simple gdb stub for doing post-mortem debugging i.e. once
|
| A D | vtd.txt | 67 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 D | xsm-flask.txt | 47 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 D | xen-command-line.pandoc | 1192 intended to be used when domain 0 is a stub domain which builds a disaggregated
|
| /xen/tools/flask/policy/modules/ |
| A D | guest_features.te | 13 # and stub domains for early boot output, so don't audit even when we deny it.
|
| /xen/stubdom/ |
| A D | configure.ac | 20 # Enable/disable stub domains
|
| /xen/docs/misc/arm/device-tree/ |
| A D | guest.txt | 58 UEFI stub. However they differ because they are provided by the Xen hypervisor,
|
| /xen/docs/man/ |
| A D | xen-vtpmmgr.7.pod | 67 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 D | xen-vtpm.7.pod | 93 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 D | how-xen-boots.rst | 33 not, either an EFI stub is included which nops/fails applicable setup and
|
| /xen/ |
| A D | SUPPORT.md | 565 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 D | README | 75 * cmake (if building vtpm stub domains)
|
| /xen/xen/common/ |
| A D | Kconfig | 262 This requires that the actual domain 0 be a stub domain that
|
| /xen/xen/xsm/flask/policy/ |
| A D | access_vectors | 379 # for stub domain device models with the PV framebuffer.
|
Completed in 65 milliseconds