Searched refs:loaded (Results 1 – 22 of 22) sorted by relevance
/xen/xen/arch/x86/hvm/ |
A D | vlapic.c | 790 memset(&vlapic->loaded, 0, sizeof(vlapic->loaded)); in vlapic_reg_write() 1163 memset(&vlapic->loaded, 0, sizeof(vlapic->loaded)); in guest_wrmsr_apic_base() 1505 uint32_t id = vlapic->loaded.id; in lapic_load_fixup() 1507 if ( vlapic_x2apic_mode(vlapic) && id && vlapic->loaded.ldr == 1 ) in lapic_load_fixup() 1524 vlapic_set_reg(vlapic, APIC_LDR, vlapic->loaded.ldr); in lapic_load_fixup() 1549 s->loaded.hw = 1; in lapic_load_hidden() 1550 if ( s->loaded.regs ) in lapic_load_hidden() 1583 s->loaded.id = vlapic_get_reg(s, APIC_ID); in lapic_load_regs() 1584 s->loaded.ldr = vlapic_get_reg(s, APIC_LDR); in lapic_load_regs() 1585 s->loaded.regs = 1; in lapic_load_regs() [all …]
|
/xen/docs/features/ |
A D | livepatch.pandoc | 45 If a correct live patch is loaded but it is not applied correctly 59 alternative) is loaded and it results in an insecure host or host 97 list of loaded live patches. This is tested by OSSTest with an XTF test. 104 patch from being loaded.
|
/xen/docs/misc/arm/device-tree/ |
A D | passthrough.txt | 5 DOM0 and therefore no driver will be loaded.
|
A D | booting.txt | 267 The DTB fragment is loaded at 0xc000000 in the example above. It should
|
/xen/tools/flask/policy/policy/ |
A D | initial_sids | 2 # objects created before the policy is loaded or for objects that do not have a
|
/xen/docs/hypervisor-guide/x86/ |
A D | how-xen-boots.rst | 47 image be loaded as high as possible below the 4G boundary, with 2M alignment. 95 Xen, once loaded into memory, identifies its position in order to relocate
|
/xen/docs/misc/ |
A D | kexec_and_kdump.txt | 53 need to be loaded into the running hypervisor or kernel using 87 Once the second kernel is loaded, it can be executed at any time. 192 Once the second kernel is loaded, the crash kernel will be executed if the
|
A D | x86-xenpv-bootloader.pandoc | 23 it to be loaded by the Xen toolstack domain builder (TBD: Reference).
|
A D | livepatch.pandoc | 66 * Whenever new hotpatches are installed, they should be loaded too. 67 * One wants to query which modules have been loaded at runtime. 368 The `new_addr` is altered when the ELF payload is loaded. 666 * *LIVEPATCH_STATUS_CHECKED* (1) loaded and the ELF payload safety checks passed. 667 * *LIVEPATCH_STATUS_APPLIED* (2) loaded, checked, and applied. 690 It has failed but it remains loaded. 711 loaded in the hypervisor. 771 * *LIVEPATCH_STATUS_CHECKED* (1) loaded and the ELF payload safety checks passed. 772 * *LIVEPATCH_STATUS_APPLIED* (2) loaded, checked, and applied. 1072 the hotpatches to be loaded indepedently (if they don't overlap) - or [all …]
|
A D | efi.pandoc | 13 loaded the modules and describes them in the device tree provided to Xen. If a
|
A D | vtd.txt | 303 is loaded. Once the Physical Function driver is unloaded. All Virtual
|
A D | xsm-flask.txt | 119 /boot and loaded as a module by grub. The exact position and filename of the
|
A D | xen-command-line.pandoc | 1044 loaded; errors will be reported to the ring buffer but will not prevent 1052 controls until a policy is loaded by a domain using "xl loadpolicy". Once a 1053 policy is loaded, FLASK will run in enforcing mode unless "xl setenforce" has 1059 the dummy module is loaded. 2070 loaded microcode, and hardware details, and will virtualise appropriate
|
A D | xenstore-paths.pandoc | 241 loaded into the SMBIOS type 11 structure.
|
A D | kconfig-language.rst | 407 hardware exists and only a single driver can be compiled/loaded into
|
/xen/xen/arch/x86/boot/ |
A D | build32.lds | 39 * linker and our code is not supposed to be loaded by dynamic linker.
|
/xen/xen/include/asm-x86/hvm/ |
A D | vlapic.h | 82 } loaded; member
|
/xen/docs/admin-guide/ |
A D | microcode-loading.rst | 17 to cause microcode to be automatically loaded at boot time. Consult your dom0 30 Where possible, microcode should be loaded at boot time. This allows the CPU
|
/xen/tools/debugger/gdbsx/ |
A D | README | 118 Show the list of modules loaded in the Linux kernel.
|
/xen/docs/man/ |
A D | xen-vtpm.7.pod | 244 If xen-tpmfront was compiled as a module, it must be loaded it in the guest. 248 After the Linux domain boots and the xen-tpmfront driver is loaded, you should
|
A D | xl.1.pod.in | 1759 Determine if the FLASK security module is loaded and enforcing its policy.
|
/xen/ |
A D | INSTALL | 139 supplies a list of known drivers which are automatically loaded in dom0.
|
Completed in 36 milliseconds