Searched refs:isa_base (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | endianness-test.c | 23 uint64_t isa_base; member 53 if (test->isa_base == -1) { in isa_inb() 56 value = qtest_readb(qts, test->isa_base + addr); in isa_inb() 64 if (test->isa_base == -1) { in isa_inw() 67 value = qtest_readw(qts, test->isa_base + addr); in isa_inw() 75 if (test->isa_base == -1) { in isa_inl() 78 value = qtest_readl(qts, test->isa_base + addr); in isa_inl() 86 if (test->isa_base == -1) { in isa_outb() 89 qtest_writeb(qts, test->isa_base + addr, value); in isa_outb() 97 if (test->isa_base == -1) { in isa_outw() [all …]
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 2861 g_autofree char *isa_base = g_new(char, maxlen); in riscv_isa_write_fdt() local 2870 snprintf(isa_base, maxlen, "rv%di", xlen); in riscv_isa_write_fdt() 2871 qemu_fdt_setprop_string(fdt, nodename, "riscv,isa-base", isa_base); in riscv_isa_write_fdt()
|