Home
last modified time | relevance | path

Searched refs:ramid (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dcirrusfb.c283 zorro_id ramid; /* Zorro ID of RAM device */ member
289 .ramid = ZORRO_PROD_HELFRICH_SD64_RAM,
294 .ramid = ZORRO_PROD_HELFRICH_PICCOLO_RAM,
299 .ramid = ZORRO_PROD_VILLAGE_TRONIC_PICASSO_II_II_PLUS_RAM,
304 .ramid = ZORRO_PROD_GVP_EGS_28_24_SPECTRUM_RAM,
317 .ramid = ZORRO_PROD_VILLAGE_TRONIC_PICASSO_IV_Z2_RAM1,
2220 struct zorro_dev *ram = zorro_find_device(zcl->ramid, NULL); in cirrusfb_zorro_register()
/openbmc/qemu/migration/
H A Dsavevm.c1901 char ramid[256]; in loadvm_postcopy_ram_handle_discard() local
1940 if (!qemu_get_counted_string(mis->from_src_file, ramid)) { in loadvm_postcopy_ram_handle_discard()
1950 len -= 3 + strlen(ramid); in loadvm_postcopy_ram_handle_discard()
1955 trace_loadvm_postcopy_ram_handle_discard_header(ramid, len); in loadvm_postcopy_ram_handle_discard()
1962 int ret = ram_discard_range(ramid, start_addr, block_length); in loadvm_postcopy_ram_handle_discard()
H A Dtrace-events23 loadvm_postcopy_ram_handle_discard_header(const char *ramid, uint16_t len) "%s: %ud"