Searched refs:physical (Results 1 – 25 of 61) sorted by relevance
123
/xen/docs/misc/ |
A D | block-scripts.txt | 76 "$XENBUS_PATH/physical-device-path" with the path to the physical 81 "$XENBUS_PATH/physical-device" with the device's major and minor 91 Historically, the block scripts wrote a node called "physical-device", 99 physical-device-path. 104 consume physical-device-path (rather than, say, having dom0 act as 108 simply write "physical-device-path", and then have libxl write the 113 physical-device; and to do this *safely* it needs physical-device to 117 script use physical-device if it's present, but if not, to directly 118 stat physical-device-path. But there's not time before the 4.7 122 custom hotplug scripts; and when doing files or physical devices, to
|
A D | pvh.pandoc | 16 * `ebx`: contains the physical memory address where the loader has placed 78 ### Interrupts from physical devices ### 80 Interrupts from physical devices are delivered using native methods, this is 82 functions, like posted interrupts. This implies that PVH guests with physical
|
A D | vtd.txt | 94 If the assigned device uses a physical IRQ that is shared by more than 173 …evice from the guest by the physical BDF. Then HVM guest will receive a virtual PCI hot removal ev… 177 …CI device to the guest by the physical BDF and desired virtual slot(optional). Following command w… 189 …* For live migration: As you know, VTd device would break the live migration as physical device ca… 191 …* VTd hotplug for device switch: VTd hotplug can be used to dynamically switch physical device bet… 269 controls the physical resources allocation) to enable the Virtual Function.
|
/xen/xen/arch/ |
A D | Kconfig | 3 int "Maximum number of physical CPUs" 11 Specifies the maximum number of physical CPUs which Xen will support.
|
/xen/docs/misc/arm/device-tree/ |
A D | guest.txt | 10 - reg: specifies the base physical address and size of a region in 26 xen,uefi-system-table | 64-bit | Guest physical address of the UEFI System 29 xen,uefi-mmap-start | 64-bit | Guest physical address of the UEFI memory
|
A D | booting.txt | 64 Specifies the physical address of the module in RAM and the 152 physical SPI of a physical device assigned to the guest. 158 missing, the max number of SPIs supported by the physical GIC is 178 Specifies the physical address of the kernel in RAM and its 193 Specifies the physical address of the ramdisk in RAM and its 257 Specifies the physical address of the device tree binary fragment
|
A D | acpi.txt | 15 Specifies the physical address and the length of the module.
|
/xen/stubdom/grub.patches/ |
A D | 60ext4.diff | 181 + __u16 ee_start_hi; /* high 16 bits of physical block */ 182 + __u32 ee_start_lo; /* low 32 bits of physical block */ 192 + __u32 ei_leaf_lo; /* pointer to the physical block of the next * 194 + __u16 ei_leaf_hi; /* high 16 bits of physical block */ 292 +/* Maps extents enabled logical block into physical block via an inode. 338 + {/* 64bit physical block number not supported */ 353 + {/* 64bit physical block number not supported */ 373 + /* map extents enabled logical block number to physical fs on-disk block number */ 453 for, now we have to translate that to the physical (fs) block on 455 + /* map extents enabled logical block number to physical fs on-disk block number */
|
/xen/tools/hotplug/FreeBSD/ |
A D | block | 19 xenstore-write $path/physical-device-path $params
|
/xen/docs/figs/ |
A D | network-bridge.fig | 102 4 0 0 50 -1 0 16 1.5708 4 255 1395 225 5400 physical link\001
|
A D | network-basic.fig | 64 4 0 0 50 -1 0 16 1.5708 4 255 1395 225 5400 physical link\001
|
/xen/tools/libfsimage/zfs/zfs-include/ |
A D | spa.h | 224 #define BP_SET_BIRTH(bp, logical, physical) \ argument 227 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
|
/xen/stubdom/ |
A D | vtpm-deepquote.patch | 156 + * TPM_PCR_SELECTION ptSel PCR selection for physical TPM 167 + * BYTE[] sig Signature provided by physical TPM 175 + * The signature is a standard TPM_Quote response from the physical TPM; its
|
A D | vtpm-parent-sign-ek.patch | 160 + * TPM_PCR_SELECTION ptSel PCR selection for physical TPM 171 + * BYTE[] sig Signature provided by physical TPM 185 + * The signature is a standard TPM_Quote response from the physical TPM; its
|
/xen/docs/man/ |
A D | xen-vtpmmgr.7.pod | 27 =item 2. Provide a single controlled path of access to the physical TPM 43 The TPM Manager's data is secured by using the physical TPM's seal operation, 45 physical TPM during the boot process, either by the firmware/BIOS or by a 61 has its own AIK in the physical TPM for quotes of the hardware TPM state; when 188 physical address 0xFED42xxx is always locality 2 for TPMs using the TIS driver. 241 locality) that start at physical address 0xfed40000. By default, the TPM manager 366 access to the physical TPM on the system and secures the 378 The physical TPM 2.0 that is soldered onto the motherboard.
|
A D | xen-tscmode.7.pod | 173 transported to an entirely different physical machine. While TSC 210 physical machine and target physical machine have the same TSC frequency 213 will be the TSC frequency of the initial physical machine, even after 217 the underlying physical hardware. The "apparent" TSC frequency will 218 be the TSC frequency of the initial physical machine, even after migration. 253 on a physical machine with "TSC Invariant", Linux 2.6.30+ will safely 263 an app may directly examine the physical TSC Invariant cpuid bit and make
|
A D | xen-vtpm.7.pod | 20 virtual system the same way they interact with a TPM on the physical system. 111 access to the physical TPM on the system and secures the 123 The physical TPM that is soldered onto the motherboard. 142 Because the TPM manager uses direct access to the physical TPM, it may interfere 144 dom0 from accessing the physical TPM by compiling the kernel without a driver or 149 Access to the physical TPM may be required in order to manage the NVRAM or to 185 locality) that start at physical address 0xfed40000. By default, the TPM manager
|
/xen/tools/hotplug/NetBSD/ |
A D | block | 90 xenstore-write $xpath/physical-device $physical_device
|
/xen/tools/tests/mce-test/tools/ |
A D | README | 21 -p, --page physical page address, the default is 0x180020
|
/xen/xen/include/asm-x86/ |
A D | io_apic.h | 111 } physical; member
|
/xen/docs/misc/arm/ |
A D | booting.txt | 16 Tree. Therefore r2 must point to the physical address of device tree
|
A D | early-printk.txt | 16 physical address of the UART to use.
|
A D | passthrough.txt | 88 properties for each node corresponding to a physical device to assign to 97 They specify the physical address and size of the device memory
|
/xen/docs/admin-guide/ |
A D | introduction.rst | 24 schedules virtual CPUs on the available physical CPUs, and marshals
|
/xen/ |
A D | SUPPORT.md | 269 by maintaining multiple physical to machine (p2m) memory mappings. 278 Groups physical cpus into distinct groups called "cpupools", 287 physical cores. This results in never running different guests at the same 288 time on the same physical core. 554 with access to physical devices to act as back-ends. 675 to expose a physical device to completely untrusted guests.
|
Completed in 43 milliseconds
123