Searched refs:logical (Results 1 – 17 of 17) sorted by relevance
/xen/stubdom/grub.patches/ |
A D | 60ext4.diff | 179 + __u32 ee_block; /* first logical block extent covers */ 191 + __u32 ei_block; /* index covers logical blocks from 'block' */ 292 +/* Maps extents enabled logical block into physical block via an inode. 321 + printf ("logical block %d\n", logical_block); 370 /* find the (logical) block component of our location */ 373 + /* map extents enabled logical block number to physical fs on-disk block number */ 448 /* else, find the (logical) block component of our location */ 449 + /* ext4 logical block number the same as ext2/3 */ 452 /* we know which logical block of the directory entry we are looking 455 + /* map extents enabled logical block number to physical fs on-disk block number */
|
A D | 61btrfs.diff | 1461 + u64 logical); 2263 + u64 logical) 2274 + logical < chunk_start) 2302 + u64 logical, 2309 + eb->start = logical; 2355 + chunk, map, logical); 2378 + u64 logical) 2391 + key.offset = logical; 2408 + chunk, map, logical); 2446 + offset = logical - ce->start; [all …]
|
A D | 00cvs | 458 + /* This is for I2O - we have /dev/i2o/hd<logical drive><partition> */
|
/xen/tools/libfsimage/zfs/zfs-include/ |
A D | spa.h | 224 #define BP_SET_BIRTH(bp, logical, physical) \ argument 226 (bp)->blk_birth = (logical); \ 227 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
|
/xen/xen/include/asm-x86/ |
A D | io_apic.h | 116 } logical; member
|
/xen/docs/misc/ |
A D | vtd-pi.txt | 30 Notification Destination (NDST): Specify the physical APIC-ID of the destination logical 324 interrupts in a round-robin manner across all the available logical CPUs. While 329 on the vector value in the interrupt request, and use that hash to pick a logical 331 to the same logical CPU, avoiding the thrashing problem above.
|
A D | xen-command-line.pandoc | 665 * `cpu`: one runqueue per each logical pCPUs of the host; 670 * `all`: just one runqueue shared by all the logical pCPUs of 1708 and logical processors.
|
/xen/xen/arch/x86/ |
A D | io_apic.c | 1046 SET_DEST(entry, logical, cpu_mask_to_apicid(TARGET_CPUS)); in setup_IO_APIC_irqs() 1077 SET_DEST(entry, logical, cpu_mask_to_apicid(TARGET_CPUS)); in setup_ExtINT_IRQ0_pin() 1210 entry.dest.logical.logical_dest); in __print_IO_APIC() 2242 SET_DEST(entry, logical, cpu_mask_to_apicid(mask)); in io_apic_set_pci_routing() 2439 SET_DEST(rte, logical, cpu_mask_to_apicid(mask)); in ioapic_guest_write() 2512 rte.dest.dest32 : rte.dest.logical.logical_dest); in dump_ioapic_irq_info()
|
/xen/xen/drivers/passthrough/vtd/ |
A D | intremap.c | 319 old_rte->dest.logical.__reserved_1 = 0; in remap_entry_to_ioapic_rte() 320 old_rte->dest.logical.logical_dest = iremap_entry->remap.dst >> 8; in remap_entry_to_ioapic_rte()
|
/xen/docs/man/ |
A D | xl.conf.5.pod | 206 The hard affinity of guest's vcpus are logical-AND'ed with respective
|
A D | xen-vtpmmgr.7.pod | 350 logical vtpms on the system. The vTPM Platform Configuration
|
A D | xen-vtpm.7.pod | 95 logical vtpms on the system. The vTPM Platform Configuration
|
A D | xl.1.pod.in | 1809 logical processor to measure specific platform shared resource metric, for
|
/xen/ |
A D | CODING_STYLE | 37 Space characters are used to spread out logical statements, such as in
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_intr.c | 287 dest = x2apic_enabled ? rte->dest.dest32 : rte->dest.logical.logical_dest; in update_intremap_entry_from_ioapic()
|
/xen/tools/firmware/vgabios/ |
A D | ChangeLog | 130 - VBE get/set logical scan line length fixes for the 4bpp mode
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 9095 ;; no logical CHS mapping used, just physical CHS 9107 mov (0x003d + 0x0e), dl ;; number of logical sectors (same) 9241 ;; no logical CHS mapping used, just physical CHS 9253 mov (0x004d + 0x0e), dl ;; number of logical sectors (same)
|
Completed in 63 milliseconds