/kvm-unit-tests/lib/s390x/ |
H A D | snippet.h | 66 * @off: Offset from guest absolute 0x0 where snippet is copied to 69 uint64_t gbin_len, uint64_t off) in snippet_init() argument 74 memcpy((void *)mso + off, gbin, gbin_len); in snippet_init() 96 * @off: Offset from guest absolute 0x0 where snippet is copied to 100 uint64_t hdr_len, uint64_t off) in snippet_pv_init() argument 106 snippet_init(vm, gbin, gbin_len, off); in snippet_pv_init() 111 /* Unpack works on guest addresses so we only need off */ in snippet_pv_init() 112 uv_unpack(vm, off, gbin_len, tweak[0]); in snippet_pv_init()
|
H A D | fault.c | 57 printf("DAT: %s\n", dat ? "on" : "off"); in print_decode_teid() 79 * If teid bit 61 is off for these two exception the reported in print_decode_teid()
|
/kvm-unit-tests/lib/ |
H A D | pci-host-generic.c | 285 u8 pci_config_readb(pcidevaddr_t dev, u8 off) in pci_config_readb() argument 288 return readb(conf + off); in pci_config_readb() 291 u16 pci_config_readw(pcidevaddr_t dev, u8 off) in pci_config_readw() argument 294 return readw(conf + off); in pci_config_readw() 297 u32 pci_config_readl(pcidevaddr_t dev, u8 off) in pci_config_readl() argument 300 return readl(conf + off); in pci_config_readl() 303 void pci_config_writeb(pcidevaddr_t dev, u8 off, u8 val) in pci_config_writeb() argument 306 writeb(val, conf + off); in pci_config_writeb() 309 void pci_config_writew(pcidevaddr_t dev, u8 off, u16 val) in pci_config_writew() argument 312 writew(val, conf + off); in pci_config_writew() [all …]
|
H A D | pci-testdev.c | 103 u32 count, sig, off; in pci_testdev_one() local 117 off = ops->io_readl(&test->offset); in pci_testdev_one() 121 case 1: ops->io_writeb(sig, (void *)test + off); break; in pci_testdev_one() 122 case 2: ops->io_writew(sig, (void *)test + off); break; in pci_testdev_one() 123 case 4: ops->io_writel(sig, (void *)test + off); break; in pci_testdev_one()
|
H A D | pci.c | 146 int off = PCI_BASE_ADDRESS_0 + bar_num * 4; in pci_bar_set_addr() local 157 pci_config_writel(dev->bdf, off, (uint32_t)addr); in pci_bar_set_addr() 161 pci_config_writel(dev->bdf, off + 4, (uint32_t)(addr >> 32)); in pci_bar_set_addr() 178 int off = PCI_BASE_ADDRESS_0 + bar_num * 4; in pci_bar_size_helper() local 182 bar = pci_config_readl(bdf, off); in pci_bar_size_helper() 183 pci_config_writel(bdf, off, ~0u); in pci_bar_size_helper() 184 val = pci_config_readl(bdf, off); in pci_bar_size_helper() 185 pci_config_writel(bdf, off, bar); in pci_bar_size_helper()
|
H A D | pci-edu.c | 51 printf("edu device DMA start %s addr %#" PRIx64 " size %lu off %#x\n", in edu_dma()
|
/kvm-unit-tests/arm/ |
H A D | psci.c | 251 report(psci_affinity_info_off(), "affinity-info-off"); in main() 261 report(psci_cpu_off_test(), "cpu-off"); in main() 263 report_skip("Skipping cpu-off test because the cpu-on test failed"); in main() 269 report_fail("system-off"); in main() 270 return 1; /* only reaches here if system-off fails */ in main()
|
H A D | run | 45 qemu_cpu+=",aarch64=off" 53 M+=",highmem=off"
|
/kvm-unit-tests/riscv/efi/ |
H A D | run | 74 echo "@echo -off" > "$EFI_CASE_DIR/startup.nsh" 76 qemu_args+=(-machine acpi=off) 96 qemu_args+=(-machine acpi=off)
|
/kvm-unit-tests/s390x/ |
H A D | spec_ex-sie.c | 7 * specification exception interpretation is off/on. 47 report_prefix_push("off"); in test_spec_ex_sie() 50 /* interpretation off -> initial exception must cause interception */ in test_spec_ex_sie()
|
H A D | edat.c | 57 report_prefix_push("edat off"); in test_dat() 75 * off. We set a value and then we try to read it back again after in test_dat() 77 * erroneously enabled despite EDAT being off. in test_dat() 86 * Segment protection should work even with EDAT off, try to write in test_dat() 95 /* The FC bit should be ignored because EDAT is off, like above */ in test_dat() 103 * Region1/2/3 protection should not work, because EDAT is off. in test_dat()
|
/kvm-unit-tests/powerpc/ |
H A D | run | 46 M+=",cap-cfpc=broken,cap-sbbc=broken,cap-ibs=broken,cap-ccf-assist=off" 48 M+=",cap-ccf-assist=off"
|
/kvm-unit-tests/lib/powerpc/ |
H A D | rtas.c | 176 ret = rtas_token("power-off", &token); in rtas_power_off() 178 puts("RTAS power-off not available\n"); in rtas_power_off() 183 printf("RTAS power-off returned %d\n", ret); in rtas_power_off()
|
/kvm-unit-tests/arm/efi/ |
H A D | run | 55 qemu_args+=(-machine acpi=off) 73 echo "@echo -off" > "$EFI_CASE_DIR/startup.nsh"
|
/kvm-unit-tests/lib/arm/ |
H A D | psci.c | 56 printf("CPU%d unable to power off (error = %d)\n", smp_processor_id(), err); in cpu_psci_cpu_die() 67 printf("CPU%d unable to do system off (error = %d)\n", smp_processor_id(), err); in psci_system_off()
|
H A D | setup.c | 130 * - 512M at 256G (arm64, arm uses highmem=off) in arm_memregions_add_assumed() 131 * - 512G at 512G (arm64, arm uses highmem=off) in arm_memregions_add_assumed()
|
/kvm-unit-tests/x86/ |
H A D | unittests.cfg | 36 extra_params = -cpu qemu64,-x2apic,+tsc-deadline -machine pit=off 90 extra_params = -machine pit=off -append 'ipi' 141 extra_params = -cpu IvyBridge,phys-bits=36,host-phys-bits=off 435 extra_params = -cpu IvyBridge,phys-bits=36,host-phys-bits=off,+vmx -append "vmx_pf_exception_test" 481 extra_params = -M q35,kernel-irqchip=split -device intel-iommu,intremap=on,eim=off -device edu
|
/kvm-unit-tests/s390x/snippets/c/ |
H A D | sie-dat.c | 23 /* tell the host the page's physical address (we're running DAT off) */ in main()
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | arch_gicv3.h | 2 * All ripped off from arch/arm64/include/asm/arch_gicv3.h
|
H A D | sysreg.h | 2 * Ripped off from arch/arm64/include/asm/sysreg.h
|
/kvm-unit-tests/lib/libfdt/ |
H A D | fdt.c | 52 static int check_off_(uint32_t hdrsize, uint32_t totalsize, uint32_t off) in check_off_() argument 54 return (off >= hdrsize) && (off <= totalsize); in check_off_()
|
H A D | fdt.h | 55 #define FDT_PROP 0x3 /* Property: name off,
|
/kvm-unit-tests/scripts/ |
H A D | checkpatch.pl | 95 --no-signoff do not check for 'Signed-off-by' line 126 --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of 128 is all off) 622 Signed-off-by:| 721 'Signed-off-by:', 'Co-developed-by:', 'Acked-by:', 'Tested-by:', 1584 my $off = 0; 1590 for ($off = 1; $off < length($line); $off++) { 1591 $c = substr($line, $off, 1); 1595 if ($sanitise_quote eq '' && substr($line, $off, 2) eq '/*') { 1598 substr($res, $off, 2, "$;$;"); [all …]
|
H A D | arch-run.bash | 188 -chardev socket,id=mon,path=${src_qmp},server=on,wait=off \ 231 -chardev socket,id=mon,path=${dst_qmp},server=on,wait=off \ 371 "$@" -chardev socket,id=mon,path=${qmp},server=on,wait=off \
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | arch_gicv3.h | 2 * All ripped off from arch/arm/include/asm/arch_gicv3.h
|