Home
last modified time | relevance | path

Searched refs:width (Results 1 – 6 of 6) sorted by relevance

/kvm-unit-tests/lib/
H A Dpci-testdev.c102 u8 width; in pci_testdev_one() local
112 width = ops->io_readb(&test->width); in pci_testdev_one()
113 if (width != 1 && width != 2 && width != 4) in pci_testdev_one()
120 switch (width) { in pci_testdev_one()
H A Dpci.h95 uint8_t width; member
/kvm-unit-tests/x86/
H A Dvmexit.c348 uint8_t width; in pci_next() local
357 width = ioreadb(addr + offsetof(struct pci_test_dev_hdr, width), in pci_next()
359 switch (width) { in pci_next()
H A Dvmx.c341 u32 idx, width, type, enc; in find_vmcs_max_index() local
350 for (width = 0; width < (1 << 2) ; width++) { in find_vmcs_max_index()
353 (width << VMCS_FIELD_WIDTH_SHIFT); in find_vmcs_max_index()
762 int width = cpuid_maxphyaddr(); in test_vmclear() local
777 ((u64)1 << (width+1))); in test_vmclear()
1484 int width = cpuid_maxphyaddr(); in test_vmxon() local
1504 vmxon_region = (u64 *)((intptr_t)bsp_vmxon_region | ((u64)1 << (width+1))); in test_vmxon()
1531 int width = cpuid_maxphyaddr(); in test_vmptrld() local
1543 ((u64)1 << (width+1))); in test_vmptrld()
H A Dvmx.h139 width:1, member
/kvm-unit-tests/powerpc/
H A Dsprs.c112 uint8_t width; member
584 if (sprs[i].width == 32) { in main()
591 if (sprs[i].width == 32 && !(before[i] >> 32) && !(after[i] >> 32)) { in main()