Home
last modified time | relevance | path

Searched refs:mbi (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/multiboot/
H A Dmmap.c26 int test_main(uint32_t magic, struct mb_info *mbi) in test_main() argument
33 printf("Lower memory: %dk\n", mbi->mem_lower); in test_main()
34 printf("Upper memory: %dk\n", mbi->mem_upper); in test_main()
38 for (entry_addr = mbi->mmap_addr; in test_main()
39 entry_addr < mbi->mmap_addr + mbi->mmap_length; in test_main()
51 printf("\nmmap start: %#x\n", mbi->mmap_addr); in test_main()
52 printf("mmap end: %#x\n", mbi->mmap_addr + mbi->mmap_length); in test_main()
H A Dmodules.c26 int test_main(uint32_t magic, struct mb_info *mbi) in test_main() argument
34 mbi->mods_count, mbi->mods_addr); in test_main()
36 for (i = 0, mod = (struct mb_module*) mbi->mods_addr; in test_main()
37 i < mbi->mods_count; in test_main()
/qemu/pc-bios/s390-ccw/
H A Dcio.h36 u16 mbi; /* measurement-block index */ member
55 u16 mbi; member
/qemu/include/hw/s390x/
H A Dioinst.h93 uint16_t mbi; member
/qemu/hw/s390x/
H A Dcss.c105 VMSTATE_UINT16(mbi, PMCW),
1332 dest->mbi = cpu_to_be16(src->mbi); in copy_pmcw_to_guest()
1408 dest->mbi = be16_to_cpu(src->mbi); in copy_pmcw_from_guest()
1480 schib->pmcw.mbi = schib_copy.pmcw.mbi; in css_do_msch()
1626 offset = sch->curr_status.pmcw.mbi << 5; in css_update_chnmon()
2427 schib->pmcw.mbi = 0; in css_reset_sch()