Searched refs:logical (Results 1 – 16 of 16) sorted by relevance
/xen-4.10.0-shim-comet/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 | 1472 + u64 logical); 2274 + u64 logical) 2285 + logical < chunk_start) 2313 + u64 logical, 2320 + eb->start = logical; 2366 + chunk, map, logical); 2389 + u64 logical) 2402 + key.offset = logical; 2419 + chunk, map, logical); 2457 + offset = logical - ce->start; [all …]
|
A D | 00cvs | 818 + /* This is for I2O - we have /dev/i2o/hd<logical drive><partition> */
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | io_apic.h | 113 } logical; member
|
/xen-4.10.0-shim-comet/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.markdown | 584 * `cpu`: one runqueue per each logical pCPUs of the host; 589 * `all`: just one runqueue shared by all the logical pCPUs of 1401 and logical processors.
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | io_apic.c | 1041 SET_DEST(entry, logical, cpu_mask_to_apicid(TARGET_CPUS)); in setup_IO_APIC_irqs() 1073 SET_DEST(entry, logical, cpu_mask_to_apicid(TARGET_CPUS)); in setup_ExtINT_IRQ0_pin() 1204 entry.dest.logical.logical_dest, in __print_IO_APIC() 2241 SET_DEST(entry, logical, cpu_mask_to_apicid(&mask)); in io_apic_set_pci_routing() 2428 SET_DEST(rte, logical, cpu_mask_to_apicid(desc->arch.cpu_mask)); in ioapic_guest_write() 2491 rte.dest.logical.logical_dest); in dump_ioapic_irq_info()
|
/xen-4.10.0-shim-comet/ |
A D | CODING_STYLE | 37 Space characters are used to spread out logical statements, such as in
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_intr.c | 178 dest = rte->dest.logical.logical_dest; in update_intremap_entry_from_ioapic() 271 dest = rte.dest.logical.logical_dest; in amd_iommu_setup_ioapic_remapping()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | intremap.c | 317 old_rte->dest.logical.__reserved_1 = 0; in remap_entry_to_ioapic_rte() 318 old_rte->dest.logical.logical_dest = iremap_entry->remap.dst >> 8; in remap_entry_to_ioapic_rte()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpmmgr.pod.7 | 346 logical vtpms on the system. The vTPM Platform Configuration
|
A D | xen-vtpm.pod.7 | 89 logical vtpms on the system. The vTPM Platform Configuration
|
A D | xl.pod.1.in | 1754 logical processor to measure specific platform shared resource metric, for
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | ChangeLog | 130 - VBE get/set logical scan line length fixes for the 4bpp mode
|
/xen-4.10.0-shim-comet/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 33 milliseconds